Shades of Persian Rose #F22C9E
Tints of Persian Rose #F22C9E
RGB
CMYK
RGB Variations
Color information
#F22C9E (or 0xF22C9E) is known color: Persian Rose. HEX triplet: F2, 2C and 9E. RGB value is (242,44,158). Sum of RGB (Red+Green+Blue) = 242+44+158=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22C9E is #0DD361. Grayscale: #737373. Windows color (decimal): -906082 or 10366194. OLE color: 10366194.
HSL color Cylindrical-coordinate representation of color #F22C9E: hue angle of 325.45º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F22C9E is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 158 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.05 |
| HSL | 325.45º | 0.88% | 0.56% | - |
| HSV(B) | 325.45º | 0.82% | 0.95% | - |
| XYZ | 43.69 | 23.15 | 34.51 | - |
| YUV | 116.2 | 151.6 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 158 | 0 | 0.82 | 0.35 | 0.05 | 325.45 | 0.88 | 0.56 |
| Hex | F2 | 2C | 9E | 0 | 52 | 23 | 5 | 145 | 58 | 38 |
| Octal | 362 | 54 | 236 | 0 | 122 | 43 | 5 | 505 | 130 | 70 |
| Binary | 11110010 | 101100 | 10011110 | 0 | 1010010 | 100011 | 101 | 101000101 | 1011000 | 111000 |
Color Harmonies of #F22C9E
Complementary color
Monochromatic Colors of #F22C9E
Black with #F22C9E
Text Example
Text Example
White with #F22C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C9E; }
p { color: rgb(242,44,158); }
H1.HeaderClassName
{
color: #F22C9E;
}
.AnyTagClassName
{
color: #F22C9E;
}
</style>
background-color css
<style>
a { background-color: #F22C9E; }
a { background-color: rgb(242,44,158); }
div.DivClassName
{
background-color: #F22C9E;
}
.BgClassName
{
background-color: #F22C9E;
}
</style>
border-color css
<style>
span { border-color: #F22C9E; }
span { border-color: rgb(242,44,158); }
td.TdClassName
{
border-color: #F22C9E;
}
.TagClassName
{
border-color: #F22C9E;
}
</style>