Shades of Persian Rose #FC32A6
Tints of Persian Rose #FC32A6
RGB
CMYK
RGB Variations
Color information
#FC32A6 (or 0xFC32A6) is known color: Persian Rose. HEX triplet: FC, 32 and A6. RGB value is (252,50,166). Sum of RGB (Red+Green+Blue) = 252+50+166=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 50 (19.92% from 255 or 10.68% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC32A6 is #03CD59. Grayscale: #7B7B7B. Windows color (decimal): -249178 or 10892028. OLE color: 10892028.
HSL color Cylindrical-coordinate representation of color #FC32A6: hue angle of 325.54º 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 #FC32A6 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 166 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.01 |
| HSL | 325.54º | 0.97% | 0.59% | - |
| HSV(B) | 325.54º | 0.8% | 0.99% | - |
| XYZ | 48.17 | 25.73 | 38.5 | - |
| YUV | 123.62 | 151.92 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 166 | 0 | 0.80 | 0.34 | 0.01 | 325.54 | 0.97 | 0.59 |
| Hex | FC | 32 | A6 | 0 | 50 | 22 | 1 | 146 | 61 | 3B |
| Octal | 374 | 62 | 246 | 0 | 120 | 42 | 1 | 506 | 141 | 73 |
| Binary | 11111100 | 110010 | 10100110 | 0 | 1010000 | 100010 | 1 | 101000110 | 1100001 | 111011 |
Color Harmonies of #FC32A6
Complementary color
Monochromatic Colors of #FC32A6
Black with #FC32A6
Text Example
Text Example
White with #FC32A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32A6; }
p { color: rgb(252,50,166); }
H1.HeaderClassName
{
color: #FC32A6;
}
.AnyTagClassName
{
color: #FC32A6;
}
</style>
background-color css
<style>
a { background-color: #FC32A6; }
a { background-color: rgb(252,50,166); }
div.DivClassName
{
background-color: #FC32A6;
}
.BgClassName
{
background-color: #FC32A6;
}
</style>
border-color css
<style>
span { border-color: #FC32A6; }
span { border-color: rgb(252,50,166); }
td.TdClassName
{
border-color: #FC32A6;
}
.TagClassName
{
border-color: #FC32A6;
}
</style>