Shades of Radical Red #F22860
Tints of Radical Red #F22860
RGB
CMYK
RGB Variations
Color information
#F22860 (or 0xF22860) is known color: Radical Red. HEX triplet: F2, 28 and 60. RGB value is (242,40,96). Sum of RGB (Red+Green+Blue) = 242+40+96=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F22860 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22860 is #0DD79F. Grayscale: #6A6A6A. Windows color (decimal): -907168 or 6301938. OLE color: 6301938.
HSL color Cylindrical-coordinate representation of color #F22860: hue angle of 343.37º 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 #F22860 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 96 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.05 |
| HSL | 343.37º | 0.89% | 0.55% | - |
| HSV(B) | 343.37º | 0.83% | 0.95% | - |
| XYZ | 39.49 | 21.24 | 13.08 | - |
| YUV | 106.78 | 121.92 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 96 | 0 | 0.83 | 0.60 | 0.05 | 343.37 | 0.89 | 0.55 |
| Hex | F2 | 28 | 60 | 0 | 53 | 3C | 5 | 157 | 59 | 37 |
| Octal | 362 | 50 | 140 | 0 | 123 | 74 | 5 | 527 | 131 | 67 |
| Binary | 11110010 | 101000 | 1100000 | 0 | 1010011 | 111100 | 101 | 101010111 | 1011001 | 110111 |
Color Harmonies of #F22860
Complementary color
Monochromatic Colors of #F22860
Black with #F22860
Text Example
Text Example
White with #F22860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22860; }
p { color: rgb(242,40,96); }
H1.HeaderClassName
{
color: #F22860;
}
.AnyTagClassName
{
color: #F22860;
}
</style>
background-color css
<style>
a { background-color: #F22860; }
a { background-color: rgb(242,40,96); }
div.DivClassName
{
background-color: #F22860;
}
.BgClassName
{
background-color: #F22860;
}
</style>
border-color css
<style>
span { border-color: #F22860; }
span { border-color: rgb(242,40,96); }
td.TdClassName
{
border-color: #F22860;
}
.TagClassName
{
border-color: #F22860;
}
</style>