Shades of Radical Red #F42160
Tints of Radical Red #F42160
RGB
CMYK
RGB Variations
Color information
#F42160 (or 0xF42160) is known color: Radical Red. HEX triplet: F4, 21 and 60. RGB value is (244,33,96). Sum of RGB (Red+Green+Blue) = 244+33+96=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F42160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42160 is #0BDE9F. Grayscale: #676767. Windows color (decimal): -777888 or 6300148. OLE color: 6300148.
HSL color Cylindrical-coordinate representation of color #F42160: hue angle of 342.09º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42160 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 96 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.04 |
| HSL | 342.09º | 0.91% | 0.54% | - |
| HSV(B) | 342.09º | 0.86% | 0.96% | - |
| XYZ | 39.96 | 21.17 | 13.05 | - |
| YUV | 103.27 | 123.9 | 228.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 96 | 0 | 0.86 | 0.61 | 0.04 | 342.09 | 0.91 | 0.54 |
| Hex | F4 | 21 | 60 | 0 | 56 | 3D | 4 | 156 | 5B | 36 |
| Octal | 364 | 41 | 140 | 0 | 126 | 75 | 4 | 526 | 133 | 66 |
| Binary | 11110100 | 100001 | 1100000 | 0 | 1010110 | 111101 | 100 | 101010110 | 1011011 | 110110 |
Color Harmonies of #F42160
Complementary color
Monochromatic Colors of #F42160
Black with #F42160
Text Example
Text Example
White with #F42160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42160; }
p { color: rgb(244,33,96); }
H1.HeaderClassName
{
color: #F42160;
}
.AnyTagClassName
{
color: #F42160;
}
</style>
background-color css
<style>
a { background-color: #F42160; }
a { background-color: rgb(244,33,96); }
div.DivClassName
{
background-color: #F42160;
}
.BgClassName
{
background-color: #F42160;
}
</style>
border-color css
<style>
span { border-color: #F42160; }
span { border-color: rgb(244,33,96); }
td.TdClassName
{
border-color: #F42160;
}
.TagClassName
{
border-color: #F42160;
}
</style>