Shades of Persian Pink #FE77BA
Tints of Persian Pink #FE77BA
RGB
CMYK
RGB Variations
Color information
#FE77BA (or 0xFE77BA) is known color: Persian Pink. HEX triplet: FE, 77 and BA. RGB value is (254,119,186). Sum of RGB (Red+Green+Blue) = 254+119+186=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77BA is #018845. Grayscale: #A6A6A6. Windows color (decimal): -100422 or 12220414. OLE color: 12220414.
HSL color Cylindrical-coordinate representation of color #FE77BA: hue angle of 330.22º 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 #FE77BA is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 186 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.00 |
| HSL | 330.22º | 0.99% | 0.73% | - |
| HSV(B) | 330.22º | 0.53% | 1% | - |
| XYZ | 56.33 | 37.81 | 50.78 | - |
| YUV | 167 | 138.73 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 186 | 0 | 0.53 | 0.27 | 0.00 | 330.22 | 0.99 | 0.73 |
| Hex | FE | 77 | BA | 0 | 35 | 1B | 0 | 14A | 63 | 49 |
| Octal | 376 | 167 | 272 | 0 | 65 | 33 | 0 | 512 | 143 | 111 |
| Binary | 11111110 | 1110111 | 10111010 | 0 | 110101 | 11011 | 0 | 101001010 | 1100011 | 1001001 |
Color Harmonies of #FE77BA
Complementary color
Monochromatic Colors of #FE77BA
Black with #FE77BA
Text Example
Text Example
White with #FE77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77BA; }
p { color: rgb(254,119,186); }
H1.HeaderClassName
{
color: #FE77BA;
}
.AnyTagClassName
{
color: #FE77BA;
}
</style>
background-color css
<style>
a { background-color: #FE77BA; }
a { background-color: rgb(254,119,186); }
div.DivClassName
{
background-color: #FE77BA;
}
.BgClassName
{
background-color: #FE77BA;
}
</style>
border-color css
<style>
span { border-color: #FE77BA; }
span { border-color: rgb(254,119,186); }
td.TdClassName
{
border-color: #FE77BA;
}
.TagClassName
{
border-color: #FE77BA;
}
</style>