Shades of Red #F20900
Tints of Red #F20900
RGB
CMYK
RGB Variations
Color information
#F20900 (or 0xF20900) is known color: Red. HEX triplet: F2, 09 and 00. RGB value is (242,9,0). Sum of RGB (Red+Green+Blue) = 242+9+0=251 (33% of max value = 765). Red value is 242 (94.92% from 255 or 96.41% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 242 - color contains mainly: red. Hex color #F20900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20900 is #0DF6FF. Grayscale: #4D4D4D. Windows color (decimal): -915200 or 2546. OLE color: 2546.
HSL color Cylindrical-coordinate representation of color #F20900: hue angle of 2.23º 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 #F20900 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.05 |
| HSL | 2.23º | 1% | 0.47% | - |
| HSV(B) | 2.23º | 1% | 0.95% | - |
| XYZ | 36.72 | 19.07 | 1.75 | - |
| YUV | 77.64 | 84.19 | 245.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 0 | 0 | 0.96 | 1 | 0.05 | 2.23 | 1 | 0.47 |
| Hex | F2 | 9 | 0 | 0 | 60 | 64 | 5 | 2 | 64 | 2F |
| Octal | 362 | 11 | 0 | 0 | 140 | 144 | 5 | 2 | 144 | 57 |
| Binary | 11110010 | 1001 | 0 | 0 | 1100000 | 1100100 | 101 | 10 | 1100100 | 101111 |
Color Harmonies of #F20900
Complementary color
Monochromatic Colors of #F20900
Black with #F20900
Text Example
Text Example
White with #F20900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20900; }
p { color: rgb(242,9,0); }
H1.HeaderClassName
{
color: #F20900;
}
.AnyTagClassName
{
color: #F20900;
}
</style>
background-color css
<style>
a { background-color: #F20900; }
a { background-color: rgb(242,9,0); }
div.DivClassName
{
background-color: #F20900;
}
.BgClassName
{
background-color: #F20900;
}
</style>
border-color css
<style>
span { border-color: #F20900; }
span { border-color: rgb(242,9,0); }
td.TdClassName
{
border-color: #F20900;
}
.TagClassName
{
border-color: #F20900;
}
</style>