Shades of Persian Rose #FC29A3
Tints of Persian Rose #FC29A3
RGB
CMYK
RGB Variations
Color information
#FC29A3 (or 0xFC29A3) is known color: Persian Rose. HEX triplet: FC, 29 and A3. RGB value is (252,41,163). Sum of RGB (Red+Green+Blue) = 252+41+163=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC29A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC29A3 is #03D65C. Grayscale: #757575. Windows color (decimal): -251485 or 10693116. OLE color: 10693116.
HSL color Cylindrical-coordinate representation of color #FC29A3: hue angle of 325.31º 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 #FC29A3 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 163 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.01 |
| HSL | 325.31º | 0.97% | 0.57% | - |
| HSV(B) | 325.31º | 0.84% | 0.99% | - |
| XYZ | 47.55 | 24.93 | 36.96 | - |
| YUV | 118 | 153.4 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 163 | 0 | 0.84 | 0.35 | 0.01 | 325.31 | 0.97 | 0.57 |
| Hex | FC | 29 | A3 | 0 | 54 | 23 | 1 | 145 | 61 | 39 |
| Octal | 374 | 51 | 243 | 0 | 124 | 43 | 1 | 505 | 141 | 71 |
| Binary | 11111100 | 101001 | 10100011 | 0 | 1010100 | 100011 | 1 | 101000101 | 1100001 | 111001 |
Color Harmonies of #FC29A3
Complementary color
Monochromatic Colors of #FC29A3
Black with #FC29A3
Text Example
Text Example
White with #FC29A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC29A3; }
p { color: rgb(252,41,163); }
H1.HeaderClassName
{
color: #FC29A3;
}
.AnyTagClassName
{
color: #FC29A3;
}
</style>
background-color css
<style>
a { background-color: #FC29A3; }
a { background-color: rgb(252,41,163); }
div.DivClassName
{
background-color: #FC29A3;
}
.BgClassName
{
background-color: #FC29A3;
}
</style>
border-color css
<style>
span { border-color: #FC29A3; }
span { border-color: rgb(252,41,163); }
td.TdClassName
{
border-color: #FC29A3;
}
.TagClassName
{
border-color: #FC29A3;
}
</style>