#f13860

Color #F13860 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #F13860

Tints of Radical Red #F13860

Color information

#F13860 (or 0xF13860) is unknown color: approx Radical Red. HEX triplet: F1, 38 and 60. RGB value is (241,56,96). Sum of RGB (Red+Green+Blue) = 241+56+96=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F13860 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13860 is #0EC79F. Grayscale: #737373. Windows color (decimal): -968608 or 6306033. OLE color: 6306033.

HSL color Cylindrical-coordinate representation of color #F13860: hue angle of 347.03º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F13860 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB2415696-
CMYK00.770.600.05
HSL347.03º86.85%58.24%-
HSV(B)347.03º76.76%94.51%-
XYZ39.822.3713.29-
YUV115.88116.79217.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 61.32%
GREEN value IS 56 (22.27% from 255) = 14.25%
BLUE value IS 96 (37.89% from 255) = 24.43%
R=61.32%
G=14.25%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241569600.770.600.05347.0386.8558.24
HexF1386004D3C515b573a
Octal36170140011574553312772
Binary111100011110001100000010011011111001011010110111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f13860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f13860; }

 p { color: rgb(241,56,96); }

 H1.HeaderClassName
 {
   color: #f13860;
 }
 .AnyTagClassName
 {
   color: #f13860;
 }
</style>
background-color css

<style>
 a { background-color: #f13860; }

 a { background-color: rgb(241,56,96); }

 div.DivClassName
 {
   background-color: #f13860;
 }
 .BgClassName
 {
   background-color: #f13860;
 }
</style>
border-color css

<style>
 span { border-color: #f13860; }

 span { border-color: rgb(241,56,96); }

 td.TdClassName
 {
   border-color: #f13860;
 }
 .TagClassName
 {
   border-color: #f13860;
 }
</style>