Shades of Persian Pink #FF80BB
Tints of Persian Pink #FF80BB
RGB
CMYK
RGB Variations
Color information
#FF80BB (or 0xFF80BB) is known color: Persian Pink. HEX triplet: FF, 80 and BB. RGB value is (255,128,187). Sum of RGB (Red+Green+Blue) = 255+128+187=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80BB is #007F44. Grayscale: #ACACAC. Windows color (decimal): -32581 or 12288255. OLE color: 12288255.
HSL color Cylindrical-coordinate representation of color #FF80BB: hue angle of 332.13º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF80BB is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 187 | - |
| CMYK | 0 | 0.50 | 0.27 | 0 |
| HSL | 332.13º | 1% | 0.75% | - |
| HSV(B) | 332.13º | 0.5% | 1% | - |
| XYZ | 57.93 | 40.29 | 51.74 | - |
| YUV | 172.7 | 136.08 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 187 | 0 | 0.50 | 0.27 | 0 | 332.13 | 1 | 0.75 |
| Hex | FF | 80 | BB | 0 | 32 | 1B | 0 | 14C | 64 | 4B |
| Octal | 377 | 200 | 273 | 0 | 62 | 33 | 0 | 514 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10111011 | 0 | 110010 | 11011 | 0 | 101001100 | 1100100 | 1001011 |
Color Harmonies of #FF80BB
Complementary color
Monochromatic Colors of #FF80BB
Black with #FF80BB
Text Example
Text Example
White with #FF80BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80BB; }
p { color: rgb(255,128,187); }
H1.HeaderClassName
{
color: #FF80BB;
}
.AnyTagClassName
{
color: #FF80BB;
}
</style>
background-color css
<style>
a { background-color: #FF80BB; }
a { background-color: rgb(255,128,187); }
div.DivClassName
{
background-color: #FF80BB;
}
.BgClassName
{
background-color: #FF80BB;
}
</style>
border-color css
<style>
span { border-color: #FF80BB; }
span { border-color: rgb(255,128,187); }
td.TdClassName
{
border-color: #FF80BB;
}
.TagClassName
{
border-color: #FF80BB;
}
</style>