Shades of Red #F20702
Tints of Red #F20702
RGB
CMYK
RGB Variations
Color information
#F20702 (or 0xF20702) is known color: Red. HEX triplet: F2, 07 and 02. RGB value is (242,7,2). Sum of RGB (Red+Green+Blue) = 242+7+2=251 (33% of max value = 765). Red value is 242 (94.92% from 255 or 96.41% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 242 - color contains mainly: red. Hex color #F20702 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20702 is #0DF8FD. Grayscale: #4C4C4C. Windows color (decimal): -915710 or 133106. OLE color: 133106.
HSL color Cylindrical-coordinate representation of color #F20702: hue angle of 1.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 #F20702 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.05 |
| HSL | 1.25º | 0.98% | 0.48% | - |
| HSV(B) | 1.25º | 0.99% | 0.95% | - |
| XYZ | 36.7 | 19.03 | 1.8 | - |
| YUV | 76.7 | 85.86 | 245.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 2 | 0 | 0.97 | 0.99 | 0.05 | 1.25 | 0.98 | 0.48 |
| Hex | F2 | 7 | 2 | 0 | 61 | 63 | 5 | 1 | 62 | 30 |
| Octal | 362 | 7 | 2 | 0 | 141 | 143 | 5 | 1 | 142 | 60 |
| Binary | 11110010 | 111 | 10 | 0 | 1100001 | 1100011 | 101 | 1 | 1100010 | 110000 |
Color Harmonies of #F20702
Complementary color
Monochromatic Colors of #F20702
Black with #F20702
Text Example
Text Example
White with #F20702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20702; }
p { color: rgb(242,7,2); }
H1.HeaderClassName
{
color: #F20702;
}
.AnyTagClassName
{
color: #F20702;
}
</style>
background-color css
<style>
a { background-color: #F20702; }
a { background-color: rgb(242,7,2); }
div.DivClassName
{
background-color: #F20702;
}
.BgClassName
{
background-color: #F20702;
}
</style>
border-color css
<style>
span { border-color: #F20702; }
span { border-color: rgb(242,7,2); }
td.TdClassName
{
border-color: #F20702;
}
.TagClassName
{
border-color: #F20702;
}
</style>