Shades of Persian Rose #F22EA9
Tints of Persian Rose #F22EA9
RGB
CMYK
RGB Variations
Color information
#F22EA9 (or 0xF22EA9) is known color: Persian Rose. HEX triplet: F2, 2E and A9. RGB value is (242,46,169). Sum of RGB (Red+Green+Blue) = 242+46+169=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 46 (18.36% from 255 or 10.07% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F22EA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22EA9 is #0DD156. Grayscale: #767676. Windows color (decimal): -905559 or 11087602. OLE color: 11087602.
HSL color Cylindrical-coordinate representation of color #F22EA9: hue angle of 322.35º 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 #F22EA9 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 46 | 169 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.05 |
| HSL | 322.35º | 0.88% | 0.56% | - |
| HSV(B) | 322.35º | 0.81% | 0.95% | - |
| XYZ | 44.76 | 23.7 | 39.75 | - |
| YUV | 118.63 | 156.43 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 46 | 169 | 0 | 0.81 | 0.30 | 0.05 | 322.35 | 0.88 | 0.56 |
| Hex | F2 | 2E | A9 | 0 | 51 | 1E | 5 | 142 | 58 | 38 |
| Octal | 362 | 56 | 251 | 0 | 121 | 36 | 5 | 502 | 130 | 70 |
| Binary | 11110010 | 101110 | 10101001 | 0 | 1010001 | 11110 | 101 | 101000010 | 1011000 | 111000 |
Color Harmonies of #F22EA9
Complementary color
Monochromatic Colors of #F22EA9
Black with #F22EA9
Text Example
Text Example
White with #F22EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22EA9; }
p { color: rgb(242,46,169); }
H1.HeaderClassName
{
color: #F22EA9;
}
.AnyTagClassName
{
color: #F22EA9;
}
</style>
background-color css
<style>
a { background-color: #F22EA9; }
a { background-color: rgb(242,46,169); }
div.DivClassName
{
background-color: #F22EA9;
}
.BgClassName
{
background-color: #F22EA9;
}
</style>
border-color css
<style>
span { border-color: #F22EA9; }
span { border-color: rgb(242,46,169); }
td.TdClassName
{
border-color: #F22EA9;
}
.TagClassName
{
border-color: #F22EA9;
}
</style>