Shades of Radical Red #F24256
Tints of Radical Red #F24256
RGB
CMYK
RGB Variations
Color information
#F24256 (or 0xF24256) is known color: Radical Red. HEX triplet: F2, 42 and 56. RGB value is (242,66,86). Sum of RGB (Red+Green+Blue) = 242+66+86=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F24256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24256 is #0DBDA9. Grayscale: #797979. Windows color (decimal): -900522 or 5653234. OLE color: 5653234.
HSL color Cylindrical-coordinate representation of color #F24256: hue angle of 353.18º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F24256 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 86 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.05 |
| HSL | 353.18º | 0.87% | 0.6% | - |
| HSV(B) | 353.18º | 0.73% | 0.95% | - |
| XYZ | 40.25 | 23.45 | 11.21 | - |
| YUV | 120.9 | 108.31 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 86 | 0 | 0.73 | 0.64 | 0.05 | 353.18 | 0.87 | 0.6 |
| Hex | F2 | 42 | 56 | 0 | 49 | 40 | 5 | 161 | 57 | 3C |
| Octal | 362 | 102 | 126 | 0 | 111 | 100 | 5 | 541 | 127 | 74 |
| Binary | 11110010 | 1000010 | 1010110 | 0 | 1001001 | 1000000 | 101 | 101100001 | 1010111 | 111100 |
Color Harmonies of #F24256
Complementary color
Monochromatic Colors of #F24256
Black with #F24256
Text Example
Text Example
White with #F24256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24256; }
p { color: rgb(242,66,86); }
H1.HeaderClassName
{
color: #F24256;
}
.AnyTagClassName
{
color: #F24256;
}
</style>
background-color css
<style>
a { background-color: #F24256; }
a { background-color: rgb(242,66,86); }
div.DivClassName
{
background-color: #F24256;
}
.BgClassName
{
background-color: #F24256;
}
</style>
border-color css
<style>
span { border-color: #F24256; }
span { border-color: rgb(242,66,86); }
td.TdClassName
{
border-color: #F24256;
}
.TagClassName
{
border-color: #F24256;
}
</style>