Shades of Red #F20B05
Tints of Red #F20B05
RGB
CMYK
RGB Variations
Color information
#F20B05 (or 0xF20B05) is known color: Red. HEX triplet: F2, 0B and 05. RGB value is (242,11,5). Sum of RGB (Red+Green+Blue) = 242+11+5=258 (34% of max value = 765). Red value is 242 (94.92% from 255 or 93.80% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 242 - color contains mainly: red. Hex color #F20B05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20B05 is #0DF4FA. Grayscale: #4F4F4F. Windows color (decimal): -914683 or 330738. OLE color: 330738.
HSL color Cylindrical-coordinate representation of color #F20B05: hue angle of 1.52º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20B05 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 11 | 5 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.05 |
| HSL | 1.52º | 0.96% | 0.48% | - |
| HSV(B) | 1.52º | 0.98% | 0.95% | - |
| XYZ | 36.77 | 19.13 | 1.9 | - |
| YUV | 79.39 | 86.03 | 243.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 11 | 5 | 0 | 0.95 | 0.98 | 0.05 | 1.52 | 0.96 | 0.48 |
| Hex | F2 | B | 5 | 0 | 5F | 62 | 5 | 2 | 60 | 30 |
| Octal | 362 | 13 | 5 | 0 | 137 | 142 | 5 | 2 | 140 | 60 |
| Binary | 11110010 | 1011 | 101 | 0 | 1011111 | 1100010 | 101 | 10 | 1100000 | 110000 |
Color Harmonies of #F20B05
Complementary color
Monochromatic Colors of #F20B05
Black with #F20B05
Text Example
Text Example
White with #F20B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20B05; }
p { color: rgb(242,11,5); }
H1.HeaderClassName
{
color: #F20B05;
}
.AnyTagClassName
{
color: #F20B05;
}
</style>
background-color css
<style>
a { background-color: #F20B05; }
a { background-color: rgb(242,11,5); }
div.DivClassName
{
background-color: #F20B05;
}
.BgClassName
{
background-color: #F20B05;
}
</style>
border-color css
<style>
span { border-color: #F20B05; }
span { border-color: rgb(242,11,5); }
td.TdClassName
{
border-color: #F20B05;
}
.TagClassName
{
border-color: #F20B05;
}
</style>