Shades of Radical Red #F22863
Tints of Radical Red #F22863
RGB
CMYK
RGB Variations
Color information
#F22863 (or 0xF22863) is known color: Radical Red. HEX triplet: F2, 28 and 63. RGB value is (242,40,99). Sum of RGB (Red+Green+Blue) = 242+40+99=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F22863 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22863 is #0DD79C. Grayscale: #6B6B6B. Windows color (decimal): -907165 or 6498546. OLE color: 6498546.
HSL color Cylindrical-coordinate representation of color #F22863: hue angle of 342.48º 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 #F22863 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 99 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.05 |
| HSL | 342.48º | 0.89% | 0.55% | - |
| HSV(B) | 342.48º | 0.83% | 0.95% | - |
| XYZ | 39.63 | 21.3 | 13.83 | - |
| YUV | 107.12 | 123.42 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 99 | 0 | 0.83 | 0.59 | 0.05 | 342.48 | 0.89 | 0.55 |
| Hex | F2 | 28 | 63 | 0 | 53 | 3B | 5 | 156 | 59 | 37 |
| Octal | 362 | 50 | 143 | 0 | 123 | 73 | 5 | 526 | 131 | 67 |
| Binary | 11110010 | 101000 | 1100011 | 0 | 1010011 | 111011 | 101 | 101010110 | 1011001 | 110111 |
Color Harmonies of #F22863
Complementary color
Monochromatic Colors of #F22863
Black with #F22863
Text Example
Text Example
White with #F22863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22863; }
p { color: rgb(242,40,99); }
H1.HeaderClassName
{
color: #F22863;
}
.AnyTagClassName
{
color: #F22863;
}
</style>
background-color css
<style>
a { background-color: #F22863; }
a { background-color: rgb(242,40,99); }
div.DivClassName
{
background-color: #F22863;
}
.BgClassName
{
background-color: #F22863;
}
</style>
border-color css
<style>
span { border-color: #F22863; }
span { border-color: rgb(242,40,99); }
td.TdClassName
{
border-color: #F22863;
}
.TagClassName
{
border-color: #F22863;
}
</style>