Shades of Radical Red #F24564
Tints of Radical Red #F24564
RGB
CMYK
RGB Variations
Color information
#F24564 (or 0xF24564) is known color: Radical Red. HEX triplet: F2, 45 and 64. RGB value is (242,69,100). Sum of RGB (Red+Green+Blue) = 242+69+100=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F24564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24564 is #0DBA9B. Grayscale: #7C7C7C. Windows color (decimal): -899740 or 6571506. OLE color: 6571506.
HSL color Cylindrical-coordinate representation of color #F24564: hue angle of 349.25º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F24564 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 100 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.05 |
| HSL | 349.25º | 0.87% | 0.61% | - |
| HSV(B) | 349.25º | 0.71% | 0.95% | - |
| XYZ | 41.05 | 24.05 | 14.54 | - |
| YUV | 124.26 | 114.31 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 100 | 0 | 0.71 | 0.59 | 0.05 | 349.25 | 0.87 | 0.61 |
| Hex | F2 | 45 | 64 | 0 | 47 | 3B | 5 | 15D | 57 | 3D |
| Octal | 362 | 105 | 144 | 0 | 107 | 73 | 5 | 535 | 127 | 75 |
| Binary | 11110010 | 1000101 | 1100100 | 0 | 1000111 | 111011 | 101 | 101011101 | 1010111 | 111101 |
Color Harmonies of #F24564
Complementary color
Monochromatic Colors of #F24564
Black with #F24564
Text Example
Text Example
White with #F24564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24564; }
p { color: rgb(242,69,100); }
H1.HeaderClassName
{
color: #F24564;
}
.AnyTagClassName
{
color: #F24564;
}
</style>
background-color css
<style>
a { background-color: #F24564; }
a { background-color: rgb(242,69,100); }
div.DivClassName
{
background-color: #F24564;
}
.BgClassName
{
background-color: #F24564;
}
</style>
border-color css
<style>
span { border-color: #F24564; }
span { border-color: rgb(242,69,100); }
td.TdClassName
{
border-color: #F24564;
}
.TagClassName
{
border-color: #F24564;
}
</style>