Shades of Radical Red #F42166
Tints of Radical Red #F42166
RGB
CMYK
RGB Variations
Color information
#F42166 (or 0xF42166) is known color: Radical Red. HEX triplet: F4, 21 and 66. RGB value is (244,33,102). Sum of RGB (Red+Green+Blue) = 244+33+102=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F42166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42166 is #0BDE99. Grayscale: #676767. Windows color (decimal): -777882 or 6693364. OLE color: 6693364.
HSL color Cylindrical-coordinate representation of color #F42166: hue angle of 340.38º 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 #F42166 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 33 | 102 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.04 |
| HSL | 340.38º | 0.91% | 0.54% | - |
| HSV(B) | 340.38º | 0.86% | 0.96% | - |
| XYZ | 40.25 | 21.28 | 14.56 | - |
| YUV | 103.96 | 126.9 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 33 | 102 | 0 | 0.86 | 0.58 | 0.04 | 340.38 | 0.91 | 0.54 |
| Hex | F4 | 21 | 66 | 0 | 56 | 3A | 4 | 154 | 5B | 36 |
| Octal | 364 | 41 | 146 | 0 | 126 | 72 | 4 | 524 | 133 | 66 |
| Binary | 11110100 | 100001 | 1100110 | 0 | 1010110 | 111010 | 100 | 101010100 | 1011011 | 110110 |
Color Harmonies of #F42166
Complementary color
Monochromatic Colors of #F42166
Black with #F42166
Text Example
Text Example
White with #F42166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42166; }
p { color: rgb(244,33,102); }
H1.HeaderClassName
{
color: #F42166;
}
.AnyTagClassName
{
color: #F42166;
}
</style>
background-color css
<style>
a { background-color: #F42166; }
a { background-color: rgb(244,33,102); }
div.DivClassName
{
background-color: #F42166;
}
.BgClassName
{
background-color: #F42166;
}
</style>
border-color css
<style>
span { border-color: #F42166; }
span { border-color: rgb(244,33,102); }
td.TdClassName
{
border-color: #F42166;
}
.TagClassName
{
border-color: #F42166;
}
</style>