Shades of Red #F90801
Tints of Red #F90801
RGB
CMYK
RGB Variations
Color information
#F90801 (or 0xF90801) is known color: Red. HEX triplet: F9, 08 and 01. RGB value is (249,8,1). Sum of RGB (Red+Green+Blue) = 249+8+1=258 (34% of max value = 765). Red value is 249 (97.66% from 255 or 96.51% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 249 - color contains mainly: red. Hex color #F90801 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90801 is #06F7FE. Grayscale: #4F4F4F. Windows color (decimal): -456703 or 67833. OLE color: 67833.
HSL color Cylindrical-coordinate representation of color #F90801: hue angle of 1.69º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90801 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 1 | - |
| CMYK | 0 | 0.97 | 1.00 | 0.02 |
| HSL | 1.69º | 0.99% | 0.49% | - |
| HSV(B) | 1.69º | 1% | 0.98% | - |
| XYZ | 39.16 | 20.32 | 1.89 | - |
| YUV | 79.26 | 83.84 | 249.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 1 | 0 | 0.97 | 1.00 | 0.02 | 1.69 | 0.99 | 0.49 |
| Hex | F9 | 8 | 1 | 0 | 61 | 64 | 2 | 2 | 63 | 31 |
| Octal | 371 | 10 | 1 | 0 | 141 | 144 | 2 | 2 | 143 | 61 |
| Binary | 11111001 | 1000 | 1 | 0 | 1100001 | 1100100 | 10 | 10 | 1100011 | 110001 |
Color Harmonies of #F90801
Complementary color
Monochromatic Colors of #F90801
Black with #F90801
Text Example
Text Example
White with #F90801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90801; }
p { color: rgb(249,8,1); }
H1.HeaderClassName
{
color: #F90801;
}
.AnyTagClassName
{
color: #F90801;
}
</style>
background-color css
<style>
a { background-color: #F90801; }
a { background-color: rgb(249,8,1); }
div.DivClassName
{
background-color: #F90801;
}
.BgClassName
{
background-color: #F90801;
}
</style>
border-color css
<style>
span { border-color: #F90801; }
span { border-color: rgb(249,8,1); }
td.TdClassName
{
border-color: #F90801;
}
.TagClassName
{
border-color: #F90801;
}
</style>