Shades of Persian Rose #F22EAA
Tints of Persian Rose #F22EAA
RGB
CMYK
RGB Variations
Color information
#F22EAA (or 0xF22EAA) is known color: Persian Rose. HEX triplet: F2, 2E and AA. RGB value is (242,46,170). Sum of RGB (Red+Green+Blue) = 242+46+170=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 46 (18.36% from 255 or 10.04% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F22EAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22EAA is #0DD155. Grayscale: #767676. Windows color (decimal): -905558 or 11153138. OLE color: 11153138.
HSL color Cylindrical-coordinate representation of color #F22EAA: hue angle of 322.04º 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 #F22EAA is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 46 | 170 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.05 |
| HSL | 322.04º | 0.88% | 0.56% | - |
| HSV(B) | 322.04º | 0.81% | 0.95% | - |
| XYZ | 44.85 | 23.73 | 40.25 | - |
| YUV | 118.74 | 156.93 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 46 | 170 | 0 | 0.81 | 0.30 | 0.05 | 322.04 | 0.88 | 0.56 |
| Hex | F2 | 2E | AA | 0 | 51 | 1E | 5 | 142 | 58 | 38 |
| Octal | 362 | 56 | 252 | 0 | 121 | 36 | 5 | 502 | 130 | 70 |
| Binary | 11110010 | 101110 | 10101010 | 0 | 1010001 | 11110 | 101 | 101000010 | 1011000 | 111000 |
Color Harmonies of #F22EAA
Complementary color
Monochromatic Colors of #F22EAA
Black with #F22EAA
Text Example
Text Example
White with #F22EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22EAA; }
p { color: rgb(242,46,170); }
H1.HeaderClassName
{
color: #F22EAA;
}
.AnyTagClassName
{
color: #F22EAA;
}
</style>
background-color css
<style>
a { background-color: #F22EAA; }
a { background-color: rgb(242,46,170); }
div.DivClassName
{
background-color: #F22EAA;
}
.BgClassName
{
background-color: #F22EAA;
}
</style>
border-color css
<style>
span { border-color: #F22EAA; }
span { border-color: rgb(242,46,170); }
td.TdClassName
{
border-color: #F22EAA;
}
.TagClassName
{
border-color: #F22EAA;
}
</style>