Shades of Radical Red #F24959
Tints of Radical Red #F24959
RGB
CMYK
RGB Variations
Color information
#F24959 (or 0xF24959) is known color: Radical Red. HEX triplet: F2, 49 and 59. RGB value is (242,73,89). Sum of RGB (Red+Green+Blue) = 242+73+89=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F24959 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24959 is #0DB6A6. Grayscale: #7D7D7D. Windows color (decimal): -898727 or 5851634. OLE color: 5851634.
HSL color Cylindrical-coordinate representation of color #F24959: hue angle of 354.32º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24959 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 89 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.05 |
| HSL | 354.32º | 0.87% | 0.62% | - |
| HSV(B) | 354.32º | 0.7% | 0.95% | - |
| XYZ | 40.8 | 24.36 | 12 | - |
| YUV | 125.36 | 107.49 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 89 | 0 | 0.70 | 0.63 | 0.05 | 354.32 | 0.87 | 0.62 |
| Hex | F2 | 49 | 59 | 0 | 46 | 3F | 5 | 162 | 57 | 3E |
| Octal | 362 | 111 | 131 | 0 | 106 | 77 | 5 | 542 | 127 | 76 |
| Binary | 11110010 | 1001001 | 1011001 | 0 | 1000110 | 111111 | 101 | 101100010 | 1010111 | 111110 |
Color Harmonies of #F24959
Complementary color
Monochromatic Colors of #F24959
Black with #F24959
Text Example
Text Example
White with #F24959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24959; }
p { color: rgb(242,73,89); }
H1.HeaderClassName
{
color: #F24959;
}
.AnyTagClassName
{
color: #F24959;
}
</style>
background-color css
<style>
a { background-color: #F24959; }
a { background-color: rgb(242,73,89); }
div.DivClassName
{
background-color: #F24959;
}
.BgClassName
{
background-color: #F24959;
}
</style>
border-color css
<style>
span { border-color: #F24959; }
span { border-color: rgb(242,73,89); }
td.TdClassName
{
border-color: #F24959;
}
.TagClassName
{
border-color: #F24959;
}
</style>