Shades of Radical Red #F22F68
Tints of Radical Red #F22F68
RGB
CMYK
RGB Variations
Color information
#F22F68 (or 0xF22F68) is known color: Radical Red. HEX triplet: F2, 2F and 68. RGB value is (242,47,104). Sum of RGB (Red+Green+Blue) = 242+47+104=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F22F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22F68 is #0DD097. Grayscale: #6F6F6F. Windows color (decimal): -905368 or 6828018. OLE color: 6828018.
HSL color Cylindrical-coordinate representation of color #F22F68: hue angle of 342.46º 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 #F22F68 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 47 | 104 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.05 |
| HSL | 342.46º | 0.88% | 0.57% | - |
| HSV(B) | 342.46º | 0.81% | 0.95% | - |
| XYZ | 40.13 | 21.91 | 15.21 | - |
| YUV | 111.8 | 123.6 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 47 | 104 | 0 | 0.81 | 0.57 | 0.05 | 342.46 | 0.88 | 0.57 |
| Hex | F2 | 2F | 68 | 0 | 51 | 39 | 5 | 156 | 58 | 39 |
| Octal | 362 | 57 | 150 | 0 | 121 | 71 | 5 | 526 | 130 | 71 |
| Binary | 11110010 | 101111 | 1101000 | 0 | 1010001 | 111001 | 101 | 101010110 | 1011000 | 111001 |
Color Harmonies of #F22F68
Complementary color
Monochromatic Colors of #F22F68
Black with #F22F68
Text Example
Text Example
White with #F22F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22F68; }
p { color: rgb(242,47,104); }
H1.HeaderClassName
{
color: #F22F68;
}
.AnyTagClassName
{
color: #F22F68;
}
</style>
background-color css
<style>
a { background-color: #F22F68; }
a { background-color: rgb(242,47,104); }
div.DivClassName
{
background-color: #F22F68;
}
.BgClassName
{
background-color: #F22F68;
}
</style>
border-color css
<style>
span { border-color: #F22F68; }
span { border-color: rgb(242,47,104); }
td.TdClassName
{
border-color: #F22F68;
}
.TagClassName
{
border-color: #F22F68;
}
</style>