Shades of Persian Pink #FF76BB
Tints of Persian Pink #FF76BB
RGB
CMYK
RGB Variations
Color information
#FF76BB (or 0xFF76BB) is known color: Persian Pink. HEX triplet: FF, 76 and BB. RGB value is (255,118,187). Sum of RGB (Red+Green+Blue) = 255+118+187=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76BB is #008944. Grayscale: #A6A6A6. Windows color (decimal): -35141 or 12285695. OLE color: 12285695.
HSL color Cylindrical-coordinate representation of color #FF76BB: hue angle of 329.78º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF76BB is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 187 | - |
| CMYK | 0 | 0.54 | 0.27 | 0 |
| HSL | 329.78º | 1% | 0.73% | - |
| HSV(B) | 329.78º | 0.54% | 1% | - |
| XYZ | 56.69 | 37.8 | 51.32 | - |
| YUV | 166.83 | 139.39 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 187 | 0 | 0.54 | 0.27 | 0 | 329.78 | 1 | 0.73 |
| Hex | FF | 76 | BB | 0 | 36 | 1B | 0 | 14A | 64 | 49 |
| Octal | 377 | 166 | 273 | 0 | 66 | 33 | 0 | 512 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10111011 | 0 | 110110 | 11011 | 0 | 101001010 | 1100100 | 1001001 |
Color Harmonies of #FF76BB
Complementary color
Monochromatic Colors of #FF76BB
Black with #FF76BB
Text Example
Text Example
White with #FF76BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76BB; }
p { color: rgb(255,118,187); }
H1.HeaderClassName
{
color: #FF76BB;
}
.AnyTagClassName
{
color: #FF76BB;
}
</style>
background-color css
<style>
a { background-color: #FF76BB; }
a { background-color: rgb(255,118,187); }
div.DivClassName
{
background-color: #FF76BB;
}
.BgClassName
{
background-color: #FF76BB;
}
</style>
border-color css
<style>
span { border-color: #FF76BB; }
span { border-color: rgb(255,118,187); }
td.TdClassName
{
border-color: #FF76BB;
}
.TagClassName
{
border-color: #FF76BB;
}
</style>