Shades of Radical Red #F22967
Tints of Radical Red #F22967
RGB
CMYK
RGB Variations
Color information
#F22967 (or 0xF22967) is known color: Radical Red. HEX triplet: F2, 29 and 67. RGB value is (242,41,103). Sum of RGB (Red+Green+Blue) = 242+41+103=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F22967 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22967 is #0DD698. Grayscale: #6C6C6C. Windows color (decimal): -906905 or 6760946. OLE color: 6760946.
HSL color Cylindrical-coordinate representation of color #F22967: hue angle of 341.49º 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 #F22967 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 103 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.05 |
| HSL | 341.49º | 0.89% | 0.55% | - |
| HSV(B) | 341.49º | 0.83% | 0.95% | - |
| XYZ | 39.86 | 21.44 | 14.87 | - |
| YUV | 108.17 | 125.09 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 103 | 0 | 0.83 | 0.57 | 0.05 | 341.49 | 0.89 | 0.55 |
| Hex | F2 | 29 | 67 | 0 | 53 | 39 | 5 | 155 | 59 | 37 |
| Octal | 362 | 51 | 147 | 0 | 123 | 71 | 5 | 525 | 131 | 67 |
| Binary | 11110010 | 101001 | 1100111 | 0 | 1010011 | 111001 | 101 | 101010101 | 1011001 | 110111 |
Color Harmonies of #F22967
Complementary color
Monochromatic Colors of #F22967
Black with #F22967
Text Example
Text Example
White with #F22967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22967; }
p { color: rgb(242,41,103); }
H1.HeaderClassName
{
color: #F22967;
}
.AnyTagClassName
{
color: #F22967;
}
</style>
background-color css
<style>
a { background-color: #F22967; }
a { background-color: rgb(242,41,103); }
div.DivClassName
{
background-color: #F22967;
}
.BgClassName
{
background-color: #F22967;
}
</style>
border-color css
<style>
span { border-color: #F22967; }
span { border-color: rgb(242,41,103); }
td.TdClassName
{
border-color: #F22967;
}
.TagClassName
{
border-color: #F22967;
}
</style>