Shades of Persian Rose #FC29AA
Tints of Persian Rose #FC29AA
RGB
CMYK
RGB Variations
Color information
#FC29AA (or 0xFC29AA) is known color: Persian Rose. HEX triplet: FC, 29 and AA. RGB value is (252,41,170). Sum of RGB (Red+Green+Blue) = 252+41+170=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 41 (16.41% from 255 or 8.86% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC29AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC29AA is #03D655. Grayscale: #767676. Windows color (decimal): -251478 or 11151868. OLE color: 11151868.
HSL color Cylindrical-coordinate representation of color #FC29AA: hue angle of 323.32º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC29AA is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 170 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.01 |
| HSL | 323.32º | 0.97% | 0.57% | - |
| HSV(B) | 323.32º | 0.84% | 0.99% | - |
| XYZ | 48.19 | 25.18 | 40.35 | - |
| YUV | 118.8 | 156.9 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 170 | 0 | 0.84 | 0.33 | 0.01 | 323.32 | 0.97 | 0.57 |
| Hex | FC | 29 | AA | 0 | 54 | 21 | 1 | 143 | 61 | 39 |
| Octal | 374 | 51 | 252 | 0 | 124 | 41 | 1 | 503 | 141 | 71 |
| Binary | 11111100 | 101001 | 10101010 | 0 | 1010100 | 100001 | 1 | 101000011 | 1100001 | 111001 |
Color Harmonies of #FC29AA
Complementary color
Monochromatic Colors of #FC29AA
Black with #FC29AA
Text Example
Text Example
White with #FC29AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC29AA; }
p { color: rgb(252,41,170); }
H1.HeaderClassName
{
color: #FC29AA;
}
.AnyTagClassName
{
color: #FC29AA;
}
</style>
background-color css
<style>
a { background-color: #FC29AA; }
a { background-color: rgb(252,41,170); }
div.DivClassName
{
background-color: #FC29AA;
}
.BgClassName
{
background-color: #FC29AA;
}
</style>
border-color css
<style>
span { border-color: #FC29AA; }
span { border-color: rgb(252,41,170); }
td.TdClassName
{
border-color: #FC29AA;
}
.TagClassName
{
border-color: #FC29AA;
}
</style>