Shades of Persian Rose #F22E9F
Tints of Persian Rose #F22E9F
RGB
CMYK
RGB Variations
Color information
#F22E9F (or 0xF22E9F) is known color: Persian Rose. HEX triplet: F2, 2E and 9F. RGB value is (242,46,159). Sum of RGB (Red+Green+Blue) = 242+46+159=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F22E9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22E9F is #0DD160. Grayscale: #757575. Windows color (decimal): -905569 or 10432242. OLE color: 10432242.
HSL color Cylindrical-coordinate representation of color #F22E9F: hue angle of 325.41º 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 #F22E9F is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 46 | 159 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.05 |
| HSL | 325.41º | 0.88% | 0.56% | - |
| HSV(B) | 325.41º | 0.81% | 0.95% | - |
| XYZ | 43.85 | 23.33 | 34.99 | - |
| YUV | 117.49 | 151.43 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 46 | 159 | 0 | 0.81 | 0.34 | 0.05 | 325.41 | 0.88 | 0.56 |
| Hex | F2 | 2E | 9F | 0 | 51 | 22 | 5 | 145 | 58 | 38 |
| Octal | 362 | 56 | 237 | 0 | 121 | 42 | 5 | 505 | 130 | 70 |
| Binary | 11110010 | 101110 | 10011111 | 0 | 1010001 | 100010 | 101 | 101000101 | 1011000 | 111000 |
Color Harmonies of #F22E9F
Complementary color
Monochromatic Colors of #F22E9F
Black with #F22E9F
Text Example
Text Example
White with #F22E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22E9F; }
p { color: rgb(242,46,159); }
H1.HeaderClassName
{
color: #F22E9F;
}
.AnyTagClassName
{
color: #F22E9F;
}
</style>
background-color css
<style>
a { background-color: #F22E9F; }
a { background-color: rgb(242,46,159); }
div.DivClassName
{
background-color: #F22E9F;
}
.BgClassName
{
background-color: #F22E9F;
}
</style>
border-color css
<style>
span { border-color: #F22E9F; }
span { border-color: rgb(242,46,159); }
td.TdClassName
{
border-color: #F22E9F;
}
.TagClassName
{
border-color: #F22E9F;
}
</style>