#F20616

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

Shades of Torch Red #F20616

Tints of Torch Red #F20616

Color information

#F20616 (or 0xF20616) is unknown color: approx Torch Red. HEX triplet: F2, 06 and 16. RGB value is (242,6,22). Sum of RGB (Red+Green+Blue) = 242+6+22=270 (35% of max value = 765). Red value is 242 (94.92% from 255 or 89.63% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 242 - color contains mainly: red. Hex color #F20616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20616 is #0DF9E9. Grayscale: #4E4E4E. Windows color (decimal): -915946 or 1443570. OLE color: 1443570.

HSL color Cylindrical-coordinate representation of color #F20616: hue angle of 355.93º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20616 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB242622-
CMYK00.980.910.05
HSL355.93º95.16%48.63%-
HSV(B)355.93º97.52%94.9%-
XYZ36.8319.072.5-
YUV78.3996.19244.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 89.63%
GREEN value IS 6 (2.73% from 255) = 2.22%
BLUE value IS 22 (8.98% from 255) = 8.15%
R=89.63%
G=2.22%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24262200.980.910.05355.9395.1648.63
HexF26160625B51645f31
Octal3626260142133554413761
Binary11110010110101100110001010110111011011001001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F20616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F20616; }

 p { color: rgb(242,6,22); }

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

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

 a { background-color: rgb(242,6,22); }

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

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

 span { border-color: rgb(242,6,22); }

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