Shades of Red #F90D06
Tints of Red #F90D06
RGB
CMYK
RGB Variations
Color information
#F90D06 (or 0xF90D06) is known color: Red. HEX triplet: F9, 0D and 06. RGB value is (249,13,6). Sum of RGB (Red+Green+Blue) = 249+13+6=268 (35% of max value = 765). Red value is 249 (97.66% from 255 or 92.91% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 249 - color contains mainly: red. Hex color #F90D06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90D06 is #06F2F9. Grayscale: #535353. Windows color (decimal): -455418 or 396793. OLE color: 396793.
HSL color Cylindrical-coordinate representation of color #F90D06: hue angle of 1.73º degrees, saturation: 0.95, 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 #F90D06 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 13 | 6 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.02 |
| HSL | 1.73º | 0.95% | 0.5% | - |
| HSV(B) | 1.73º | 0.98% | 0.98% | - |
| XYZ | 39.24 | 20.44 | 2.05 | - |
| YUV | 82.77 | 84.69 | 246.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 13 | 6 | 0 | 0.95 | 0.98 | 0.02 | 1.73 | 0.95 | 0.5 |
| Hex | F9 | D | 6 | 0 | 5F | 62 | 2 | 2 | 5F | 32 |
| Octal | 371 | 15 | 6 | 0 | 137 | 142 | 2 | 2 | 137 | 62 |
| Binary | 11111001 | 1101 | 110 | 0 | 1011111 | 1100010 | 10 | 10 | 1011111 | 110010 |
Color Harmonies of #F90D06
Complementary color
Monochromatic Colors of #F90D06
Black with #F90D06
Text Example
Text Example
White with #F90D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90D06; }
p { color: rgb(249,13,6); }
H1.HeaderClassName
{
color: #F90D06;
}
.AnyTagClassName
{
color: #F90D06;
}
</style>
background-color css
<style>
a { background-color: #F90D06; }
a { background-color: rgb(249,13,6); }
div.DivClassName
{
background-color: #F90D06;
}
.BgClassName
{
background-color: #F90D06;
}
</style>
border-color css
<style>
span { border-color: #F90D06; }
span { border-color: rgb(249,13,6); }
td.TdClassName
{
border-color: #F90D06;
}
.TagClassName
{
border-color: #F90D06;
}
</style>