Shades of Red #F20902
Tints of Red #F20902
RGB
CMYK
RGB Variations
Color information
#F20902 (or 0xF20902) is known color: Red. HEX triplet: F2, 09 and 02. RGB value is (242,9,2). Sum of RGB (Red+Green+Blue) = 242+9+2=253 (33% of max value = 765). Red value is 242 (94.92% from 255 or 95.65% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 242 - color contains mainly: red. Hex color #F20902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20902 is #0DF6FD. Grayscale: #4E4E4E. Windows color (decimal): -915198 or 133618. OLE color: 133618.
HSL color Cylindrical-coordinate representation of color #F20902: hue angle of 1.75º 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 #F20902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.05 |
| HSL | 1.75º | 0.98% | 0.48% | - |
| HSV(B) | 1.75º | 0.99% | 0.95% | - |
| XYZ | 36.73 | 19.08 | 1.8 | - |
| YUV | 77.87 | 85.19 | 245.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 2 | 0 | 0.96 | 0.99 | 0.05 | 1.75 | 0.98 | 0.48 |
| Hex | F2 | 9 | 2 | 0 | 60 | 63 | 5 | 2 | 62 | 30 |
| Octal | 362 | 11 | 2 | 0 | 140 | 143 | 5 | 2 | 142 | 60 |
| Binary | 11110010 | 1001 | 10 | 0 | 1100000 | 1100011 | 101 | 10 | 1100010 | 110000 |
Color Harmonies of #F20902
Complementary color
Monochromatic Colors of #F20902
Black with #F20902
Text Example
Text Example
White with #F20902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20902; }
p { color: rgb(242,9,2); }
H1.HeaderClassName
{
color: #F20902;
}
.AnyTagClassName
{
color: #F20902;
}
</style>
background-color css
<style>
a { background-color: #F20902; }
a { background-color: rgb(242,9,2); }
div.DivClassName
{
background-color: #F20902;
}
.BgClassName
{
background-color: #F20902;
}
</style>
border-color css
<style>
span { border-color: #F20902; }
span { border-color: rgb(242,9,2); }
td.TdClassName
{
border-color: #F20902;
}
.TagClassName
{
border-color: #F20902;
}
</style>