Shades of Persian Pink #FF80BC
Tints of Persian Pink #FF80BC
RGB
CMYK
RGB Variations
Color information
#FF80BC (or 0xFF80BC) is known color: Persian Pink. HEX triplet: FF, 80 and BC. RGB value is (255,128,188). Sum of RGB (Red+Green+Blue) = 255+128+188=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80BC is #007F43. Grayscale: #ACACAC. Windows color (decimal): -32580 or 12353791. OLE color: 12353791.
HSL color Cylindrical-coordinate representation of color #FF80BC: hue angle of 331.65º 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 #FF80BC is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 188 | - |
| CMYK | 0 | 0.50 | 0.26 | 0 |
| HSL | 331.65º | 1% | 0.75% | - |
| HSV(B) | 331.65º | 0.5% | 1% | - |
| XYZ | 58.04 | 40.33 | 52.3 | - |
| YUV | 172.81 | 136.58 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 188 | 0 | 0.50 | 0.26 | 0 | 331.65 | 1 | 0.75 |
| Hex | FF | 80 | BC | 0 | 32 | 1A | 0 | 14C | 64 | 4B |
| Octal | 377 | 200 | 274 | 0 | 62 | 32 | 0 | 514 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10111100 | 0 | 110010 | 11010 | 0 | 101001100 | 1100100 | 1001011 |
Color Harmonies of #FF80BC
Complementary color
Monochromatic Colors of #FF80BC
Black with #FF80BC
Text Example
Text Example
White with #FF80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80BC; }
p { color: rgb(255,128,188); }
H1.HeaderClassName
{
color: #FF80BC;
}
.AnyTagClassName
{
color: #FF80BC;
}
</style>
background-color css
<style>
a { background-color: #FF80BC; }
a { background-color: rgb(255,128,188); }
div.DivClassName
{
background-color: #FF80BC;
}
.BgClassName
{
background-color: #FF80BC;
}
</style>
border-color css
<style>
span { border-color: #FF80BC; }
span { border-color: rgb(255,128,188); }
td.TdClassName
{
border-color: #FF80BC;
}
.TagClassName
{
border-color: #FF80BC;
}
</style>