Shades of Red #F90505
Tints of Red #F90505
RGB
CMYK
RGB Variations
Color information
#F90505 (or 0xF90505) is known color: Red. HEX triplet: F9, 05 and 05. RGB value is (249,5,5). Sum of RGB (Red+Green+Blue) = 249+5+5=259 (34% of max value = 765). Red value is 249 (97.66% from 255 or 96.14% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 249 - color contains mainly: red. Hex color #F90505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90505 is #06FAFA. Grayscale: #4E4E4E. Windows color (decimal): -457467 or 329209. OLE color: 329209.
HSL color Cylindrical-coordinate representation of color #F90505: hue angle of 0º 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 #F90505 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 5 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.02 |
| HSL | 0º | 0.96% | 0.5% | - |
| HSV(B) | 0º | 0.98% | 0.98% | - |
| XYZ | 39.15 | 20.26 | 1.99 | - |
| YUV | 77.96 | 86.84 | 250 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 5 | 0 | 0.98 | 0.98 | 0.02 | 0 | 0.96 | 0.5 |
| Hex | F9 | 5 | 5 | 0 | 62 | 62 | 2 | 0 | 60 | 32 |
| Octal | 371 | 5 | 5 | 0 | 142 | 142 | 2 | 0 | 140 | 62 |
| Binary | 11111001 | 101 | 101 | 0 | 1100010 | 1100010 | 10 | 0 | 1100000 | 110010 |
Color Harmonies of #F90505
Complementary color
Monochromatic Colors of #F90505
Black with #F90505
Text Example
Text Example
White with #F90505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90505; }
p { color: rgb(249,5,5); }
H1.HeaderClassName
{
color: #F90505;
}
.AnyTagClassName
{
color: #F90505;
}
</style>
background-color css
<style>
a { background-color: #F90505; }
a { background-color: rgb(249,5,5); }
div.DivClassName
{
background-color: #F90505;
}
.BgClassName
{
background-color: #F90505;
}
</style>
border-color css
<style>
span { border-color: #F90505; }
span { border-color: rgb(249,5,5); }
td.TdClassName
{
border-color: #F90505;
}
.TagClassName
{
border-color: #F90505;
}
</style>