Shades of Persian Pink #FF77C0
Tints of Persian Pink #FF77C0
RGB
CMYK
RGB Variations
Color information
#FF77C0 (or 0xFF77C0) is known color: Persian Pink. HEX triplet: FF, 77 and C0. RGB value is (255,119,192). Sum of RGB (Red+Green+Blue) = 255+119+192=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 119 (46.88% from 255 or 21.02% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77C0 is #00883F. Grayscale: #A7A7A7. Windows color (decimal): -34880 or 12613631. OLE color: 12613631.
HSL color Cylindrical-coordinate representation of color #FF77C0: hue angle of 327.79º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF77C0 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 192 | - |
| CMYK | 0 | 0.53 | 0.25 | 0 |
| HSL | 327.79º | 1% | 0.73% | - |
| HSV(B) | 327.79º | 0.53% | 1% | - |
| XYZ | 57.35 | 38.26 | 54.23 | - |
| YUV | 167.99 | 141.56 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 192 | 0 | 0.53 | 0.25 | 0 | 327.79 | 1 | 0.73 |
| Hex | FF | 77 | C0 | 0 | 35 | 19 | 0 | 148 | 64 | 49 |
| Octal | 377 | 167 | 300 | 0 | 65 | 31 | 0 | 510 | 144 | 111 |
| Binary | 11111111 | 1110111 | 11000000 | 0 | 110101 | 11001 | 0 | 101001000 | 1100100 | 1001001 |
Color Harmonies of #FF77C0
Complementary color
Monochromatic Colors of #FF77C0
Black with #FF77C0
Text Example
Text Example
White with #FF77C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77C0; }
p { color: rgb(255,119,192); }
H1.HeaderClassName
{
color: #FF77C0;
}
.AnyTagClassName
{
color: #FF77C0;
}
</style>
background-color css
<style>
a { background-color: #FF77C0; }
a { background-color: rgb(255,119,192); }
div.DivClassName
{
background-color: #FF77C0;
}
.BgClassName
{
background-color: #FF77C0;
}
</style>
border-color css
<style>
span { border-color: #FF77C0; }
span { border-color: rgb(255,119,192); }
td.TdClassName
{
border-color: #FF77C0;
}
.TagClassName
{
border-color: #FF77C0;
}
</style>