Shades of Radical Red #F44D5E
Tints of Radical Red #F44D5E
RGB
CMYK
RGB Variations
Color information
#F44D5E (or 0xF44D5E) is known color: Radical Red. HEX triplet: F4, 4D and 5E. RGB value is (244,77,94). Sum of RGB (Red+Green+Blue) = 244+77+94=415 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.80% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44D5E is #0BB2A1. Grayscale: #808080. Windows color (decimal): -766626 or 6180340. OLE color: 6180340.
HSL color Cylindrical-coordinate representation of color #F44D5E: hue angle of 353.89º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F44D5E is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 94 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.04 |
| HSL | 353.89º | 0.88% | 0.63% | - |
| HSV(B) | 353.89º | 0.68% | 0.96% | - |
| XYZ | 41.98 | 25.35 | 13.27 | - |
| YUV | 128.87 | 108.33 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 94 | 0 | 0.68 | 0.61 | 0.04 | 353.89 | 0.88 | 0.63 |
| Hex | F4 | 4D | 5E | 0 | 44 | 3D | 4 | 162 | 58 | 3F |
| Octal | 364 | 115 | 136 | 0 | 104 | 75 | 4 | 542 | 130 | 77 |
| Binary | 11110100 | 1001101 | 1011110 | 0 | 1000100 | 111101 | 100 | 101100010 | 1011000 | 111111 |
Color Harmonies of #F44D5E
Complementary color
Monochromatic Colors of #F44D5E
Black with #F44D5E
Text Example
Text Example
White with #F44D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44D5E; }
p { color: rgb(244,77,94); }
H1.HeaderClassName
{
color: #F44D5E;
}
.AnyTagClassName
{
color: #F44D5E;
}
</style>
background-color css
<style>
a { background-color: #F44D5E; }
a { background-color: rgb(244,77,94); }
div.DivClassName
{
background-color: #F44D5E;
}
.BgClassName
{
background-color: #F44D5E;
}
</style>
border-color css
<style>
span { border-color: #F44D5E; }
span { border-color: rgb(244,77,94); }
td.TdClassName
{
border-color: #F44D5E;
}
.TagClassName
{
border-color: #F44D5E;
}
</style>