Shades of Red #F90A07
Tints of Red #F90A07
RGB
CMYK
RGB Variations
Color information
#F90A07 (or 0xF90A07) is known color: Red. HEX triplet: F9, 0A and 07. RGB value is (249,10,7). Sum of RGB (Red+Green+Blue) = 249+10+7=266 (35% of max value = 765). Red value is 249 (97.66% from 255 or 93.61% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90A07 is #06F5F8. Grayscale: #515151. Windows color (decimal): -456185 or 461561. OLE color: 461561.
HSL color Cylindrical-coordinate representation of color #F90A07: hue angle of 0.74º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F90A07 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 7 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.02 |
| HSL | 0.74º | 0.95% | 0.5% | - |
| HSV(B) | 0.74º | 0.97% | 0.98% | - |
| XYZ | 39.21 | 20.37 | 2.07 | - |
| YUV | 81.12 | 86.18 | 247.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 7 | 0 | 0.96 | 0.97 | 0.02 | 0.74 | 0.95 | 0.5 |
| Hex | F9 | A | 7 | 0 | 60 | 61 | 2 | 1 | 5F | 32 |
| Octal | 371 | 12 | 7 | 0 | 140 | 141 | 2 | 1 | 137 | 62 |
| Binary | 11111001 | 1010 | 111 | 0 | 1100000 | 1100001 | 10 | 1 | 1011111 | 110010 |
Color Harmonies of #F90A07
Complementary color
Monochromatic Colors of #F90A07
Black with #F90A07
Text Example
Text Example
White with #F90A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90A07; }
p { color: rgb(249,10,7); }
H1.HeaderClassName
{
color: #F90A07;
}
.AnyTagClassName
{
color: #F90A07;
}
</style>
background-color css
<style>
a { background-color: #F90A07; }
a { background-color: rgb(249,10,7); }
div.DivClassName
{
background-color: #F90A07;
}
.BgClassName
{
background-color: #F90A07;
}
</style>
border-color css
<style>
span { border-color: #F90A07; }
span { border-color: rgb(249,10,7); }
td.TdClassName
{
border-color: #F90A07;
}
.TagClassName
{
border-color: #F90A07;
}
</style>