Shades of Persian Pink #FC73BC
Tints of Persian Pink #FC73BC
RGB
CMYK
RGB Variations
Color information
#FC73BC (or 0xFC73BC) is known color: Persian Pink. HEX triplet: FC, 73 and BC. RGB value is (252,115,188). Sum of RGB (Red+Green+Blue) = 252+115+188=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73BC is #038C43. Grayscale: #A4A4A4. Windows color (decimal): -232516 or 12350460. OLE color: 12350460.
HSL color Cylindrical-coordinate representation of color #FC73BC: hue angle of 328.03º 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 #FC73BC is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 188 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.01 |
| HSL | 328.03º | 0.96% | 0.72% | - |
| HSV(B) | 328.03º | 0.54% | 0.99% | - |
| XYZ | 55.35 | 36.59 | 51.72 | - |
| YUV | 164.29 | 141.39 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 188 | 0 | 0.54 | 0.25 | 0.01 | 328.03 | 0.96 | 0.72 |
| Hex | FC | 73 | BC | 0 | 36 | 19 | 1 | 148 | 60 | 48 |
| Octal | 374 | 163 | 274 | 0 | 66 | 31 | 1 | 510 | 140 | 110 |
| Binary | 11111100 | 1110011 | 10111100 | 0 | 110110 | 11001 | 1 | 101001000 | 1100000 | 1001000 |
Color Harmonies of #FC73BC
Complementary color
Monochromatic Colors of #FC73BC
Black with #FC73BC
Text Example
Text Example
White with #FC73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73BC; }
p { color: rgb(252,115,188); }
H1.HeaderClassName
{
color: #FC73BC;
}
.AnyTagClassName
{
color: #FC73BC;
}
</style>
background-color css
<style>
a { background-color: #FC73BC; }
a { background-color: rgb(252,115,188); }
div.DivClassName
{
background-color: #FC73BC;
}
.BgClassName
{
background-color: #FC73BC;
}
</style>
border-color css
<style>
span { border-color: #FC73BC; }
span { border-color: rgb(252,115,188); }
td.TdClassName
{
border-color: #FC73BC;
}
.TagClassName
{
border-color: #FC73BC;
}
</style>