Shades of Persian Rose #F22AA0
Tints of Persian Rose #F22AA0
RGB
CMYK
RGB Variations
Color information
#F22AA0 (or 0xF22AA0) is known color: Persian Rose. HEX triplet: F2, 2A and A0. RGB value is (242,42,160). Sum of RGB (Red+Green+Blue) = 242+42+160=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F22AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22AA0 is #0DD55F. Grayscale: #727272. Windows color (decimal): -906592 or 10496754. OLE color: 10496754.
HSL color Cylindrical-coordinate representation of color #F22AA0: hue angle of 324.6º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F22AA0 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 42 | 160 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.05 |
| HSL | 324.6º | 0.88% | 0.56% | - |
| HSV(B) | 324.6º | 0.83% | 0.95% | - |
| XYZ | 43.79 | 23.07 | 35.4 | - |
| YUV | 115.25 | 153.26 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 42 | 160 | 0 | 0.83 | 0.34 | 0.05 | 324.6 | 0.88 | 0.56 |
| Hex | F2 | 2A | A0 | 0 | 53 | 22 | 5 | 145 | 58 | 38 |
| Octal | 362 | 52 | 240 | 0 | 123 | 42 | 5 | 505 | 130 | 70 |
| Binary | 11110010 | 101010 | 10100000 | 0 | 1010011 | 100010 | 101 | 101000101 | 1011000 | 111000 |
Color Harmonies of #F22AA0
Complementary color
Monochromatic Colors of #F22AA0
Black with #F22AA0
Text Example
Text Example
White with #F22AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22AA0; }
p { color: rgb(242,42,160); }
H1.HeaderClassName
{
color: #F22AA0;
}
.AnyTagClassName
{
color: #F22AA0;
}
</style>
background-color css
<style>
a { background-color: #F22AA0; }
a { background-color: rgb(242,42,160); }
div.DivClassName
{
background-color: #F22AA0;
}
.BgClassName
{
background-color: #F22AA0;
}
</style>
border-color css
<style>
span { border-color: #F22AA0; }
span { border-color: rgb(242,42,160); }
td.TdClassName
{
border-color: #F22AA0;
}
.TagClassName
{
border-color: #F22AA0;
}
</style>