Shades of Persian Pink #FB77B5
Tints of Persian Pink #FB77B5
RGB
CMYK
RGB Variations
Color information
#FB77B5 (or 0xFB77B5) is known color: Persian Pink. HEX triplet: FB, 77 and B5. RGB value is (251,119,181). Sum of RGB (Red+Green+Blue) = 251+119+181=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77B5 is #04884A. Grayscale: #A5A5A5. Windows color (decimal): -297035 or 11892731. OLE color: 11892731.
HSL color Cylindrical-coordinate representation of color #FB77B5: hue angle of 331.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 #FB77B5 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 119 | 181 | - |
CMYK | 0 | 0.53 | 0.28 | 0.02 |
HSL | 331.82º | 0.94% | 0.73% | - |
HSV(B) | 331.82º | 0.53% | 0.98% | - |
XYZ | 54.72 | 37.04 | 47.98 | - |
YUV | 165.54 | 136.73 | 188.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 119 | 181 | 0 | 0.53 | 0.28 | 0.02 | 331.82 | 0.94 | 0.73 |
Hex | FB | 77 | B5 | 0 | 35 | 1C | 2 | 14C | 5E | 49 |
Octal | 373 | 167 | 265 | 0 | 65 | 34 | 2 | 514 | 136 | 111 |
Binary | 11111011 | 1110111 | 10110101 | 0 | 110101 | 11100 | 10 | 101001100 | 1011110 | 1001001 |
Color Harmonies of #FB77B5
Complementary color
Monochromatic Colors of #FB77B5
Black with #FB77B5
Text Example
Text Example
White with #FB77B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77B5; }
p { color: rgb(251,119,181); }
H1.HeaderClassName
{
color: #FB77B5;
}
.AnyTagClassName
{
color: #FB77B5;
}
</style>
background-color css
<style>
a { background-color: #FB77B5; }
a { background-color: rgb(251,119,181); }
div.DivClassName
{
background-color: #FB77B5;
}
.BgClassName
{
background-color: #FB77B5;
}
</style>
border-color css
<style>
span { border-color: #FB77B5; }
span { border-color: rgb(251,119,181); }
td.TdClassName
{
border-color: #FB77B5;
}
.TagClassName
{
border-color: #FB77B5;
}
</style>