Shades of Persian Pink #FF77B8
Tints of Persian Pink #FF77B8
RGB
CMYK
RGB Variations
Color information
#FF77B8 (or 0xFF77B8) is known color: Persian Pink. HEX triplet: FF, 77 and B8. RGB value is (255,119,184). Sum of RGB (Red+Green+Blue) = 255+119+184=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77B8 is #008847. Grayscale: #A6A6A6. Windows color (decimal): -34888 or 12089343. OLE color: 12089343.
HSL color Cylindrical-coordinate representation of color #FF77B8: hue angle of 331.32º 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 #FF77B8 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 184 | - |
| CMYK | 0 | 0.53 | 0.28 | 0 |
| HSL | 331.32º | 1% | 0.73% | - |
| HSV(B) | 331.32º | 0.53% | 1% | - |
| XYZ | 56.49 | 37.91 | 49.69 | - |
| YUV | 167.07 | 137.56 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 184 | 0 | 0.53 | 0.28 | 0 | 331.32 | 1 | 0.73 |
| Hex | FF | 77 | B8 | 0 | 35 | 1C | 0 | 14B | 64 | 49 |
| Octal | 377 | 167 | 270 | 0 | 65 | 34 | 0 | 513 | 144 | 111 |
| Binary | 11111111 | 1110111 | 10111000 | 0 | 110101 | 11100 | 0 | 101001011 | 1100100 | 1001001 |
Color Harmonies of #FF77B8
Complementary color
Monochromatic Colors of #FF77B8
Black with #FF77B8
Text Example
Text Example
White with #FF77B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77B8; }
p { color: rgb(255,119,184); }
H1.HeaderClassName
{
color: #FF77B8;
}
.AnyTagClassName
{
color: #FF77B8;
}
</style>
background-color css
<style>
a { background-color: #FF77B8; }
a { background-color: rgb(255,119,184); }
div.DivClassName
{
background-color: #FF77B8;
}
.BgClassName
{
background-color: #FF77B8;
}
</style>
border-color css
<style>
span { border-color: #FF77B8; }
span { border-color: rgb(255,119,184); }
td.TdClassName
{
border-color: #FF77B8;
}
.TagClassName
{
border-color: #FF77B8;
}
</style>