Shades of Persian Pink #FC75BD
Tints of Persian Pink #FC75BD
RGB
CMYK
RGB Variations
Color information
#FC75BD (or 0xFC75BD) is known color: Persian Pink. HEX triplet: FC, 75 and BD. RGB value is (252,117,189). Sum of RGB (Red+Green+Blue) = 252+117+189=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC75BD is #038A42. Grayscale: #A5A5A5. Windows color (decimal): -232003 or 12416508. OLE color: 12416508.
HSL color Cylindrical-coordinate representation of color #FC75BD: hue angle of 328º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC75BD is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 189 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.01 |
| HSL | 328º | 0.96% | 0.72% | - |
| HSV(B) | 328º | 0.54% | 0.99% | - |
| XYZ | 55.69 | 37.09 | 52.37 | - |
| YUV | 165.57 | 141.23 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 189 | 0 | 0.54 | 0.25 | 0.01 | 328 | 0.96 | 0.72 |
| Hex | FC | 75 | BD | 0 | 36 | 19 | 1 | 148 | 60 | 48 |
| Octal | 374 | 165 | 275 | 0 | 66 | 31 | 1 | 510 | 140 | 110 |
| Binary | 11111100 | 1110101 | 10111101 | 0 | 110110 | 11001 | 1 | 101001000 | 1100000 | 1001000 |
Color Harmonies of #FC75BD
Complementary color
Monochromatic Colors of #FC75BD
Black with #FC75BD
Text Example
Text Example
White with #FC75BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC75BD; }
p { color: rgb(252,117,189); }
H1.HeaderClassName
{
color: #FC75BD;
}
.AnyTagClassName
{
color: #FC75BD;
}
</style>
background-color css
<style>
a { background-color: #FC75BD; }
a { background-color: rgb(252,117,189); }
div.DivClassName
{
background-color: #FC75BD;
}
.BgClassName
{
background-color: #FC75BD;
}
</style>
border-color css
<style>
span { border-color: #FC75BD; }
span { border-color: rgb(252,117,189); }
td.TdClassName
{
border-color: #FC75BD;
}
.TagClassName
{
border-color: #FC75BD;
}
</style>