Shades of Persian Pink #FE77BB
Tints of Persian Pink #FE77BB
RGB
CMYK
RGB Variations
Color information
#FE77BB (or 0xFE77BB) is known color: Persian Pink. HEX triplet: FE, 77 and BB. RGB value is (254,119,187). Sum of RGB (Red+Green+Blue) = 254+119+187=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77BB is #018844. Grayscale: #A6A6A6. Windows color (decimal): -100421 or 12285950. OLE color: 12285950.
HSL color Cylindrical-coordinate representation of color #FE77BB: hue angle of 329.78º 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 #FE77BB is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 187 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.00 |
| HSL | 329.78º | 0.99% | 0.73% | - |
| HSV(B) | 329.78º | 0.53% | 1% | - |
| XYZ | 56.44 | 37.85 | 51.35 | - |
| YUV | 167.12 | 139.23 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 187 | 0 | 0.53 | 0.26 | 0.00 | 329.78 | 0.99 | 0.73 |
| Hex | FE | 77 | BB | 0 | 35 | 1A | 0 | 14A | 63 | 49 |
| Octal | 376 | 167 | 273 | 0 | 65 | 32 | 0 | 512 | 143 | 111 |
| Binary | 11111110 | 1110111 | 10111011 | 0 | 110101 | 11010 | 0 | 101001010 | 1100011 | 1001001 |
Color Harmonies of #FE77BB
Complementary color
Monochromatic Colors of #FE77BB
Black with #FE77BB
Text Example
Text Example
White with #FE77BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77BB; }
p { color: rgb(254,119,187); }
H1.HeaderClassName
{
color: #FE77BB;
}
.AnyTagClassName
{
color: #FE77BB;
}
</style>
background-color css
<style>
a { background-color: #FE77BB; }
a { background-color: rgb(254,119,187); }
div.DivClassName
{
background-color: #FE77BB;
}
.BgClassName
{
background-color: #FE77BB;
}
</style>
border-color css
<style>
span { border-color: #FE77BB; }
span { border-color: rgb(254,119,187); }
td.TdClassName
{
border-color: #FE77BB;
}
.TagClassName
{
border-color: #FE77BB;
}
</style>