Shades of Radical Red #F22E6B
Tints of Radical Red #F22E6B
RGB
CMYK
RGB Variations
Color information
#F22E6B (or 0xF22E6B) is known color: Radical Red. HEX triplet: F2, 2E and 6B. RGB value is (242,46,107). Sum of RGB (Red+Green+Blue) = 242+46+107=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F22E6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22E6B is #0DD194. Grayscale: #6F6F6F. Windows color (decimal): -905621 or 7024370. OLE color: 7024370.
HSL color Cylindrical-coordinate representation of color #F22E6B: hue angle of 341.33º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F22E6B is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 46 | 107 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.05 |
| HSL | 341.33º | 0.88% | 0.56% | - |
| HSV(B) | 341.33º | 0.81% | 0.95% | - |
| XYZ | 40.25 | 21.89 | 16.01 | - |
| YUV | 111.56 | 125.43 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 46 | 107 | 0 | 0.81 | 0.56 | 0.05 | 341.33 | 0.88 | 0.56 |
| Hex | F2 | 2E | 6B | 0 | 51 | 38 | 5 | 155 | 58 | 38 |
| Octal | 362 | 56 | 153 | 0 | 121 | 70 | 5 | 525 | 130 | 70 |
| Binary | 11110010 | 101110 | 1101011 | 0 | 1010001 | 111000 | 101 | 101010101 | 1011000 | 111000 |
Color Harmonies of #F22E6B
Complementary color
Monochromatic Colors of #F22E6B
Black with #F22E6B
Text Example
Text Example
White with #F22E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22E6B; }
p { color: rgb(242,46,107); }
H1.HeaderClassName
{
color: #F22E6B;
}
.AnyTagClassName
{
color: #F22E6B;
}
</style>
background-color css
<style>
a { background-color: #F22E6B; }
a { background-color: rgb(242,46,107); }
div.DivClassName
{
background-color: #F22E6B;
}
.BgClassName
{
background-color: #F22E6B;
}
</style>
border-color css
<style>
span { border-color: #F22E6B; }
span { border-color: rgb(242,46,107); }
td.TdClassName
{
border-color: #F22E6B;
}
.TagClassName
{
border-color: #F22E6B;
}
</style>