Shades of Persian Pink #FF77BD
Tints of Persian Pink #FF77BD
RGB
CMYK
RGB Variations
Color information
#FF77BD (or 0xFF77BD) is known color: Persian Pink. HEX triplet: FF, 77 and BD. RGB value is (255,119,189). Sum of RGB (Red+Green+Blue) = 255+119+189=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77BD is #008842. Grayscale: #A7A7A7. Windows color (decimal): -34883 or 12417023. OLE color: 12417023.
HSL color Cylindrical-coordinate representation of color #FF77BD: hue angle of 329.12º 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 #FF77BD is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 189 | - |
| CMYK | 0 | 0.53 | 0.26 | 0 |
| HSL | 329.12º | 1% | 0.73% | - |
| HSV(B) | 329.12º | 0.53% | 1% | - |
| XYZ | 57.02 | 38.13 | 52.5 | - |
| YUV | 167.64 | 140.06 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 189 | 0 | 0.53 | 0.26 | 0 | 329.12 | 1 | 0.73 |
| Hex | FF | 77 | BD | 0 | 35 | 1A | 0 | 149 | 64 | 49 |
| Octal | 377 | 167 | 275 | 0 | 65 | 32 | 0 | 511 | 144 | 111 |
| Binary | 11111111 | 1110111 | 10111101 | 0 | 110101 | 11010 | 0 | 101001001 | 1100100 | 1001001 |
Color Harmonies of #FF77BD
Complementary color
Monochromatic Colors of #FF77BD
Black with #FF77BD
Text Example
Text Example
White with #FF77BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77BD; }
p { color: rgb(255,119,189); }
H1.HeaderClassName
{
color: #FF77BD;
}
.AnyTagClassName
{
color: #FF77BD;
}
</style>
background-color css
<style>
a { background-color: #FF77BD; }
a { background-color: rgb(255,119,189); }
div.DivClassName
{
background-color: #FF77BD;
}
.BgClassName
{
background-color: #FF77BD;
}
</style>
border-color css
<style>
span { border-color: #FF77BD; }
span { border-color: rgb(255,119,189); }
td.TdClassName
{
border-color: #FF77BD;
}
.TagClassName
{
border-color: #FF77BD;
}
</style>