Shades of Persian Rose #FC32B1
Tints of Persian Rose #FC32B1
RGB
CMYK
RGB Variations
Color information
#FC32B1 (or 0xFC32B1) is known color: Persian Rose. HEX triplet: FC, 32 and B1. RGB value is (252,50,177). Sum of RGB (Red+Green+Blue) = 252+50+177=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC32B1 is #03CD4E. Grayscale: #7C7C7C. Windows color (decimal): -249167 or 11612924. OLE color: 11612924.
HSL color Cylindrical-coordinate representation of color #FC32B1: hue angle of 322.28º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC32B1 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 177 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.01 |
| HSL | 322.28º | 0.97% | 0.59% | - |
| HSV(B) | 322.28º | 0.8% | 0.99% | - |
| XYZ | 49.22 | 26.15 | 44.05 | - |
| YUV | 124.88 | 157.42 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 177 | 0 | 0.80 | 0.30 | 0.01 | 322.28 | 0.97 | 0.59 |
| Hex | FC | 32 | B1 | 0 | 50 | 1E | 1 | 142 | 61 | 3B |
| Octal | 374 | 62 | 261 | 0 | 120 | 36 | 1 | 502 | 141 | 73 |
| Binary | 11111100 | 110010 | 10110001 | 0 | 1010000 | 11110 | 1 | 101000010 | 1100001 | 111011 |
Color Harmonies of #FC32B1
Complementary color
Monochromatic Colors of #FC32B1
Black with #FC32B1
Text Example
Text Example
White with #FC32B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32B1; }
p { color: rgb(252,50,177); }
H1.HeaderClassName
{
color: #FC32B1;
}
.AnyTagClassName
{
color: #FC32B1;
}
</style>
background-color css
<style>
a { background-color: #FC32B1; }
a { background-color: rgb(252,50,177); }
div.DivClassName
{
background-color: #FC32B1;
}
.BgClassName
{
background-color: #FC32B1;
}
</style>
border-color css
<style>
span { border-color: #FC32B1; }
span { border-color: rgb(252,50,177); }
td.TdClassName
{
border-color: #FC32B1;
}
.TagClassName
{
border-color: #FC32B1;
}
</style>