#F20F10

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

Shades of Fire Engine Red #F20F10

Tints of Fire Engine Red #F20F10

Color information

#F20F10 (or 0xF20F10) is unknown color: approx Fire Engine Red. HEX triplet: F2, 0F and 10. RGB value is (242,15,16). Sum of RGB (Red+Green+Blue) = 242+15+16=273 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.64% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 242 - color contains mainly: red. Hex color #F20F10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20F10 is #0DF0EF. Grayscale: #535353. Windows color (decimal): -913648 or 1052658. OLE color: 1052658.

HSL color Cylindrical-coordinate representation of color #F20F10: hue angle of 359.74º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20F10 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB2421516-
CMYK00.940.930.05
HSL359.74º89.72%50.39%-
HSV(B)359.74º93.8%94.9%-
XYZ36.8819.262.26-
YUV82.9990.21241.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 88.64%
GREEN value IS 15 (6.25% from 255) = 5.49%
BLUE value IS 16 (6.64% from 255) = 5.86%
R=88.64%
G=5.49%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242151600.940.930.05359.7489.7250.39
HexF2F1005E5D51685a32
Octal36217200136135555013262
Binary111100101111100000101111010111011011011010001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F20F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F20F10; }

 p { color: rgb(242,15,16); }

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

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

 a { background-color: rgb(242,15,16); }

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

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

 span { border-color: rgb(242,15,16); }

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