Shades of Persian Pink #FE77B7
Tints of Persian Pink #FE77B7
RGB
CMYK
RGB Variations
Color information
#FE77B7 (or 0xFE77B7) is known color: Persian Pink. HEX triplet: FE, 77 and B7. RGB value is (254,119,183). Sum of RGB (Red+Green+Blue) = 254+119+183=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77B7 is #018848. Grayscale: #A6A6A6. Windows color (decimal): -100425 or 12023806. OLE color: 12023806.
HSL color Cylindrical-coordinate representation of color #FE77B7: hue angle of 331.56º 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 #FE77B7 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 183 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.00 |
| HSL | 331.56º | 0.99% | 0.73% | - |
| HSV(B) | 331.56º | 0.53% | 1% | - |
| XYZ | 56.02 | 37.68 | 49.12 | - |
| YUV | 166.66 | 137.23 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 183 | 0 | 0.53 | 0.28 | 0.00 | 331.56 | 0.99 | 0.73 |
| Hex | FE | 77 | B7 | 0 | 35 | 1C | 0 | 14C | 63 | 49 |
| Octal | 376 | 167 | 267 | 0 | 65 | 34 | 0 | 514 | 143 | 111 |
| Binary | 11111110 | 1110111 | 10110111 | 0 | 110101 | 11100 | 0 | 101001100 | 1100011 | 1001001 |
Color Harmonies of #FE77B7
Complementary color
Monochromatic Colors of #FE77B7
Black with #FE77B7
Text Example
Text Example
White with #FE77B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77B7; }
p { color: rgb(254,119,183); }
H1.HeaderClassName
{
color: #FE77B7;
}
.AnyTagClassName
{
color: #FE77B7;
}
</style>
background-color css
<style>
a { background-color: #FE77B7; }
a { background-color: rgb(254,119,183); }
div.DivClassName
{
background-color: #FE77B7;
}
.BgClassName
{
background-color: #FE77B7;
}
</style>
border-color css
<style>
span { border-color: #FE77B7; }
span { border-color: rgb(254,119,183); }
td.TdClassName
{
border-color: #FE77B7;
}
.TagClassName
{
border-color: #FE77B7;
}
</style>