Shades of Persian Pink #FD77C0
Tints of Persian Pink #FD77C0
RGB
CMYK
RGB Variations
Color information
#FD77C0 (or 0xFD77C0) is known color: Persian Pink. HEX triplet: FD, 77 and C0. RGB value is (253,119,192). Sum of RGB (Red+Green+Blue) = 253+119+192=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD77C0 is #02883F. Grayscale: #A7A7A7. Windows color (decimal): -165952 or 12613629. OLE color: 12613629.
HSL color Cylindrical-coordinate representation of color #FD77C0: hue angle of 327.31º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD77C0 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 119 | 192 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.01 |
| HSL | 327.31º | 0.97% | 0.73% | - |
| HSV(B) | 327.31º | 0.53% | 0.99% | - |
| XYZ | 56.62 | 37.88 | 54.2 | - |
| YUV | 167.39 | 141.89 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 119 | 192 | 0 | 0.53 | 0.24 | 0.01 | 327.31 | 0.97 | 0.73 |
| Hex | FD | 77 | C0 | 0 | 35 | 18 | 1 | 147 | 61 | 49 |
| Octal | 375 | 167 | 300 | 0 | 65 | 30 | 1 | 507 | 141 | 111 |
| Binary | 11111101 | 1110111 | 11000000 | 0 | 110101 | 11000 | 1 | 101000111 | 1100001 | 1001001 |
Color Harmonies of #FD77C0
Complementary color
Monochromatic Colors of #FD77C0
Black with #FD77C0
Text Example
Text Example
White with #FD77C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD77C0; }
p { color: rgb(253,119,192); }
H1.HeaderClassName
{
color: #FD77C0;
}
.AnyTagClassName
{
color: #FD77C0;
}
</style>
background-color css
<style>
a { background-color: #FD77C0; }
a { background-color: rgb(253,119,192); }
div.DivClassName
{
background-color: #FD77C0;
}
.BgClassName
{
background-color: #FD77C0;
}
</style>
border-color css
<style>
span { border-color: #FD77C0; }
span { border-color: rgb(253,119,192); }
td.TdClassName
{
border-color: #FD77C0;
}
.TagClassName
{
border-color: #FD77C0;
}
</style>