Shades of Radical Red #F22463
Tints of Radical Red #F22463
RGB
CMYK
RGB Variations
Color information
#F22463 (or 0xF22463) is known color: Radical Red. HEX triplet: F2, 24 and 63. RGB value is (242,36,99). Sum of RGB (Red+Green+Blue) = 242+36+99=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F22463 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22463 is #0DDB9C. Grayscale: #686868. Windows color (decimal): -908189 or 6497522. OLE color: 6497522.
HSL color Cylindrical-coordinate representation of color #F22463: hue angle of 341.65º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F22463 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 99 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.05 |
| HSL | 341.65º | 0.89% | 0.55% | - |
| HSV(B) | 341.65º | 0.85% | 0.95% | - |
| XYZ | 39.5 | 21.04 | 13.78 | - |
| YUV | 104.78 | 124.75 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 99 | 0 | 0.85 | 0.59 | 0.05 | 341.65 | 0.89 | 0.55 |
| Hex | F2 | 24 | 63 | 0 | 55 | 3B | 5 | 156 | 59 | 37 |
| Octal | 362 | 44 | 143 | 0 | 125 | 73 | 5 | 526 | 131 | 67 |
| Binary | 11110010 | 100100 | 1100011 | 0 | 1010101 | 111011 | 101 | 101010110 | 1011001 | 110111 |
Color Harmonies of #F22463
Complementary color
Monochromatic Colors of #F22463
Black with #F22463
Text Example
Text Example
White with #F22463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22463; }
p { color: rgb(242,36,99); }
H1.HeaderClassName
{
color: #F22463;
}
.AnyTagClassName
{
color: #F22463;
}
</style>
background-color css
<style>
a { background-color: #F22463; }
a { background-color: rgb(242,36,99); }
div.DivClassName
{
background-color: #F22463;
}
.BgClassName
{
background-color: #F22463;
}
</style>
border-color css
<style>
span { border-color: #F22463; }
span { border-color: rgb(242,36,99); }
td.TdClassName
{
border-color: #F22463;
}
.TagClassName
{
border-color: #F22463;
}
</style>