Shades of Red #F20A00
Tints of Red #F20A00
RGB
CMYK
RGB Variations
Color information
#F20A00 (or 0xF20A00) is known color: Red. HEX triplet: F2, 0A and 00. RGB value is (242,10,0). Sum of RGB (Red+Green+Blue) = 242+10+0=252 (33% of max value = 765). Red value is 242 (94.92% from 255 or 96.03% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20A00 is #0DF5FF. Grayscale: #4E4E4E. Windows color (decimal): -914944 or 2802. OLE color: 2802.
HSL color Cylindrical-coordinate representation of color #F20A00: hue angle of 2.48º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20A00 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 10 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.05 |
| HSL | 2.48º | 1% | 0.47% | - |
| HSV(B) | 2.48º | 1% | 0.95% | - |
| XYZ | 36.73 | 19.09 | 1.75 | - |
| YUV | 78.23 | 83.86 | 244.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 10 | 0 | 0 | 0.96 | 1 | 0.05 | 2.48 | 1 | 0.47 |
| Hex | F2 | A | 0 | 0 | 60 | 64 | 5 | 2 | 64 | 2F |
| Octal | 362 | 12 | 0 | 0 | 140 | 144 | 5 | 2 | 144 | 57 |
| Binary | 11110010 | 1010 | 0 | 0 | 1100000 | 1100100 | 101 | 10 | 1100100 | 101111 |
Color Harmonies of #F20A00
Complementary color
Monochromatic Colors of #F20A00
Black with #F20A00
Text Example
Text Example
White with #F20A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20A00; }
p { color: rgb(242,10,0); }
H1.HeaderClassName
{
color: #F20A00;
}
.AnyTagClassName
{
color: #F20A00;
}
</style>
background-color css
<style>
a { background-color: #F20A00; }
a { background-color: rgb(242,10,0); }
div.DivClassName
{
background-color: #F20A00;
}
.BgClassName
{
background-color: #F20A00;
}
</style>
border-color css
<style>
span { border-color: #F20A00; }
span { border-color: rgb(242,10,0); }
td.TdClassName
{
border-color: #F20A00;
}
.TagClassName
{
border-color: #F20A00;
}
</style>