Shades of Red #F20801
Tints of Red #F20801
RGB
CMYK
RGB Variations
Color information
#F20801 (or 0xF20801) is known color: Red. HEX triplet: F2, 08 and 01. RGB value is (242,8,1). Sum of RGB (Red+Green+Blue) = 242+8+1=251 (33% of max value = 765). Red value is 242 (94.92% from 255 or 96.41% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 242 - color contains mainly: red. Hex color #F20801 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20801 is #0DF7FE. Grayscale: #4D4D4D. Windows color (decimal): -915455 or 67826. OLE color: 67826.
HSL color Cylindrical-coordinate representation of color #F20801: hue angle of 1.74º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20801 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 1 | - |
| CMYK | 0 | 0.97 | 1.00 | 0.05 |
| HSL | 1.74º | 0.99% | 0.48% | - |
| HSV(B) | 1.74º | 1% | 0.95% | - |
| XYZ | 36.71 | 19.05 | 1.77 | - |
| YUV | 77.17 | 85.02 | 245.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 1 | 0 | 0.97 | 1.00 | 0.05 | 1.74 | 0.99 | 0.48 |
| Hex | F2 | 8 | 1 | 0 | 61 | 64 | 5 | 2 | 63 | 30 |
| Octal | 362 | 10 | 1 | 0 | 141 | 144 | 5 | 2 | 143 | 60 |
| Binary | 11110010 | 1000 | 1 | 0 | 1100001 | 1100100 | 101 | 10 | 1100011 | 110000 |
Color Harmonies of #F20801
Complementary color
Monochromatic Colors of #F20801
Black with #F20801
Text Example
Text Example
White with #F20801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20801; }
p { color: rgb(242,8,1); }
H1.HeaderClassName
{
color: #F20801;
}
.AnyTagClassName
{
color: #F20801;
}
</style>
background-color css
<style>
a { background-color: #F20801; }
a { background-color: rgb(242,8,1); }
div.DivClassName
{
background-color: #F20801;
}
.BgClassName
{
background-color: #F20801;
}
</style>
border-color css
<style>
span { border-color: #F20801; }
span { border-color: rgb(242,8,1); }
td.TdClassName
{
border-color: #F20801;
}
.TagClassName
{
border-color: #F20801;
}
</style>