Shades of Red #F90100
Tints of Red #F90100
RGB
CMYK
RGB Variations
Color information
#F90100 (or 0xF90100) is known color: Red. HEX triplet: F9, 01 and 00. RGB value is (249,1,0). Sum of RGB (Red+Green+Blue) = 249+1+0=250 (33% of max value = 765). Red value is 249 (97.66% from 255 or 99.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 249 - color contains mainly: red. Hex color #F90100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90100 is #06FEFF. Grayscale: #4B4B4B. Windows color (decimal): -458496 or 505. OLE color: 505.
HSL color Cylindrical-coordinate representation of color #F90100: hue angle of 0.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90100 is Cyan = 0, Magento = 1.00, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 0 | - |
| CMYK | 0 | 1.00 | 1 | 0.02 |
| HSL | 0.24º | 1% | 0.49% | - |
| HSV(B) | 0.24º | 1% | 0.98% | - |
| XYZ | 39.08 | 20.16 | 1.83 | - |
| YUV | 75.04 | 85.66 | 252.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 0 | 0 | 1.00 | 1 | 0.02 | 0.24 | 1 | 0.49 |
| Hex | F9 | 1 | 0 | 0 | 64 | 64 | 2 | 0 | 64 | 31 |
| Octal | 371 | 1 | 0 | 0 | 144 | 144 | 2 | 0 | 144 | 61 |
| Binary | 11111001 | 1 | 0 | 0 | 1100100 | 1100100 | 10 | 0 | 1100100 | 110001 |
Color Harmonies of #F90100
Complementary color
Monochromatic Colors of #F90100
Black with #F90100
Text Example
Text Example
White with #F90100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90100; }
p { color: rgb(249,1,0); }
H1.HeaderClassName
{
color: #F90100;
}
.AnyTagClassName
{
color: #F90100;
}
</style>
background-color css
<style>
a { background-color: #F90100; }
a { background-color: rgb(249,1,0); }
div.DivClassName
{
background-color: #F90100;
}
.BgClassName
{
background-color: #F90100;
}
</style>
border-color css
<style>
span { border-color: #F90100; }
span { border-color: rgb(249,1,0); }
td.TdClassName
{
border-color: #F90100;
}
.TagClassName
{
border-color: #F90100;
}
</style>