Shades of Red #F00A04
Tints of Red #F00A04
RGB
CMYK
RGB Variations
Color information
#F00A04 (or 0xF00A04) is known color: Red. HEX triplet: F0, 0A and 04. RGB value is (240,10,4). Sum of RGB (Red+Green+Blue) = 240+10+4=254 (33% of max value = 765). Red value is 240 (94.14% from 255 or 94.49% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00A04 is #0FF5FB. Grayscale: #4E4E4E. Windows color (decimal): -1046012 or 264944. OLE color: 264944.
HSL color Cylindrical-coordinate representation of color #F00A04: hue angle of 1.53º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00A04 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.06 |
| HSL | 1.53º | 0.97% | 0.48% | - |
| HSV(B) | 1.53º | 0.98% | 0.94% | - |
| XYZ | 36.07 | 18.75 | 1.83 | - |
| YUV | 78.09 | 86.2 | 243.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 4 | 0 | 0.96 | 0.98 | 0.06 | 1.53 | 0.97 | 0.48 |
| Hex | F0 | A | 4 | 0 | 60 | 62 | 6 | 2 | 61 | 30 |
| Octal | 360 | 12 | 4 | 0 | 140 | 142 | 6 | 2 | 141 | 60 |
| Binary | 11110000 | 1010 | 100 | 0 | 1100000 | 1100010 | 110 | 10 | 1100001 | 110000 |
Color Harmonies of #F00A04
Complementary color
Monochromatic Colors of #F00A04
Black with #F00A04
Text Example
Text Example
White with #F00A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A04; }
p { color: rgb(240,10,4); }
H1.HeaderClassName
{
color: #F00A04;
}
.AnyTagClassName
{
color: #F00A04;
}
</style>
background-color css
<style>
a { background-color: #F00A04; }
a { background-color: rgb(240,10,4); }
div.DivClassName
{
background-color: #F00A04;
}
.BgClassName
{
background-color: #F00A04;
}
</style>
border-color css
<style>
span { border-color: #F00A04; }
span { border-color: rgb(240,10,4); }
td.TdClassName
{
border-color: #F00A04;
}
.TagClassName
{
border-color: #F00A04;
}
</style>