Shades of Radical Red #F22C64
Tints of Radical Red #F22C64
RGB
CMYK
RGB Variations
Color information
#F22C64 (or 0xF22C64) is known color: Radical Red. HEX triplet: F2, 2C and 64. RGB value is (242,44,100). Sum of RGB (Red+Green+Blue) = 242+44+100=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22C64 is #0DD39B. Grayscale: #6D6D6D. Windows color (decimal): -906140 or 6565106. OLE color: 6565106.
HSL color Cylindrical-coordinate representation of color #F22C64: hue angle of 343.03º 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 #F22C64 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 100 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.05 |
| HSL | 343.03º | 0.88% | 0.56% | - |
| HSV(B) | 343.03º | 0.82% | 0.95% | - |
| XYZ | 39.82 | 21.6 | 14.13 | - |
| YUV | 109.59 | 122.6 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 100 | 0 | 0.82 | 0.59 | 0.05 | 343.03 | 0.88 | 0.56 |
| Hex | F2 | 2C | 64 | 0 | 52 | 3B | 5 | 157 | 58 | 38 |
| Octal | 362 | 54 | 144 | 0 | 122 | 73 | 5 | 527 | 130 | 70 |
| Binary | 11110010 | 101100 | 1100100 | 0 | 1010010 | 111011 | 101 | 101010111 | 1011000 | 111000 |
Color Harmonies of #F22C64
Complementary color
Monochromatic Colors of #F22C64
Black with #F22C64
Text Example
Text Example
White with #F22C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C64; }
p { color: rgb(242,44,100); }
H1.HeaderClassName
{
color: #F22C64;
}
.AnyTagClassName
{
color: #F22C64;
}
</style>
background-color css
<style>
a { background-color: #F22C64; }
a { background-color: rgb(242,44,100); }
div.DivClassName
{
background-color: #F22C64;
}
.BgClassName
{
background-color: #F22C64;
}
</style>
border-color css
<style>
span { border-color: #F22C64; }
span { border-color: rgb(242,44,100); }
td.TdClassName
{
border-color: #F22C64;
}
.TagClassName
{
border-color: #F22C64;
}
</style>