Shades of Red #F20201
Tints of Red #F20201
RGB
CMYK
RGB Variations
Color information
#F20201 (or 0xF20201) is known color: Red. HEX triplet: F2, 02 and 01. RGB value is (242,2,1). Sum of RGB (Red+Green+Blue) = 242+2+1=245 (32% of max value = 765). Red value is 242 (94.92% from 255 or 98.78% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 242 - color contains mainly: red. Hex color #F20201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20201 is #0DFDFE. Grayscale: #494949. Windows color (decimal): -916991 or 66290. OLE color: 66290.
HSL color Cylindrical-coordinate representation of color #F20201: hue angle of 0.25º 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 #F20201 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0.05 |
| HSL | 0.25º | 0.99% | 0.48% | - |
| HSV(B) | 0.25º | 1% | 0.95% | - |
| XYZ | 36.65 | 18.92 | 1.75 | - |
| YUV | 73.65 | 87.01 | 248.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 1 | 0 | 0.99 | 1.00 | 0.05 | 0.25 | 0.99 | 0.48 |
| Hex | F2 | 2 | 1 | 0 | 63 | 64 | 5 | 0 | 63 | 30 |
| Octal | 362 | 2 | 1 | 0 | 143 | 144 | 5 | 0 | 143 | 60 |
| Binary | 11110010 | 10 | 1 | 0 | 1100011 | 1100100 | 101 | 0 | 1100011 | 110000 |
Color Harmonies of #F20201
Complementary color
Monochromatic Colors of #F20201
Black with #F20201
Text Example
Text Example
White with #F20201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20201; }
p { color: rgb(242,2,1); }
H1.HeaderClassName
{
color: #F20201;
}
.AnyTagClassName
{
color: #F20201;
}
</style>
background-color css
<style>
a { background-color: #F20201; }
a { background-color: rgb(242,2,1); }
div.DivClassName
{
background-color: #F20201;
}
.BgClassName
{
background-color: #F20201;
}
</style>
border-color css
<style>
span { border-color: #F20201; }
span { border-color: rgb(242,2,1); }
td.TdClassName
{
border-color: #F20201;
}
.TagClassName
{
border-color: #F20201;
}
</style>