Shades of Persian Pink #FF80B8
Tints of Persian Pink #FF80B8
RGB
CMYK
RGB Variations
Color information
#FF80B8 (or 0xFF80B8) is known color: Persian Pink. HEX triplet: FF, 80 and B8. RGB value is (255,128,184). Sum of RGB (Red+Green+Blue) = 255+128+184=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80B8 is #007F47. Grayscale: #ACACAC. Windows color (decimal): -32584 or 12091647. OLE color: 12091647.
HSL color Cylindrical-coordinate representation of color #FF80B8: hue angle of 333.54º 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 #FF80B8 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 184 | - |
| CMYK | 0 | 0.50 | 0.28 | 0 |
| HSL | 333.54º | 1% | 0.75% | - |
| HSV(B) | 333.54º | 0.5% | 1% | - |
| XYZ | 57.61 | 40.16 | 50.06 | - |
| YUV | 172.36 | 134.58 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 184 | 0 | 0.50 | 0.28 | 0 | 333.54 | 1 | 0.75 |
| Hex | FF | 80 | B8 | 0 | 32 | 1C | 0 | 14E | 64 | 4B |
| Octal | 377 | 200 | 270 | 0 | 62 | 34 | 0 | 516 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10111000 | 0 | 110010 | 11100 | 0 | 101001110 | 1100100 | 1001011 |
Color Harmonies of #FF80B8
Complementary color
Monochromatic Colors of #FF80B8
Black with #FF80B8
Text Example
Text Example
White with #FF80B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80B8; }
p { color: rgb(255,128,184); }
H1.HeaderClassName
{
color: #FF80B8;
}
.AnyTagClassName
{
color: #FF80B8;
}
</style>
background-color css
<style>
a { background-color: #FF80B8; }
a { background-color: rgb(255,128,184); }
div.DivClassName
{
background-color: #FF80B8;
}
.BgClassName
{
background-color: #FF80B8;
}
</style>
border-color css
<style>
span { border-color: #FF80B8; }
span { border-color: rgb(255,128,184); }
td.TdClassName
{
border-color: #FF80B8;
}
.TagClassName
{
border-color: #FF80B8;
}
</style>