Shades of Red #F20B02
Tints of Red #F20B02
RGB
CMYK
RGB Variations
Color information
#F20B02 (or 0xF20B02) is known color: Red. HEX triplet: F2, 0B and 02. RGB value is (242,11,2). Sum of RGB (Red+Green+Blue) = 242+11+2=255 (33% of max value = 765). Red value is 242 (94.92% from 255 or 94.90% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 242 - color contains mainly: red. Hex color #F20B02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20B02 is #0DF4FD. Grayscale: #4F4F4F. Windows color (decimal): -914686 or 134130. OLE color: 134130.
HSL color Cylindrical-coordinate representation of color #F20B02: hue angle of 2.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20B02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 11 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.05 |
| HSL | 2.25º | 0.98% | 0.48% | - |
| HSV(B) | 2.25º | 0.99% | 0.95% | - |
| XYZ | 36.75 | 19.12 | 1.81 | - |
| YUV | 79.04 | 84.53 | 244.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 11 | 2 | 0 | 0.95 | 0.99 | 0.05 | 2.25 | 0.98 | 0.48 |
| Hex | F2 | B | 2 | 0 | 5F | 63 | 5 | 2 | 62 | 30 |
| Octal | 362 | 13 | 2 | 0 | 137 | 143 | 5 | 2 | 142 | 60 |
| Binary | 11110010 | 1011 | 10 | 0 | 1011111 | 1100011 | 101 | 10 | 1100010 | 110000 |
Color Harmonies of #F20B02
Complementary color
Monochromatic Colors of #F20B02
Black with #F20B02
Text Example
Text Example
White with #F20B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20B02; }
p { color: rgb(242,11,2); }
H1.HeaderClassName
{
color: #F20B02;
}
.AnyTagClassName
{
color: #F20B02;
}
</style>
background-color css
<style>
a { background-color: #F20B02; }
a { background-color: rgb(242,11,2); }
div.DivClassName
{
background-color: #F20B02;
}
.BgClassName
{
background-color: #F20B02;
}
</style>
border-color css
<style>
span { border-color: #F20B02; }
span { border-color: rgb(242,11,2); }
td.TdClassName
{
border-color: #F20B02;
}
.TagClassName
{
border-color: #F20B02;
}
</style>