Shades of Red #F90F05
Tints of Red #F90F05
RGB
CMYK
RGB Variations
Color information
#F90F05 (or 0xF90F05) is known color: Red. HEX triplet: F9, 0F and 05. RGB value is (249,15,5). Sum of RGB (Red+Green+Blue) = 249+15+5=269 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.57% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90F05 is #06F0FA. Grayscale: #545454. Windows color (decimal): -454907 or 331769. OLE color: 331769.
HSL color Cylindrical-coordinate representation of color #F90F05: hue angle of 2.46º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F90F05 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 5 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.02 |
| HSL | 2.46º | 0.96% | 0.5% | - |
| HSV(B) | 2.46º | 0.98% | 0.98% | - |
| XYZ | 39.27 | 20.49 | 2.03 | - |
| YUV | 83.83 | 83.52 | 245.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 5 | 0 | 0.94 | 0.98 | 0.02 | 2.46 | 0.96 | 0.5 |
| Hex | F9 | F | 5 | 0 | 5E | 62 | 2 | 2 | 60 | 32 |
| Octal | 371 | 17 | 5 | 0 | 136 | 142 | 2 | 2 | 140 | 62 |
| Binary | 11111001 | 1111 | 101 | 0 | 1011110 | 1100010 | 10 | 10 | 1100000 | 110010 |
Color Harmonies of #F90F05
Complementary color
Monochromatic Colors of #F90F05
Black with #F90F05
Text Example
Text Example
White with #F90F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90F05; }
p { color: rgb(249,15,5); }
H1.HeaderClassName
{
color: #F90F05;
}
.AnyTagClassName
{
color: #F90F05;
}
</style>
background-color css
<style>
a { background-color: #F90F05; }
a { background-color: rgb(249,15,5); }
div.DivClassName
{
background-color: #F90F05;
}
.BgClassName
{
background-color: #F90F05;
}
</style>
border-color css
<style>
span { border-color: #F90F05; }
span { border-color: rgb(249,15,5); }
td.TdClassName
{
border-color: #F90F05;
}
.TagClassName
{
border-color: #F90F05;
}
</style>