Shades of Persian Rose #FC32B4
Tints of Persian Rose #FC32B4
RGB
CMYK
RGB Variations
Color information
#FC32B4 (or 0xFC32B4) is known color: Persian Rose. HEX triplet: FC, 32 and B4. RGB value is (252,50,180). Sum of RGB (Red+Green+Blue) = 252+50+180=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC32B4 is #03CD4B. Grayscale: #7C7C7C. Windows color (decimal): -249164 or 11809532. OLE color: 11809532.
HSL color Cylindrical-coordinate representation of color #FC32B4: hue angle of 321.39º 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 #FC32B4 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 180 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.01 |
| HSL | 321.39º | 0.97% | 0.59% | - |
| HSV(B) | 321.39º | 0.8% | 0.99% | - |
| XYZ | 49.52 | 26.27 | 45.64 | - |
| YUV | 125.22 | 158.92 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 180 | 0 | 0.80 | 0.29 | 0.01 | 321.39 | 0.97 | 0.59 |
| Hex | FC | 32 | B4 | 0 | 50 | 1D | 1 | 141 | 61 | 3B |
| Octal | 374 | 62 | 264 | 0 | 120 | 35 | 1 | 501 | 141 | 73 |
| Binary | 11111100 | 110010 | 10110100 | 0 | 1010000 | 11101 | 1 | 101000001 | 1100001 | 111011 |
Color Harmonies of #FC32B4
Complementary color
Monochromatic Colors of #FC32B4
Black with #FC32B4
Text Example
Text Example
White with #FC32B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32B4; }
p { color: rgb(252,50,180); }
H1.HeaderClassName
{
color: #FC32B4;
}
.AnyTagClassName
{
color: #FC32B4;
}
</style>
background-color css
<style>
a { background-color: #FC32B4; }
a { background-color: rgb(252,50,180); }
div.DivClassName
{
background-color: #FC32B4;
}
.BgClassName
{
background-color: #FC32B4;
}
</style>
border-color css
<style>
span { border-color: #FC32B4; }
span { border-color: rgb(252,50,180); }
td.TdClassName
{
border-color: #FC32B4;
}
.TagClassName
{
border-color: #FC32B4;
}
</style>