Shades of Radical Red #F42966
Tints of Radical Red #F42966
RGB
CMYK
RGB Variations
Color information
#F42966 (or 0xF42966) is known color: Radical Red. HEX triplet: F4, 29 and 66. RGB value is (244,41,102). Sum of RGB (Red+Green+Blue) = 244+41+102=387 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.05% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 244 - color contains mainly: red. Hex color #F42966 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42966 is #0BD699. Grayscale: #6C6C6C. Windows color (decimal): -775834 or 6695412. OLE color: 6695412.
HSL color Cylindrical-coordinate representation of color #F42966: hue angle of 341.97º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42966 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 102 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.04 |
| HSL | 341.97º | 0.9% | 0.56% | - |
| HSV(B) | 341.97º | 0.83% | 0.96% | - |
| XYZ | 40.5 | 21.78 | 14.64 | - |
| YUV | 108.65 | 124.25 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 102 | 0 | 0.83 | 0.58 | 0.04 | 341.97 | 0.9 | 0.56 |
| Hex | F4 | 29 | 66 | 0 | 53 | 3A | 4 | 156 | 5A | 38 |
| Octal | 364 | 51 | 146 | 0 | 123 | 72 | 4 | 526 | 132 | 70 |
| Binary | 11110100 | 101001 | 1100110 | 0 | 1010011 | 111010 | 100 | 101010110 | 1011010 | 111000 |
Color Harmonies of #F42966
Complementary color
Monochromatic Colors of #F42966
Black with #F42966
Text Example
Text Example
White with #F42966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42966; }
p { color: rgb(244,41,102); }
H1.HeaderClassName
{
color: #F42966;
}
.AnyTagClassName
{
color: #F42966;
}
</style>
background-color css
<style>
a { background-color: #F42966; }
a { background-color: rgb(244,41,102); }
div.DivClassName
{
background-color: #F42966;
}
.BgClassName
{
background-color: #F42966;
}
</style>
border-color css
<style>
span { border-color: #F42966; }
span { border-color: rgb(244,41,102); }
td.TdClassName
{
border-color: #F42966;
}
.TagClassName
{
border-color: #F42966;
}
</style>