Shades of Red #F00201
Tints of Red #F00201
RGB
CMYK
RGB Variations
Color information
#F00201 (or 0xF00201) is known color: Red. HEX triplet: F0, 02 and 01. RGB value is (240,2,1). Sum of RGB (Red+Green+Blue) = 240+2+1=243 (32% of max value = 765). Red value is 240 (94.14% from 255 or 98.77% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 240 - color contains mainly: red. Hex color #F00201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00201 is #0FFDFE. Grayscale: #494949. Windows color (decimal): -1048063 or 66288. OLE color: 66288.
HSL color Cylindrical-coordinate representation of color #F00201: hue angle of 0.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00201 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0.06 |
| HSL | 0.25º | 0.99% | 0.47% | - |
| HSV(B) | 0.25º | 1% | 0.94% | - |
| XYZ | 35.96 | 18.57 | 1.72 | - |
| YUV | 73.05 | 87.35 | 247.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 1 | 0 | 0.99 | 1.00 | 0.06 | 0.25 | 0.99 | 0.47 |
| Hex | F0 | 2 | 1 | 0 | 63 | 64 | 6 | 0 | 63 | 2F |
| Octal | 360 | 2 | 1 | 0 | 143 | 144 | 6 | 0 | 143 | 57 |
| Binary | 11110000 | 10 | 1 | 0 | 1100011 | 1100100 | 110 | 0 | 1100011 | 101111 |
Color Harmonies of #F00201
Complementary color
Monochromatic Colors of #F00201
Black with #F00201
Text Example
Text Example
White with #F00201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00201; }
p { color: rgb(240,2,1); }
H1.HeaderClassName
{
color: #F00201;
}
.AnyTagClassName
{
color: #F00201;
}
</style>
background-color css
<style>
a { background-color: #F00201; }
a { background-color: rgb(240,2,1); }
div.DivClassName
{
background-color: #F00201;
}
.BgClassName
{
background-color: #F00201;
}
</style>
border-color css
<style>
span { border-color: #F00201; }
span { border-color: rgb(240,2,1); }
td.TdClassName
{
border-color: #F00201;
}
.TagClassName
{
border-color: #F00201;
}
</style>