Shades of Red #F40F09
Tints of Red #F40F09
RGB
CMYK
RGB Variations
Color information
#F40F09 (or 0xF40F09) is known color: Red. HEX triplet: F4, 0F and 09. RGB value is (244,15,9). Sum of RGB (Red+Green+Blue) = 244+15+9=268 (35% of max value = 765). Red value is 244 (95.70% from 255 or 91.04% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40F09 is #0BF0F6. Grayscale: #535353. Windows color (decimal): -782583 or 593908. OLE color: 593908.
HSL color Cylindrical-coordinate representation of color #F40F09: hue angle of 1.53º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40F09 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 15 | 9 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.04 |
| HSL | 1.53º | 0.93% | 0.5% | - |
| HSV(B) | 1.53º | 0.96% | 0.96% | - |
| XYZ | 37.53 | 19.59 | 2.06 | - |
| YUV | 82.79 | 86.37 | 242.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 9 | 0 | 0.94 | 0.96 | 0.04 | 1.53 | 0.93 | 0.5 |
| Hex | F4 | F | 9 | 0 | 5E | 60 | 4 | 2 | 5D | 32 |
| Octal | 364 | 17 | 11 | 0 | 136 | 140 | 4 | 2 | 135 | 62 |
| Binary | 11110100 | 1111 | 1001 | 0 | 1011110 | 1100000 | 100 | 10 | 1011101 | 110010 |
Color Harmonies of #F40F09
Complementary color
Monochromatic Colors of #F40F09
Black with #F40F09
Text Example
Text Example
White with #F40F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40F09; }
p { color: rgb(244,15,9); }
H1.HeaderClassName
{
color: #F40F09;
}
.AnyTagClassName
{
color: #F40F09;
}
</style>
background-color css
<style>
a { background-color: #F40F09; }
a { background-color: rgb(244,15,9); }
div.DivClassName
{
background-color: #F40F09;
}
.BgClassName
{
background-color: #F40F09;
}
</style>
border-color css
<style>
span { border-color: #F40F09; }
span { border-color: rgb(244,15,9); }
td.TdClassName
{
border-color: #F40F09;
}
.TagClassName
{
border-color: #F40F09;
}
</style>