Shades of Radical Red #F42866
Tints of Radical Red #F42866
RGB
CMYK
RGB Variations
Color information
#F42866 (or 0xF42866) is known color: Radical Red. HEX triplet: F4, 28 and 66. RGB value is (244,40,102). Sum of RGB (Red+Green+Blue) = 244+40+102=386 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.21% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 244 - color contains mainly: red. Hex color #F42866 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42866 is #0BD799. Grayscale: #6C6C6C. Windows color (decimal): -776090 or 6695156. OLE color: 6695156.
HSL color Cylindrical-coordinate representation of color #F42866: hue angle of 341.76º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42866 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 102 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.04 |
| HSL | 341.76º | 0.9% | 0.56% | - |
| HSV(B) | 341.76º | 0.84% | 0.96% | - |
| XYZ | 40.47 | 21.71 | 14.63 | - |
| YUV | 108.06 | 124.59 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 102 | 0 | 0.84 | 0.58 | 0.04 | 341.76 | 0.9 | 0.56 |
| Hex | F4 | 28 | 66 | 0 | 54 | 3A | 4 | 156 | 5A | 38 |
| Octal | 364 | 50 | 146 | 0 | 124 | 72 | 4 | 526 | 132 | 70 |
| Binary | 11110100 | 101000 | 1100110 | 0 | 1010100 | 111010 | 100 | 101010110 | 1011010 | 111000 |
Color Harmonies of #F42866
Complementary color
Monochromatic Colors of #F42866
Black with #F42866
Text Example
Text Example
White with #F42866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42866; }
p { color: rgb(244,40,102); }
H1.HeaderClassName
{
color: #F42866;
}
.AnyTagClassName
{
color: #F42866;
}
</style>
background-color css
<style>
a { background-color: #F42866; }
a { background-color: rgb(244,40,102); }
div.DivClassName
{
background-color: #F42866;
}
.BgClassName
{
background-color: #F42866;
}
</style>
border-color css
<style>
span { border-color: #F42866; }
span { border-color: rgb(244,40,102); }
td.TdClassName
{
border-color: #F42866;
}
.TagClassName
{
border-color: #F42866;
}
</style>