Shades of Persian Rose #FC29A1
Tints of Persian Rose #FC29A1
RGB
CMYK
RGB Variations
Color information
#FC29A1 (or 0xFC29A1) is known color: Persian Rose. HEX triplet: FC, 29 and A1. RGB value is (252,41,161). Sum of RGB (Red+Green+Blue) = 252+41+161=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 41 (16.41% from 255 or 9.03% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC29A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC29A1 is #03D65E. Grayscale: #757575. Windows color (decimal): -251487 or 10562044. OLE color: 10562044.
HSL color Cylindrical-coordinate representation of color #FC29A1: hue angle of 325.88º 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 #FC29A1 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 161 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.01 |
| HSL | 325.88º | 0.97% | 0.57% | - |
| HSV(B) | 325.88º | 0.84% | 0.99% | - |
| XYZ | 47.37 | 24.85 | 36.02 | - |
| YUV | 117.77 | 152.4 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 161 | 0 | 0.84 | 0.36 | 0.01 | 325.88 | 0.97 | 0.57 |
| Hex | FC | 29 | A1 | 0 | 54 | 24 | 1 | 146 | 61 | 39 |
| Octal | 374 | 51 | 241 | 0 | 124 | 44 | 1 | 506 | 141 | 71 |
| Binary | 11111100 | 101001 | 10100001 | 0 | 1010100 | 100100 | 1 | 101000110 | 1100001 | 111001 |
Color Harmonies of #FC29A1
Complementary color
Monochromatic Colors of #FC29A1
Black with #FC29A1
Text Example
Text Example
White with #FC29A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC29A1; }
p { color: rgb(252,41,161); }
H1.HeaderClassName
{
color: #FC29A1;
}
.AnyTagClassName
{
color: #FC29A1;
}
</style>
background-color css
<style>
a { background-color: #FC29A1; }
a { background-color: rgb(252,41,161); }
div.DivClassName
{
background-color: #FC29A1;
}
.BgClassName
{
background-color: #FC29A1;
}
</style>
border-color css
<style>
span { border-color: #FC29A1; }
span { border-color: rgb(252,41,161); }
td.TdClassName
{
border-color: #FC29A1;
}
.TagClassName
{
border-color: #FC29A1;
}
</style>