Shades of Persian Pink #FB77B7
Tints of Persian Pink #FB77B7
RGB
CMYK
RGB Variations
Color information
#FB77B7 (or 0xFB77B7) is known color: Persian Pink. HEX triplet: FB, 77 and B7. RGB value is (251,119,183). Sum of RGB (Red+Green+Blue) = 251+119+183=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77B7 is #048848. Grayscale: #A5A5A5. Windows color (decimal): -297033 or 12023803. OLE color: 12023803.
HSL color Cylindrical-coordinate representation of color #FB77B7: hue angle of 330.91º 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 #FB77B7 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 183 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.02 |
| HSL | 330.91º | 0.94% | 0.73% | - |
| HSV(B) | 330.91º | 0.53% | 0.98% | - |
| XYZ | 54.93 | 37.12 | 49.07 | - |
| YUV | 165.76 | 137.73 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 183 | 0 | 0.53 | 0.27 | 0.02 | 330.91 | 0.94 | 0.73 |
| Hex | FB | 77 | B7 | 0 | 35 | 1B | 2 | 14B | 5E | 49 |
| Octal | 373 | 167 | 267 | 0 | 65 | 33 | 2 | 513 | 136 | 111 |
| Binary | 11111011 | 1110111 | 10110111 | 0 | 110101 | 11011 | 10 | 101001011 | 1011110 | 1001001 |
Color Harmonies of #FB77B7
Complementary color
Monochromatic Colors of #FB77B7
Black with #FB77B7
Text Example
Text Example
White with #FB77B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77B7; }
p { color: rgb(251,119,183); }
H1.HeaderClassName
{
color: #FB77B7;
}
.AnyTagClassName
{
color: #FB77B7;
}
</style>
background-color css
<style>
a { background-color: #FB77B7; }
a { background-color: rgb(251,119,183); }
div.DivClassName
{
background-color: #FB77B7;
}
.BgClassName
{
background-color: #FB77B7;
}
</style>
border-color css
<style>
span { border-color: #FB77B7; }
span { border-color: rgb(251,119,183); }
td.TdClassName
{
border-color: #FB77B7;
}
.TagClassName
{
border-color: #FB77B7;
}
</style>