Shades of Persian Rose #F22D9C
Tints of Persian Rose #F22D9C
RGB
CMYK
RGB Variations
Color information
#F22D9C (or 0xF22D9C) is known color: Persian Rose. HEX triplet: F2, 2D and 9C. RGB value is (242,45,156). Sum of RGB (Red+Green+Blue) = 242+45+156=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22D9C is #0DD263. Grayscale: #747474. Windows color (decimal): -905828 or 10235378. OLE color: 10235378.
HSL color Cylindrical-coordinate representation of color #F22D9C: hue angle of 326.19º 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 #F22D9C is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 45 | 156 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.05 |
| HSL | 326.19º | 0.88% | 0.56% | - |
| HSV(B) | 326.19º | 0.81% | 0.95% | - |
| XYZ | 43.56 | 23.15 | 33.63 | - |
| YUV | 116.56 | 150.27 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 45 | 156 | 0 | 0.81 | 0.36 | 0.05 | 326.19 | 0.88 | 0.56 |
| Hex | F2 | 2D | 9C | 0 | 51 | 24 | 5 | 146 | 58 | 38 |
| Octal | 362 | 55 | 234 | 0 | 121 | 44 | 5 | 506 | 130 | 70 |
| Binary | 11110010 | 101101 | 10011100 | 0 | 1010001 | 100100 | 101 | 101000110 | 1011000 | 111000 |
Color Harmonies of #F22D9C
Complementary color
Monochromatic Colors of #F22D9C
Black with #F22D9C
Text Example
Text Example
White with #F22D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22D9C; }
p { color: rgb(242,45,156); }
H1.HeaderClassName
{
color: #F22D9C;
}
.AnyTagClassName
{
color: #F22D9C;
}
</style>
background-color css
<style>
a { background-color: #F22D9C; }
a { background-color: rgb(242,45,156); }
div.DivClassName
{
background-color: #F22D9C;
}
.BgClassName
{
background-color: #F22D9C;
}
</style>
border-color css
<style>
span { border-color: #F22D9C; }
span { border-color: rgb(242,45,156); }
td.TdClassName
{
border-color: #F22D9C;
}
.TagClassName
{
border-color: #F22D9C;
}
</style>