Shades of Radical Red #F22C66
Tints of Radical Red #F22C66
RGB
CMYK
RGB Variations
Color information
#F22C66 (or 0xF22C66) is known color: Radical Red. HEX triplet: F2, 2C and 66. RGB value is (242,44,102). Sum of RGB (Red+Green+Blue) = 242+44+102=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22C66 is #0DD399. Grayscale: #6D6D6D. Windows color (decimal): -906138 or 6696178. OLE color: 6696178.
HSL color Cylindrical-coordinate representation of color #F22C66: hue angle of 342.42º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F22C66 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 102 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.05 |
| HSL | 342.42º | 0.88% | 0.56% | - |
| HSV(B) | 342.42º | 0.82% | 0.95% | - |
| XYZ | 39.92 | 21.64 | 14.64 | - |
| YUV | 109.81 | 123.6 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 102 | 0 | 0.82 | 0.58 | 0.05 | 342.42 | 0.88 | 0.56 |
| Hex | F2 | 2C | 66 | 0 | 52 | 3A | 5 | 156 | 58 | 38 |
| Octal | 362 | 54 | 146 | 0 | 122 | 72 | 5 | 526 | 130 | 70 |
| Binary | 11110010 | 101100 | 1100110 | 0 | 1010010 | 111010 | 101 | 101010110 | 1011000 | 111000 |
Color Harmonies of #F22C66
Complementary color
Monochromatic Colors of #F22C66
Black with #F22C66
Text Example
Text Example
White with #F22C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C66; }
p { color: rgb(242,44,102); }
H1.HeaderClassName
{
color: #F22C66;
}
.AnyTagClassName
{
color: #F22C66;
}
</style>
background-color css
<style>
a { background-color: #F22C66; }
a { background-color: rgb(242,44,102); }
div.DivClassName
{
background-color: #F22C66;
}
.BgClassName
{
background-color: #F22C66;
}
</style>
border-color css
<style>
span { border-color: #F22C66; }
span { border-color: rgb(242,44,102); }
td.TdClassName
{
border-color: #F22C66;
}
.TagClassName
{
border-color: #F22C66;
}
</style>