Shades of Fire Engine Red #F00F10
Tints of Fire Engine Red #F00F10
RGB
CMYK
RGB Variations
Color information
#F00F10 (or 0xF00F10) is known color: Fire Engine Red. HEX triplet: F0, 0F and 10. RGB value is (240,15,16). Sum of RGB (Red+Green+Blue) = 240+15+16=271 (35% of max value = 765). Red value is 240 (94.14% from 255 or 88.56% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00F10 is #0FF0EF. Grayscale: #525252. Windows color (decimal): -1044720 or 1052656. OLE color: 1052656.
HSL color Cylindrical-coordinate representation of color #F00F10: hue angle of 359.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00F10 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 16 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.06 |
| HSL | 359.73º | 0.88% | 0.5% | - |
| HSV(B) | 359.73º | 0.94% | 0.94% | - |
| XYZ | 36.2 | 18.9 | 2.23 | - |
| YUV | 82.39 | 90.54 | 240.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 16 | 0 | 0.94 | 0.93 | 0.06 | 359.73 | 0.88 | 0.5 |
| Hex | F0 | F | 10 | 0 | 5E | 5D | 6 | 168 | 58 | 32 |
| Octal | 360 | 17 | 20 | 0 | 136 | 135 | 6 | 550 | 130 | 62 |
| Binary | 11110000 | 1111 | 10000 | 0 | 1011110 | 1011101 | 110 | 101101000 | 1011000 | 110010 |
Color Harmonies of #F00F10
Complementary color
Monochromatic Colors of #F00F10
Black with #F00F10
Text Example
Text Example
White with #F00F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00F10; }
p { color: rgb(240,15,16); }
H1.HeaderClassName
{
color: #F00F10;
}
.AnyTagClassName
{
color: #F00F10;
}
</style>
background-color css
<style>
a { background-color: #F00F10; }
a { background-color: rgb(240,15,16); }
div.DivClassName
{
background-color: #F00F10;
}
.BgClassName
{
background-color: #F00F10;
}
</style>
border-color css
<style>
span { border-color: #F00F10; }
span { border-color: rgb(240,15,16); }
td.TdClassName
{
border-color: #F00F10;
}
.TagClassName
{
border-color: #F00F10;
}
</style>