Shades of Radical Red #F24E5D
Tints of Radical Red #F24E5D
RGB
CMYK
RGB Variations
Color information
#F24E5D (or 0xF24E5D) is known color: Radical Red. HEX triplet: F2, 4E and 5D. RGB value is (242,78,93). Sum of RGB (Red+Green+Blue) = 242+78+93=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F24E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24E5D is #0DB1A2. Grayscale: #808080. Windows color (decimal): -897443 or 6115058. OLE color: 6115058.
HSL color Cylindrical-coordinate representation of color #F24E5D: hue angle of 354.51º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F24E5D is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 78 | 93 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.05 |
| HSL | 354.51º | 0.86% | 0.63% | - |
| HSV(B) | 354.51º | 0.68% | 0.95% | - |
| XYZ | 41.32 | 25.12 | 13.03 | - |
| YUV | 128.75 | 107.83 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 78 | 93 | 0 | 0.68 | 0.62 | 0.05 | 354.51 | 0.86 | 0.63 |
| Hex | F2 | 4E | 5D | 0 | 44 | 3E | 5 | 163 | 56 | 3F |
| Octal | 362 | 116 | 135 | 0 | 104 | 76 | 5 | 543 | 126 | 77 |
| Binary | 11110010 | 1001110 | 1011101 | 0 | 1000100 | 111110 | 101 | 101100011 | 1010110 | 111111 |
Color Harmonies of #F24E5D
Complementary color
Monochromatic Colors of #F24E5D
Black with #F24E5D
Text Example
Text Example
White with #F24E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24E5D; }
p { color: rgb(242,78,93); }
H1.HeaderClassName
{
color: #F24E5D;
}
.AnyTagClassName
{
color: #F24E5D;
}
</style>
background-color css
<style>
a { background-color: #F24E5D; }
a { background-color: rgb(242,78,93); }
div.DivClassName
{
background-color: #F24E5D;
}
.BgClassName
{
background-color: #F24E5D;
}
</style>
border-color css
<style>
span { border-color: #F24E5D; }
span { border-color: rgb(242,78,93); }
td.TdClassName
{
border-color: #F24E5D;
}
.TagClassName
{
border-color: #F24E5D;
}
</style>