Shades of Persian Pink #FC73BD
Tints of Persian Pink #FC73BD
RGB
CMYK
RGB Variations
Color information
#FC73BD (or 0xFC73BD) is known color: Persian Pink. HEX triplet: FC, 73 and BD. RGB value is (252,115,189). Sum of RGB (Red+Green+Blue) = 252+115+189=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73BD is #038C42. Grayscale: #A4A4A4. Windows color (decimal): -232515 or 12415996. OLE color: 12415996.
HSL color Cylindrical-coordinate representation of color #FC73BD: hue angle of 327.59º 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 #FC73BD is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 189 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.01 |
| HSL | 327.59º | 0.96% | 0.72% | - |
| HSV(B) | 327.59º | 0.54% | 0.99% | - |
| XYZ | 55.46 | 36.63 | 52.29 | - |
| YUV | 164.4 | 141.89 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 189 | 0 | 0.54 | 0.25 | 0.01 | 327.59 | 0.96 | 0.72 |
| Hex | FC | 73 | BD | 0 | 36 | 19 | 1 | 148 | 60 | 48 |
| Octal | 374 | 163 | 275 | 0 | 66 | 31 | 1 | 510 | 140 | 110 |
| Binary | 11111100 | 1110011 | 10111101 | 0 | 110110 | 11001 | 1 | 101001000 | 1100000 | 1001000 |
Color Harmonies of #FC73BD
Complementary color
Monochromatic Colors of #FC73BD
Black with #FC73BD
Text Example
Text Example
White with #FC73BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73BD; }
p { color: rgb(252,115,189); }
H1.HeaderClassName
{
color: #FC73BD;
}
.AnyTagClassName
{
color: #FC73BD;
}
</style>
background-color css
<style>
a { background-color: #FC73BD; }
a { background-color: rgb(252,115,189); }
div.DivClassName
{
background-color: #FC73BD;
}
.BgClassName
{
background-color: #FC73BD;
}
</style>
border-color css
<style>
span { border-color: #FC73BD; }
span { border-color: rgb(252,115,189); }
td.TdClassName
{
border-color: #FC73BD;
}
.TagClassName
{
border-color: #FC73BD;
}
</style>