Shades of Radical Red #F44D5D
Tints of Radical Red #F44D5D
RGB
CMYK
RGB Variations
Color information
#F44D5D (or 0xF44D5D) is known color: Radical Red. HEX triplet: F4, 4D and 5D. RGB value is (244,77,93). Sum of RGB (Red+Green+Blue) = 244+77+93=414 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.94% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44D5D is #0BB2A2. Grayscale: #808080. Windows color (decimal): -766627 or 6114804. OLE color: 6114804.
HSL color Cylindrical-coordinate representation of color #F44D5D: hue angle of 354.25º 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 #F44D5D is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 93 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.04 |
| HSL | 354.25º | 0.88% | 0.63% | - |
| HSV(B) | 354.25º | 0.68% | 0.96% | - |
| XYZ | 41.94 | 25.33 | 13.03 | - |
| YUV | 128.76 | 107.83 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 93 | 0 | 0.68 | 0.62 | 0.04 | 354.25 | 0.88 | 0.63 |
| Hex | F4 | 4D | 5D | 0 | 44 | 3E | 4 | 162 | 58 | 3F |
| Octal | 364 | 115 | 135 | 0 | 104 | 76 | 4 | 542 | 130 | 77 |
| Binary | 11110100 | 1001101 | 1011101 | 0 | 1000100 | 111110 | 100 | 101100010 | 1011000 | 111111 |
Color Harmonies of #F44D5D
Complementary color
Monochromatic Colors of #F44D5D
Black with #F44D5D
Text Example
Text Example
White with #F44D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44D5D; }
p { color: rgb(244,77,93); }
H1.HeaderClassName
{
color: #F44D5D;
}
.AnyTagClassName
{
color: #F44D5D;
}
</style>
background-color css
<style>
a { background-color: #F44D5D; }
a { background-color: rgb(244,77,93); }
div.DivClassName
{
background-color: #F44D5D;
}
.BgClassName
{
background-color: #F44D5D;
}
</style>
border-color css
<style>
span { border-color: #F44D5D; }
span { border-color: rgb(244,77,93); }
td.TdClassName
{
border-color: #F44D5D;
}
.TagClassName
{
border-color: #F44D5D;
}
</style>