Shades of Radical Red #F22963
Tints of Radical Red #F22963
RGB
CMYK
RGB Variations
Color information
#F22963 (or 0xF22963) is known color: Radical Red. HEX triplet: F2, 29 and 63. RGB value is (242,41,99). Sum of RGB (Red+Green+Blue) = 242+41+99=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F22963 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22963 is #0DD69C. Grayscale: #6B6B6B. Windows color (decimal): -906909 or 6498802. OLE color: 6498802.
HSL color Cylindrical-coordinate representation of color #F22963: hue angle of 342.69º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F22963 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 99 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.05 |
| HSL | 342.69º | 0.89% | 0.55% | - |
| HSV(B) | 342.69º | 0.83% | 0.95% | - |
| XYZ | 39.66 | 21.36 | 13.84 | - |
| YUV | 107.71 | 123.09 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 99 | 0 | 0.83 | 0.59 | 0.05 | 342.69 | 0.89 | 0.55 |
| Hex | F2 | 29 | 63 | 0 | 53 | 3B | 5 | 157 | 59 | 37 |
| Octal | 362 | 51 | 143 | 0 | 123 | 73 | 5 | 527 | 131 | 67 |
| Binary | 11110010 | 101001 | 1100011 | 0 | 1010011 | 111011 | 101 | 101010111 | 1011001 | 110111 |
Color Harmonies of #F22963
Complementary color
Monochromatic Colors of #F22963
Black with #F22963
Text Example
Text Example
White with #F22963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22963; }
p { color: rgb(242,41,99); }
H1.HeaderClassName
{
color: #F22963;
}
.AnyTagClassName
{
color: #F22963;
}
</style>
background-color css
<style>
a { background-color: #F22963; }
a { background-color: rgb(242,41,99); }
div.DivClassName
{
background-color: #F22963;
}
.BgClassName
{
background-color: #F22963;
}
</style>
border-color css
<style>
span { border-color: #F22963; }
span { border-color: rgb(242,41,99); }
td.TdClassName
{
border-color: #F22963;
}
.TagClassName
{
border-color: #F22963;
}
</style>