Shades of Radical Red #F44D53
Tints of Radical Red #F44D53
RGB
CMYK
RGB Variations
Color information
#F44D53 (or 0xF44D53) is known color: Radical Red. HEX triplet: F4, 4D and 53. RGB value is (244,77,83). Sum of RGB (Red+Green+Blue) = 244+77+83=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44D53 is #0BB2AC. Grayscale: #7F7F7F. Windows color (decimal): -766637 or 5459444. OLE color: 5459444.
HSL color Cylindrical-coordinate representation of color #F44D53: hue angle of 357.84º 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 #F44D53 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 83 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.04 |
| HSL | 357.84º | 0.88% | 0.63% | - |
| HSV(B) | 357.84º | 0.68% | 0.96% | - |
| XYZ | 41.52 | 25.17 | 10.85 | - |
| YUV | 127.62 | 102.83 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 83 | 0 | 0.68 | 0.66 | 0.04 | 357.84 | 0.88 | 0.63 |
| Hex | F4 | 4D | 53 | 0 | 44 | 42 | 4 | 166 | 58 | 3F |
| Octal | 364 | 115 | 123 | 0 | 104 | 102 | 4 | 546 | 130 | 77 |
| Binary | 11110100 | 1001101 | 1010011 | 0 | 1000100 | 1000010 | 100 | 101100110 | 1011000 | 111111 |
Color Harmonies of #F44D53
Complementary color
Monochromatic Colors of #F44D53
Black with #F44D53
Text Example
Text Example
White with #F44D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44D53; }
p { color: rgb(244,77,83); }
H1.HeaderClassName
{
color: #F44D53;
}
.AnyTagClassName
{
color: #F44D53;
}
</style>
background-color css
<style>
a { background-color: #F44D53; }
a { background-color: rgb(244,77,83); }
div.DivClassName
{
background-color: #F44D53;
}
.BgClassName
{
background-color: #F44D53;
}
</style>
border-color css
<style>
span { border-color: #F44D53; }
span { border-color: rgb(244,77,83); }
td.TdClassName
{
border-color: #F44D53;
}
.TagClassName
{
border-color: #F44D53;
}
</style>