Shades of Fire Engine Red #F0080F
Tints of Fire Engine Red #F0080F
RGB
CMYK
RGB Variations
Color information
#F0080F (or 0xF0080F) is known color: Fire Engine Red. HEX triplet: F0, 08 and 0F. RGB value is (240,8,15). Sum of RGB (Red+Green+Blue) = 240+8+15=263 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.25% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 240 - color contains mainly: red. Hex color #F0080F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0080F is #0FF7F0. Grayscale: #4E4E4E. Windows color (decimal): -1046513 or 985328. OLE color: 985328.
HSL color Cylindrical-coordinate representation of color #F0080F: hue angle of 358.19º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0080F is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 15 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.06 |
| HSL | 358.19º | 0.94% | 0.49% | - |
| HSV(B) | 358.19º | 0.97% | 0.94% | - |
| XYZ | 36.11 | 18.73 | 2.16 | - |
| YUV | 78.17 | 92.36 | 243.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 15 | 0 | 0.97 | 0.94 | 0.06 | 358.19 | 0.94 | 0.49 |
| Hex | F0 | 8 | F | 0 | 61 | 5E | 6 | 166 | 5E | 31 |
| Octal | 360 | 10 | 17 | 0 | 141 | 136 | 6 | 546 | 136 | 61 |
| Binary | 11110000 | 1000 | 1111 | 0 | 1100001 | 1011110 | 110 | 101100110 | 1011110 | 110001 |
Color Harmonies of #F0080F
Complementary color
Monochromatic Colors of #F0080F
Black with #F0080F
Text Example
Text Example
White with #F0080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0080F; }
p { color: rgb(240,8,15); }
H1.HeaderClassName
{
color: #F0080F;
}
.AnyTagClassName
{
color: #F0080F;
}
</style>
background-color css
<style>
a { background-color: #F0080F; }
a { background-color: rgb(240,8,15); }
div.DivClassName
{
background-color: #F0080F;
}
.BgClassName
{
background-color: #F0080F;
}
</style>
border-color css
<style>
span { border-color: #F0080F; }
span { border-color: rgb(240,8,15); }
td.TdClassName
{
border-color: #F0080F;
}
.TagClassName
{
border-color: #F0080F;
}
</style>