Shades of Radical Red #F22F64
Tints of Radical Red #F22F64
RGB
CMYK
RGB Variations
Color information
#F22F64 (or 0xF22F64) is known color: Radical Red. HEX triplet: F2, 2F and 64. RGB value is (242,47,100). Sum of RGB (Red+Green+Blue) = 242+47+100=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F22F64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22F64 is #0DD09B. Grayscale: #6F6F6F. Windows color (decimal): -905372 or 6565874. OLE color: 6565874.
HSL color Cylindrical-coordinate representation of color #F22F64: hue angle of 343.69º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22F64 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 47 | 100 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.05 |
| HSL | 343.69º | 0.88% | 0.57% | - |
| HSV(B) | 343.69º | 0.81% | 0.95% | - |
| XYZ | 39.93 | 21.83 | 14.17 | - |
| YUV | 111.35 | 121.6 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 47 | 100 | 0 | 0.81 | 0.59 | 0.05 | 343.69 | 0.88 | 0.57 |
| Hex | F2 | 2F | 64 | 0 | 51 | 3B | 5 | 158 | 58 | 39 |
| Octal | 362 | 57 | 144 | 0 | 121 | 73 | 5 | 530 | 130 | 71 |
| Binary | 11110010 | 101111 | 1100100 | 0 | 1010001 | 111011 | 101 | 101011000 | 1011000 | 111001 |
Color Harmonies of #F22F64
Complementary color
Monochromatic Colors of #F22F64
Black with #F22F64
Text Example
Text Example
White with #F22F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22F64; }
p { color: rgb(242,47,100); }
H1.HeaderClassName
{
color: #F22F64;
}
.AnyTagClassName
{
color: #F22F64;
}
</style>
background-color css
<style>
a { background-color: #F22F64; }
a { background-color: rgb(242,47,100); }
div.DivClassName
{
background-color: #F22F64;
}
.BgClassName
{
background-color: #F22F64;
}
</style>
border-color css
<style>
span { border-color: #F22F64; }
span { border-color: rgb(242,47,100); }
td.TdClassName
{
border-color: #F22F64;
}
.TagClassName
{
border-color: #F22F64;
}
</style>