Shades of Red #F20100
Tints of Red #F20100
RGB
CMYK
RGB Variations
Color information
#F20100 (or 0xF20100) is known color: Red. HEX triplet: F2, 01 and 00. RGB value is (242,1,0). Sum of RGB (Red+Green+Blue) = 242+1+0=243 (32% of max value = 765). Red value is 242 (94.92% from 255 or 99.59% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 242 - color contains mainly: red. Hex color #F20100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20100 is #0DFEFF. Grayscale: #494949. Windows color (decimal): -917248 or 498. OLE color: 498.
HSL color Cylindrical-coordinate representation of color #F20100: hue angle of 0.25º 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 #F20100 is Cyan = 0, Magento = 1.00, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 0 | - |
| CMYK | 0 | 1.00 | 1 | 0.05 |
| HSL | 0.25º | 1% | 0.47% | - |
| HSV(B) | 0.25º | 1% | 0.95% | - |
| XYZ | 36.63 | 18.9 | 1.72 | - |
| YUV | 72.95 | 86.84 | 248.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 0 | 0 | 1.00 | 1 | 0.05 | 0.25 | 1 | 0.47 |
| Hex | F2 | 1 | 0 | 0 | 64 | 64 | 5 | 0 | 64 | 2F |
| Octal | 362 | 1 | 0 | 0 | 144 | 144 | 5 | 0 | 144 | 57 |
| Binary | 11110010 | 1 | 0 | 0 | 1100100 | 1100100 | 101 | 0 | 1100100 | 101111 |
Color Harmonies of #F20100
Complementary color
Monochromatic Colors of #F20100
Black with #F20100
Text Example
Text Example
White with #F20100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20100; }
p { color: rgb(242,1,0); }
H1.HeaderClassName
{
color: #F20100;
}
.AnyTagClassName
{
color: #F20100;
}
</style>
background-color css
<style>
a { background-color: #F20100; }
a { background-color: rgb(242,1,0); }
div.DivClassName
{
background-color: #F20100;
}
.BgClassName
{
background-color: #F20100;
}
</style>
border-color css
<style>
span { border-color: #F20100; }
span { border-color: rgb(242,1,0); }
td.TdClassName
{
border-color: #F20100;
}
.TagClassName
{
border-color: #F20100;
}
</style>