Shades of Radical Red #F22B68
Tints of Radical Red #F22B68
RGB
CMYK
RGB Variations
Color information
#F22B68 (or 0xF22B68) is known color: Radical Red. HEX triplet: F2, 2B and 68. RGB value is (242,43,104). Sum of RGB (Red+Green+Blue) = 242+43+104=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F22B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22B68 is #0DD497. Grayscale: #6D6D6D. Windows color (decimal): -906392 or 6826994. OLE color: 6826994.
HSL color Cylindrical-coordinate representation of color #F22B68: hue angle of 341.61º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F22B68 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 43 | 104 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.05 |
| HSL | 341.61º | 0.88% | 0.56% | - |
| HSV(B) | 341.61º | 0.82% | 0.95% | - |
| XYZ | 39.98 | 21.6 | 15.16 | - |
| YUV | 109.46 | 124.93 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 43 | 104 | 0 | 0.82 | 0.57 | 0.05 | 341.61 | 0.88 | 0.56 |
| Hex | F2 | 2B | 68 | 0 | 52 | 39 | 5 | 156 | 58 | 38 |
| Octal | 362 | 53 | 150 | 0 | 122 | 71 | 5 | 526 | 130 | 70 |
| Binary | 11110010 | 101011 | 1101000 | 0 | 1010010 | 111001 | 101 | 101010110 | 1011000 | 111000 |
Color Harmonies of #F22B68
Complementary color
Monochromatic Colors of #F22B68
Black with #F22B68
Text Example
Text Example
White with #F22B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22B68; }
p { color: rgb(242,43,104); }
H1.HeaderClassName
{
color: #F22B68;
}
.AnyTagClassName
{
color: #F22B68;
}
</style>
background-color css
<style>
a { background-color: #F22B68; }
a { background-color: rgb(242,43,104); }
div.DivClassName
{
background-color: #F22B68;
}
.BgClassName
{
background-color: #F22B68;
}
</style>
border-color css
<style>
span { border-color: #F22B68; }
span { border-color: rgb(242,43,104); }
td.TdClassName
{
border-color: #F22B68;
}
.TagClassName
{
border-color: #F22B68;
}
</style>