Shades of Radical Red #F24071
Tints of Radical Red #F24071
RGB
CMYK
RGB Variations
Color information
#F24071 (or 0xF24071) is known color: Radical Red. HEX triplet: F2, 40 and 71. RGB value is (242,64,113). Sum of RGB (Red+Green+Blue) = 242+64+113=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F24071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24071 is #0DBF8E. Grayscale: #7A7A7A. Windows color (decimal): -901007 or 7422194. OLE color: 7422194.
HSL color Cylindrical-coordinate representation of color #F24071: hue angle of 343.48º 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 #F24071 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 113 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.05 |
| HSL | 343.48º | 0.87% | 0.6% | - |
| HSV(B) | 343.48º | 0.74% | 0.95% | - |
| XYZ | 41.43 | 23.74 | 18.02 | - |
| YUV | 122.81 | 122.47 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 113 | 0 | 0.74 | 0.53 | 0.05 | 343.48 | 0.87 | 0.6 |
| Hex | F2 | 40 | 71 | 0 | 4A | 35 | 5 | 157 | 57 | 3C |
| Octal | 362 | 100 | 161 | 0 | 112 | 65 | 5 | 527 | 127 | 74 |
| Binary | 11110010 | 1000000 | 1110001 | 0 | 1001010 | 110101 | 101 | 101010111 | 1010111 | 111100 |
Color Harmonies of #F24071
Complementary color
Monochromatic Colors of #F24071
Black with #F24071
Text Example
Text Example
White with #F24071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24071; }
p { color: rgb(242,64,113); }
H1.HeaderClassName
{
color: #F24071;
}
.AnyTagClassName
{
color: #F24071;
}
</style>
background-color css
<style>
a { background-color: #F24071; }
a { background-color: rgb(242,64,113); }
div.DivClassName
{
background-color: #F24071;
}
.BgClassName
{
background-color: #F24071;
}
</style>
border-color css
<style>
span { border-color: #F24071; }
span { border-color: rgb(242,64,113); }
td.TdClassName
{
border-color: #F24071;
}
.TagClassName
{
border-color: #F24071;
}
</style>