Shades of Red #F00908
Tints of Red #F00908
RGB
CMYK
RGB Variations
Color information
#F00908 (or 0xF00908) is known color: Red. HEX triplet: F0, 09 and 08. RGB value is (240,9,8). Sum of RGB (Red+Green+Blue) = 240+9+8=257 (34% of max value = 765). Red value is 240 (94.14% from 255 or 93.39% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 240 - color contains mainly: red. Hex color #F00908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00908 is #0FF6F7. Grayscale: #4E4E4E. Windows color (decimal): -1046264 or 526832. OLE color: 526832.
HSL color Cylindrical-coordinate representation of color #F00908: hue angle of 0.26º 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 #F00908 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 8 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.06 |
| HSL | 0.26º | 0.94% | 0.49% | - |
| HSV(B) | 0.26º | 0.97% | 0.94% | - |
| XYZ | 36.08 | 18.74 | 1.95 | - |
| YUV | 77.96 | 88.53 | 243.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 8 | 0 | 0.96 | 0.97 | 0.06 | 0.26 | 0.94 | 0.49 |
| Hex | F0 | 9 | 8 | 0 | 60 | 61 | 6 | 0 | 5E | 31 |
| Octal | 360 | 11 | 10 | 0 | 140 | 141 | 6 | 0 | 136 | 61 |
| Binary | 11110000 | 1001 | 1000 | 0 | 1100000 | 1100001 | 110 | 0 | 1011110 | 110001 |
Color Harmonies of #F00908
Complementary color
Monochromatic Colors of #F00908
Black with #F00908
Text Example
Text Example
White with #F00908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00908; }
p { color: rgb(240,9,8); }
H1.HeaderClassName
{
color: #F00908;
}
.AnyTagClassName
{
color: #F00908;
}
</style>
background-color css
<style>
a { background-color: #F00908; }
a { background-color: rgb(240,9,8); }
div.DivClassName
{
background-color: #F00908;
}
.BgClassName
{
background-color: #F00908;
}
</style>
border-color css
<style>
span { border-color: #F00908; }
span { border-color: rgb(240,9,8); }
td.TdClassName
{
border-color: #F00908;
}
.TagClassName
{
border-color: #F00908;
}
</style>