Shades of Fire Engine Red #F0090F
Tints of Fire Engine Red #F0090F
RGB
CMYK
RGB Variations
Color information
#F0090F (or 0xF0090F) is known color: Fire Engine Red. HEX triplet: F0, 09 and 0F. RGB value is (240,9,15). Sum of RGB (Red+Green+Blue) = 240+9+15=264 (34% of max value = 765). Red value is 240 (94.14% from 255 or 90.91% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 240 - color contains mainly: red. Hex color #F0090F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0090F is #0FF6F0. Grayscale: #4E4E4E. Windows color (decimal): -1046257 or 985584. OLE color: 985584.
HSL color Cylindrical-coordinate representation of color #F0090F: hue angle of 358.44º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0090F is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 15 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.06 |
| HSL | 358.44º | 0.93% | 0.49% | - |
| HSV(B) | 358.44º | 0.96% | 0.94% | - |
| XYZ | 36.12 | 18.76 | 2.17 | - |
| YUV | 78.75 | 92.03 | 243.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 15 | 0 | 0.96 | 0.94 | 0.06 | 358.44 | 0.93 | 0.49 |
| Hex | F0 | 9 | F | 0 | 60 | 5E | 6 | 166 | 5D | 31 |
| Octal | 360 | 11 | 17 | 0 | 140 | 136 | 6 | 546 | 135 | 61 |
| Binary | 11110000 | 1001 | 1111 | 0 | 1100000 | 1011110 | 110 | 101100110 | 1011101 | 110001 |
Color Harmonies of #F0090F
Complementary color
Monochromatic Colors of #F0090F
Black with #F0090F
Text Example
Text Example
White with #F0090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0090F; }
p { color: rgb(240,9,15); }
H1.HeaderClassName
{
color: #F0090F;
}
.AnyTagClassName
{
color: #F0090F;
}
</style>
background-color css
<style>
a { background-color: #F0090F; }
a { background-color: rgb(240,9,15); }
div.DivClassName
{
background-color: #F0090F;
}
.BgClassName
{
background-color: #F0090F;
}
</style>
border-color css
<style>
span { border-color: #F0090F; }
span { border-color: rgb(240,9,15); }
td.TdClassName
{
border-color: #F0090F;
}
.TagClassName
{
border-color: #F0090F;
}
</style>