Shades of Persian Pink #FB77BE
Tints of Persian Pink #FB77BE
RGB
CMYK
RGB Variations
Color information
#FB77BE (or 0xFB77BE) is known color: Persian Pink. HEX triplet: FB, 77 and BE. RGB value is (251,119,190). Sum of RGB (Red+Green+Blue) = 251+119+190=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77BE is #048841. Grayscale: #A6A6A6. Windows color (decimal): -297026 or 12482555. OLE color: 12482555.
HSL color Cylindrical-coordinate representation of color #FB77BE: hue angle of 327.73º 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 #FB77BE is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 190 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.02 |
| HSL | 327.73º | 0.94% | 0.73% | - |
| HSV(B) | 327.73º | 0.53% | 0.98% | - |
| XYZ | 55.67 | 37.42 | 53 | - |
| YUV | 166.56 | 141.23 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 190 | 0 | 0.53 | 0.24 | 0.02 | 327.73 | 0.94 | 0.73 |
| Hex | FB | 77 | BE | 0 | 35 | 18 | 2 | 148 | 5E | 49 |
| Octal | 373 | 167 | 276 | 0 | 65 | 30 | 2 | 510 | 136 | 111 |
| Binary | 11111011 | 1110111 | 10111110 | 0 | 110101 | 11000 | 10 | 101001000 | 1011110 | 1001001 |
Color Harmonies of #FB77BE
Complementary color
Monochromatic Colors of #FB77BE
Black with #FB77BE
Text Example
Text Example
White with #FB77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77BE; }
p { color: rgb(251,119,190); }
H1.HeaderClassName
{
color: #FB77BE;
}
.AnyTagClassName
{
color: #FB77BE;
}
</style>
background-color css
<style>
a { background-color: #FB77BE; }
a { background-color: rgb(251,119,190); }
div.DivClassName
{
background-color: #FB77BE;
}
.BgClassName
{
background-color: #FB77BE;
}
</style>
border-color css
<style>
span { border-color: #FB77BE; }
span { border-color: rgb(251,119,190); }
td.TdClassName
{
border-color: #FB77BE;
}
.TagClassName
{
border-color: #FB77BE;
}
</style>