Shades of Red #F90902
Tints of Red #F90902
RGB
CMYK
RGB Variations
Color information
#F90902 (or 0xF90902) is known color: Red. HEX triplet: F9, 09 and 02. RGB value is (249,9,2). Sum of RGB (Red+Green+Blue) = 249+9+2=260 (34% of max value = 765). Red value is 249 (97.66% from 255 or 95.77% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 249 - color contains mainly: red. Hex color #F90902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90902 is #06F6FD. Grayscale: #505050. Windows color (decimal): -456446 or 133625. OLE color: 133625.
HSL color Cylindrical-coordinate representation of color #F90902: hue angle of 1.7º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.02 |
| HSL | 1.7º | 0.98% | 0.49% | - |
| HSV(B) | 1.7º | 0.99% | 0.98% | - |
| XYZ | 39.18 | 20.34 | 1.92 | - |
| YUV | 79.96 | 84.01 | 248.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 9 | 2 | 0 | 0.96 | 0.99 | 0.02 | 1.7 | 0.98 | 0.49 |
| Hex | F9 | 9 | 2 | 0 | 60 | 63 | 2 | 2 | 62 | 31 |
| Octal | 371 | 11 | 2 | 0 | 140 | 143 | 2 | 2 | 142 | 61 |
| Binary | 11111001 | 1001 | 10 | 0 | 1100000 | 1100011 | 10 | 10 | 1100010 | 110001 |
Color Harmonies of #F90902
Complementary color
Monochromatic Colors of #F90902
Black with #F90902
Text Example
Text Example
White with #F90902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90902; }
p { color: rgb(249,9,2); }
H1.HeaderClassName
{
color: #F90902;
}
.AnyTagClassName
{
color: #F90902;
}
</style>
background-color css
<style>
a { background-color: #F90902; }
a { background-color: rgb(249,9,2); }
div.DivClassName
{
background-color: #F90902;
}
.BgClassName
{
background-color: #F90902;
}
</style>
border-color css
<style>
span { border-color: #F90902; }
span { border-color: rgb(249,9,2); }
td.TdClassName
{
border-color: #F90902;
}
.TagClassName
{
border-color: #F90902;
}
</style>