Shades of Persian Pink #FE77BF
Tints of Persian Pink #FE77BF
RGB
CMYK
RGB Variations
Color information
#FE77BF (or 0xFE77BF) is known color: Persian Pink. HEX triplet: FE, 77 and BF. RGB value is (254,119,191). Sum of RGB (Red+Green+Blue) = 254+119+191=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77BF is #018840. Grayscale: #A7A7A7. Windows color (decimal): -100417 or 12548094. OLE color: 12548094.
HSL color Cylindrical-coordinate representation of color #FE77BF: hue angle of 328º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE77BF is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 191 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.00 |
| HSL | 328º | 0.99% | 0.73% | - |
| HSV(B) | 328º | 0.53% | 1% | - |
| XYZ | 56.87 | 38.03 | 53.63 | - |
| YUV | 167.57 | 141.23 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 191 | 0 | 0.53 | 0.25 | 0.00 | 328 | 0.99 | 0.73 |
| Hex | FE | 77 | BF | 0 | 35 | 19 | 0 | 148 | 63 | 49 |
| Octal | 376 | 167 | 277 | 0 | 65 | 31 | 0 | 510 | 143 | 111 |
| Binary | 11111110 | 1110111 | 10111111 | 0 | 110101 | 11001 | 0 | 101001000 | 1100011 | 1001001 |
Color Harmonies of #FE77BF
Complementary color
Monochromatic Colors of #FE77BF
Black with #FE77BF
Text Example
Text Example
White with #FE77BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77BF; }
p { color: rgb(254,119,191); }
H1.HeaderClassName
{
color: #FE77BF;
}
.AnyTagClassName
{
color: #FE77BF;
}
</style>
background-color css
<style>
a { background-color: #FE77BF; }
a { background-color: rgb(254,119,191); }
div.DivClassName
{
background-color: #FE77BF;
}
.BgClassName
{
background-color: #FE77BF;
}
</style>
border-color css
<style>
span { border-color: #FE77BF; }
span { border-color: rgb(254,119,191); }
td.TdClassName
{
border-color: #FE77BF;
}
.TagClassName
{
border-color: #FE77BF;
}
</style>