Shades of Persian Pink #FF77BF
Tints of Persian Pink #FF77BF
RGB
CMYK
RGB Variations
Color information
#FF77BF (or 0xFF77BF) is known color: Persian Pink. HEX triplet: FF, 77 and BF. RGB value is (255,119,191). Sum of RGB (Red+Green+Blue) = 255+119+191=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77BF is #008840. Grayscale: #A7A7A7. Windows color (decimal): -34881 or 12548095. OLE color: 12548095.
HSL color Cylindrical-coordinate representation of color #FF77BF: hue angle of 328.24º 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 #FF77BF is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 191 | - |
| CMYK | 0 | 0.53 | 0.25 | 0 |
| HSL | 328.24º | 1% | 0.73% | - |
| HSV(B) | 328.24º | 0.53% | 1% | - |
| XYZ | 57.24 | 38.22 | 53.65 | - |
| YUV | 167.87 | 141.06 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 191 | 0 | 0.53 | 0.25 | 0 | 328.24 | 1 | 0.73 |
| Hex | FF | 77 | BF | 0 | 35 | 19 | 0 | 148 | 64 | 49 |
| Octal | 377 | 167 | 277 | 0 | 65 | 31 | 0 | 510 | 144 | 111 |
| Binary | 11111111 | 1110111 | 10111111 | 0 | 110101 | 11001 | 0 | 101001000 | 1100100 | 1001001 |
Color Harmonies of #FF77BF
Complementary color
Monochromatic Colors of #FF77BF
Black with #FF77BF
Text Example
Text Example
White with #FF77BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77BF; }
p { color: rgb(255,119,191); }
H1.HeaderClassName
{
color: #FF77BF;
}
.AnyTagClassName
{
color: #FF77BF;
}
</style>
background-color css
<style>
a { background-color: #FF77BF; }
a { background-color: rgb(255,119,191); }
div.DivClassName
{
background-color: #FF77BF;
}
.BgClassName
{
background-color: #FF77BF;
}
</style>
border-color css
<style>
span { border-color: #FF77BF; }
span { border-color: rgb(255,119,191); }
td.TdClassName
{
border-color: #FF77BF;
}
.TagClassName
{
border-color: #FF77BF;
}
</style>