Shades of Persian Pink #FB77C0
Tints of Persian Pink #FB77C0
RGB
CMYK
RGB Variations
Color information
#FB77C0 (or 0xFB77C0) is known color: Persian Pink. HEX triplet: FB, 77 and C0. RGB value is (251,119,192). Sum of RGB (Red+Green+Blue) = 251+119+192=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77C0 is #04883F. Grayscale: #A6A6A6. Windows color (decimal): -297024 or 12613627. OLE color: 12613627.
HSL color Cylindrical-coordinate representation of color #FB77C0: hue angle of 326.82º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB77C0 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 192 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.02 |
| HSL | 326.82º | 0.94% | 0.73% | - |
| HSV(B) | 326.82º | 0.53% | 0.98% | - |
| XYZ | 55.89 | 37.51 | 54.16 | - |
| YUV | 166.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 192 | 0 | 0.53 | 0.24 | 0.02 | 326.82 | 0.94 | 0.73 |
| Hex | FB | 77 | C0 | 0 | 35 | 18 | 2 | 147 | 5E | 49 |
| Octal | 373 | 167 | 300 | 0 | 65 | 30 | 2 | 507 | 136 | 111 |
| Binary | 11111011 | 1110111 | 11000000 | 0 | 110101 | 11000 | 10 | 101000111 | 1011110 | 1001001 |
Color Harmonies of #FB77C0
Complementary color
Monochromatic Colors of #FB77C0
Black with #FB77C0
Text Example
Text Example
White with #FB77C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77C0; }
p { color: rgb(251,119,192); }
H1.HeaderClassName
{
color: #FB77C0;
}
.AnyTagClassName
{
color: #FB77C0;
}
</style>
background-color css
<style>
a { background-color: #FB77C0; }
a { background-color: rgb(251,119,192); }
div.DivClassName
{
background-color: #FB77C0;
}
.BgClassName
{
background-color: #FB77C0;
}
</style>
border-color css
<style>
span { border-color: #FB77C0; }
span { border-color: rgb(251,119,192); }
td.TdClassName
{
border-color: #FB77C0;
}
.TagClassName
{
border-color: #FB77C0;
}
</style>