Shades of Radical Red #F24059
Tints of Radical Red #F24059
RGB
CMYK
RGB Variations
Color information
#F24059 (or 0xF24059) is known color: Radical Red. HEX triplet: F2, 40 and 59. RGB value is (242,64,89). Sum of RGB (Red+Green+Blue) = 242+64+89=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F24059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24059 is #0DBFA6. Grayscale: #787878. Windows color (decimal): -901031 or 5849330. OLE color: 5849330.
HSL color Cylindrical-coordinate representation of color #F24059: hue angle of 351.57º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F24059 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 89 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.05 |
| HSL | 351.57º | 0.87% | 0.6% | - |
| HSV(B) | 351.57º | 0.74% | 0.95% | - |
| XYZ | 40.25 | 23.27 | 11.82 | - |
| YUV | 120.07 | 110.47 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 89 | 0 | 0.74 | 0.63 | 0.05 | 351.57 | 0.87 | 0.6 |
| Hex | F2 | 40 | 59 | 0 | 4A | 3F | 5 | 160 | 57 | 3C |
| Octal | 362 | 100 | 131 | 0 | 112 | 77 | 5 | 540 | 127 | 74 |
| Binary | 11110010 | 1000000 | 1011001 | 0 | 1001010 | 111111 | 101 | 101100000 | 1010111 | 111100 |
Color Harmonies of #F24059
Complementary color
Monochromatic Colors of #F24059
Black with #F24059
Text Example
Text Example
White with #F24059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24059; }
p { color: rgb(242,64,89); }
H1.HeaderClassName
{
color: #F24059;
}
.AnyTagClassName
{
color: #F24059;
}
</style>
background-color css
<style>
a { background-color: #F24059; }
a { background-color: rgb(242,64,89); }
div.DivClassName
{
background-color: #F24059;
}
.BgClassName
{
background-color: #F24059;
}
</style>
border-color css
<style>
span { border-color: #F24059; }
span { border-color: rgb(242,64,89); }
td.TdClassName
{
border-color: #F24059;
}
.TagClassName
{
border-color: #F24059;
}
</style>