Shades of Radical Red #F22D63
Tints of Radical Red #F22D63
RGB
CMYK
RGB Variations
Color information
#F22D63 (or 0xF22D63) is known color: Radical Red. HEX triplet: F2, 2D and 63. RGB value is (242,45,99). Sum of RGB (Red+Green+Blue) = 242+45+99=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22D63 is #0DD29C. Grayscale: #6E6E6E. Windows color (decimal): -905885 or 6499826. OLE color: 6499826.
HSL color Cylindrical-coordinate representation of color #F22D63: hue angle of 343.55º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22D63 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 45 | 99 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.05 |
| HSL | 343.55º | 0.88% | 0.56% | - |
| HSV(B) | 343.55º | 0.81% | 0.95% | - |
| XYZ | 39.81 | 21.65 | 13.89 | - |
| YUV | 110.06 | 121.77 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 45 | 99 | 0 | 0.81 | 0.59 | 0.05 | 343.55 | 0.88 | 0.56 |
| Hex | F2 | 2D | 63 | 0 | 51 | 3B | 5 | 158 | 58 | 38 |
| Octal | 362 | 55 | 143 | 0 | 121 | 73 | 5 | 530 | 130 | 70 |
| Binary | 11110010 | 101101 | 1100011 | 0 | 1010001 | 111011 | 101 | 101011000 | 1011000 | 111000 |
Color Harmonies of #F22D63
Complementary color
Monochromatic Colors of #F22D63
Black with #F22D63
Text Example
Text Example
White with #F22D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22D63; }
p { color: rgb(242,45,99); }
H1.HeaderClassName
{
color: #F22D63;
}
.AnyTagClassName
{
color: #F22D63;
}
</style>
background-color css
<style>
a { background-color: #F22D63; }
a { background-color: rgb(242,45,99); }
div.DivClassName
{
background-color: #F22D63;
}
.BgClassName
{
background-color: #F22D63;
}
</style>
border-color css
<style>
span { border-color: #F22D63; }
span { border-color: rgb(242,45,99); }
td.TdClassName
{
border-color: #F22D63;
}
.TagClassName
{
border-color: #F22D63;
}
</style>