Shades of Radical Red #F44049
Tints of Radical Red #F44049
RGB
CMYK
RGB Variations
Color information
#F44049 (or 0xF44049) is known color: Radical Red. HEX triplet: F4, 40 and 49. RGB value is (244,64,73). Sum of RGB (Red+Green+Blue) = 244+64+73=381 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.04% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 244 - color contains mainly: red. Hex color #F44049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44049 is #0BBFB6. Grayscale: #767676. Windows color (decimal): -769975 or 4800756. OLE color: 4800756.
HSL color Cylindrical-coordinate representation of color #F44049: hue angle of 357º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F44049 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 73 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.04 |
| HSL | 357º | 0.89% | 0.6% | - |
| HSV(B) | 357º | 0.74% | 0.96% | - |
| XYZ | 40.34 | 23.38 | 8.69 | - |
| YUV | 118.85 | 102.13 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 73 | 0 | 0.74 | 0.70 | 0.04 | 357 | 0.89 | 0.6 |
| Hex | F4 | 40 | 49 | 0 | 4A | 46 | 4 | 165 | 59 | 3C |
| Octal | 364 | 100 | 111 | 0 | 112 | 106 | 4 | 545 | 131 | 74 |
| Binary | 11110100 | 1000000 | 1001001 | 0 | 1001010 | 1000110 | 100 | 101100101 | 1011001 | 111100 |
Color Harmonies of #F44049
Complementary color
Monochromatic Colors of #F44049
Black with #F44049
Text Example
Text Example
White with #F44049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44049; }
p { color: rgb(244,64,73); }
H1.HeaderClassName
{
color: #F44049;
}
.AnyTagClassName
{
color: #F44049;
}
</style>
background-color css
<style>
a { background-color: #F44049; }
a { background-color: rgb(244,64,73); }
div.DivClassName
{
background-color: #F44049;
}
.BgClassName
{
background-color: #F44049;
}
</style>
border-color css
<style>
span { border-color: #F44049; }
span { border-color: rgb(244,64,73); }
td.TdClassName
{
border-color: #F44049;
}
.TagClassName
{
border-color: #F44049;
}
</style>