Shades of Radical Red #F24F5E
Tints of Radical Red #F24F5E
RGB
CMYK
RGB Variations
Color information
#F24F5E (or 0xF24F5E) is known color: Radical Red. HEX triplet: F2, 4F and 5E. RGB value is (242,79,94). Sum of RGB (Red+Green+Blue) = 242+79+94=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24F5E is #0DB0A1. Grayscale: #818181. Windows color (decimal): -897186 or 6180850. OLE color: 6180850.
HSL color Cylindrical-coordinate representation of color #F24F5E: hue angle of 354.48º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F24F5E is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 79 | 94 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.05 |
| HSL | 354.48º | 0.86% | 0.63% | - |
| HSV(B) | 354.48º | 0.67% | 0.95% | - |
| XYZ | 41.43 | 25.28 | 13.28 | - |
| YUV | 129.45 | 108 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 79 | 94 | 0 | 0.67 | 0.61 | 0.05 | 354.48 | 0.86 | 0.63 |
| Hex | F2 | 4F | 5E | 0 | 43 | 3D | 5 | 162 | 56 | 3F |
| Octal | 362 | 117 | 136 | 0 | 103 | 75 | 5 | 542 | 126 | 77 |
| Binary | 11110010 | 1001111 | 1011110 | 0 | 1000011 | 111101 | 101 | 101100010 | 1010110 | 111111 |
Color Harmonies of #F24F5E
Complementary color
Monochromatic Colors of #F24F5E
Black with #F24F5E
Text Example
Text Example
White with #F24F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24F5E; }
p { color: rgb(242,79,94); }
H1.HeaderClassName
{
color: #F24F5E;
}
.AnyTagClassName
{
color: #F24F5E;
}
</style>
background-color css
<style>
a { background-color: #F24F5E; }
a { background-color: rgb(242,79,94); }
div.DivClassName
{
background-color: #F24F5E;
}
.BgClassName
{
background-color: #F24F5E;
}
</style>
border-color css
<style>
span { border-color: #F24F5E; }
span { border-color: rgb(242,79,94); }
td.TdClassName
{
border-color: #F24F5E;
}
.TagClassName
{
border-color: #F24F5E;
}
</style>