Shades of Radical Red #F24864
Tints of Radical Red #F24864
RGB
CMYK
RGB Variations
Color information
#F24864 (or 0xF24864) is known color: Radical Red. HEX triplet: F2, 48 and 64. RGB value is (242,72,100). Sum of RGB (Red+Green+Blue) = 242+72+100=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F24864 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24864 is #0DB79B. Grayscale: #7E7E7E. Windows color (decimal): -898972 or 6572274. OLE color: 6572274.
HSL color Cylindrical-coordinate representation of color #F24864: hue angle of 350.12º 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 #F24864 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 100 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.05 |
| HSL | 350.12º | 0.87% | 0.62% | - |
| HSV(B) | 350.12º | 0.7% | 0.95% | - |
| XYZ | 41.24 | 24.43 | 14.6 | - |
| YUV | 126.02 | 113.32 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 100 | 0 | 0.70 | 0.59 | 0.05 | 350.12 | 0.87 | 0.62 |
| Hex | F2 | 48 | 64 | 0 | 46 | 3B | 5 | 15E | 57 | 3E |
| Octal | 362 | 110 | 144 | 0 | 106 | 73 | 5 | 536 | 127 | 76 |
| Binary | 11110010 | 1001000 | 1100100 | 0 | 1000110 | 111011 | 101 | 101011110 | 1010111 | 111110 |
Color Harmonies of #F24864
Complementary color
Monochromatic Colors of #F24864
Black with #F24864
Text Example
Text Example
White with #F24864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24864; }
p { color: rgb(242,72,100); }
H1.HeaderClassName
{
color: #F24864;
}
.AnyTagClassName
{
color: #F24864;
}
</style>
background-color css
<style>
a { background-color: #F24864; }
a { background-color: rgb(242,72,100); }
div.DivClassName
{
background-color: #F24864;
}
.BgClassName
{
background-color: #F24864;
}
</style>
border-color css
<style>
span { border-color: #F24864; }
span { border-color: rgb(242,72,100); }
td.TdClassName
{
border-color: #F24864;
}
.TagClassName
{
border-color: #F24864;
}
</style>