Shades of Radical Red #F24E5E
Tints of Radical Red #F24E5E
RGB
CMYK
RGB Variations
Color information
#F24E5E (or 0xF24E5E) is known color: Radical Red. HEX triplet: F2, 4E and 5E. RGB value is (242,78,94). Sum of RGB (Red+Green+Blue) = 242+78+94=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F24E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24E5E is #0DB1A1. Grayscale: #808080. Windows color (decimal): -897442 or 6180594. OLE color: 6180594.
HSL color Cylindrical-coordinate representation of color #F24E5E: hue angle of 354.15º 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 #F24E5E is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 78 | 94 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.05 |
| HSL | 354.15º | 0.86% | 0.63% | - |
| HSV(B) | 354.15º | 0.68% | 0.95% | - |
| XYZ | 41.36 | 25.13 | 13.26 | - |
| YUV | 128.86 | 108.33 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 78 | 94 | 0 | 0.68 | 0.61 | 0.05 | 354.15 | 0.86 | 0.63 |
| Hex | F2 | 4E | 5E | 0 | 44 | 3D | 5 | 162 | 56 | 3F |
| Octal | 362 | 116 | 136 | 0 | 104 | 75 | 5 | 542 | 126 | 77 |
| Binary | 11110010 | 1001110 | 1011110 | 0 | 1000100 | 111101 | 101 | 101100010 | 1010110 | 111111 |
Color Harmonies of #F24E5E
Complementary color
Monochromatic Colors of #F24E5E
Black with #F24E5E
Text Example
Text Example
White with #F24E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24E5E; }
p { color: rgb(242,78,94); }
H1.HeaderClassName
{
color: #F24E5E;
}
.AnyTagClassName
{
color: #F24E5E;
}
</style>
background-color css
<style>
a { background-color: #F24E5E; }
a { background-color: rgb(242,78,94); }
div.DivClassName
{
background-color: #F24E5E;
}
.BgClassName
{
background-color: #F24E5E;
}
</style>
border-color css
<style>
span { border-color: #F24E5E; }
span { border-color: rgb(242,78,94); }
td.TdClassName
{
border-color: #F24E5E;
}
.TagClassName
{
border-color: #F24E5E;
}
</style>