#F60212

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

Shades of Torch Red #F60212

Tints of Torch Red #F60212

Color information

#F60212 (or 0xF60212) is unknown color: approx Torch Red. HEX triplet: F6, 02 and 12. RGB value is (246,2,18). Sum of RGB (Red+Green+Blue) = 246+2+18=266 (35% of max value = 765). Red value is 246 (96.48% from 255 or 92.48% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 246 - color contains mainly: red. Hex color #F60212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60212 is #09FDED. Grayscale: #4C4C4C. Windows color (decimal): -654830 or 1180406. OLE color: 1180406.

HSL color Cylindrical-coordinate representation of color #F60212: hue angle of 356.07º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60212 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB246218-
CMYK00.990.930.04
HSL356.07º98.39%48.63%-
HSV(B)356.07º99.19%96.47%-
XYZ38.1419.682.36-
YUV76.7894.84248.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 92.48%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 18 (7.42% from 255) = 6.77%
R=92.48%
G=0.75%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621800.990.930.04356.0798.3948.63
HexF62120635D41646231
Octal3662220143135454414261
Binary1111011010100100110001110111011001011001001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60212; }

 p { color: rgb(246,2,18); }

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

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

 a { background-color: rgb(246,2,18); }

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

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

 span { border-color: rgb(246,2,18); }

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