Shades of Radical Red #F44D5C
Tints of Radical Red #F44D5C
RGB
CMYK
RGB Variations
Color information
#F44D5C (or 0xF44D5C) is known color: Radical Red. HEX triplet: F4, 4D and 5C. RGB value is (244,77,92). Sum of RGB (Red+Green+Blue) = 244+77+92=413 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.08% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44D5C is #0BB2A3. Grayscale: #808080. Windows color (decimal): -766628 or 6049268. OLE color: 6049268.
HSL color Cylindrical-coordinate representation of color #F44D5C: hue angle of 354.61º 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 #F44D5C is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 92 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.04 |
| HSL | 354.61º | 0.88% | 0.63% | - |
| HSV(B) | 354.61º | 0.68% | 0.96% | - |
| XYZ | 41.89 | 25.31 | 12.8 | - |
| YUV | 128.64 | 107.33 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 92 | 0 | 0.68 | 0.62 | 0.04 | 354.61 | 0.88 | 0.63 |
| Hex | F4 | 4D | 5C | 0 | 44 | 3E | 4 | 163 | 58 | 3F |
| Octal | 364 | 115 | 134 | 0 | 104 | 76 | 4 | 543 | 130 | 77 |
| Binary | 11110100 | 1001101 | 1011100 | 0 | 1000100 | 111110 | 100 | 101100011 | 1011000 | 111111 |
Color Harmonies of #F44D5C
Complementary color
Monochromatic Colors of #F44D5C
Black with #F44D5C
Text Example
Text Example
White with #F44D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44D5C; }
p { color: rgb(244,77,92); }
H1.HeaderClassName
{
color: #F44D5C;
}
.AnyTagClassName
{
color: #F44D5C;
}
</style>
background-color css
<style>
a { background-color: #F44D5C; }
a { background-color: rgb(244,77,92); }
div.DivClassName
{
background-color: #F44D5C;
}
.BgClassName
{
background-color: #F44D5C;
}
</style>
border-color css
<style>
span { border-color: #F44D5C; }
span { border-color: rgb(244,77,92); }
td.TdClassName
{
border-color: #F44D5C;
}
.TagClassName
{
border-color: #F44D5C;
}
</style>