Shades of Persian Pink #FF80BD
Tints of Persian Pink #FF80BD
RGB
CMYK
RGB Variations
Color information
#FF80BD (or 0xFF80BD) is known color: Persian Pink. HEX triplet: FF, 80 and BD. RGB value is (255,128,189). Sum of RGB (Red+Green+Blue) = 255+128+189=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80BD is #007F42. Grayscale: #ACACAC. Windows color (decimal): -32579 or 12419327. OLE color: 12419327.
HSL color Cylindrical-coordinate representation of color #FF80BD: hue angle of 331.18º 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 #FF80BD is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 189 | - |
| CMYK | 0 | 0.50 | 0.26 | 0 |
| HSL | 331.18º | 1% | 0.75% | - |
| HSV(B) | 331.18º | 0.5% | 1% | - |
| XYZ | 58.14 | 40.37 | 52.87 | - |
| YUV | 172.93 | 137.08 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 189 | 0 | 0.50 | 0.26 | 0 | 331.18 | 1 | 0.75 |
| Hex | FF | 80 | BD | 0 | 32 | 1A | 0 | 14B | 64 | 4B |
| Octal | 377 | 200 | 275 | 0 | 62 | 32 | 0 | 513 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10111101 | 0 | 110010 | 11010 | 0 | 101001011 | 1100100 | 1001011 |
Color Harmonies of #FF80BD
Complementary color
Monochromatic Colors of #FF80BD
Black with #FF80BD
Text Example
Text Example
White with #FF80BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80BD; }
p { color: rgb(255,128,189); }
H1.HeaderClassName
{
color: #FF80BD;
}
.AnyTagClassName
{
color: #FF80BD;
}
</style>
background-color css
<style>
a { background-color: #FF80BD; }
a { background-color: rgb(255,128,189); }
div.DivClassName
{
background-color: #FF80BD;
}
.BgClassName
{
background-color: #FF80BD;
}
</style>
border-color css
<style>
span { border-color: #FF80BD; }
span { border-color: rgb(255,128,189); }
td.TdClassName
{
border-color: #FF80BD;
}
.TagClassName
{
border-color: #FF80BD;
}
</style>