Shades of Radical Red #F24C58
Tints of Radical Red #F24C58
RGB
CMYK
RGB Variations
Color information
#F24C58 (or 0xF24C58) is known color: Radical Red. HEX triplet: F2, 4C and 58. RGB value is (242,76,88). Sum of RGB (Red+Green+Blue) = 242+76+88=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24C58 is #0DB3A7. Grayscale: #7F7F7F. Windows color (decimal): -897960 or 5786866. OLE color: 5786866.
HSL color Cylindrical-coordinate representation of color #F24C58: hue angle of 355.66º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24C58 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 76 | 88 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.05 |
| HSL | 355.66º | 0.86% | 0.62% | - |
| HSV(B) | 355.66º | 0.69% | 0.95% | - |
| XYZ | 40.96 | 24.75 | 11.85 | - |
| YUV | 127 | 106 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 88 | 0 | 0.69 | 0.64 | 0.05 | 355.66 | 0.86 | 0.62 |
| Hex | F2 | 4C | 58 | 0 | 45 | 40 | 5 | 164 | 56 | 3E |
| Octal | 362 | 114 | 130 | 0 | 105 | 100 | 5 | 544 | 126 | 76 |
| Binary | 11110010 | 1001100 | 1011000 | 0 | 1000101 | 1000000 | 101 | 101100100 | 1010110 | 111110 |
Color Harmonies of #F24C58
Complementary color
Monochromatic Colors of #F24C58
Black with #F24C58
Text Example
Text Example
White with #F24C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24C58; }
p { color: rgb(242,76,88); }
H1.HeaderClassName
{
color: #F24C58;
}
.AnyTagClassName
{
color: #F24C58;
}
</style>
background-color css
<style>
a { background-color: #F24C58; }
a { background-color: rgb(242,76,88); }
div.DivClassName
{
background-color: #F24C58;
}
.BgClassName
{
background-color: #F24C58;
}
</style>
border-color css
<style>
span { border-color: #F24C58; }
span { border-color: rgb(242,76,88); }
td.TdClassName
{
border-color: #F24C58;
}
.TagClassName
{
border-color: #F24C58;
}
</style>