Shades of Persian Pink #FF80BF
Tints of Persian Pink #FF80BF
RGB
CMYK
RGB Variations
Color information
#FF80BF (or 0xFF80BF) is known color: Persian Pink. HEX triplet: FF, 80 and BF. RGB value is (255,128,191). Sum of RGB (Red+Green+Blue) = 255+128+191=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80BF is #007F40. Grayscale: #ADADAD. Windows color (decimal): -32577 or 12550399. OLE color: 12550399.
HSL color Cylindrical-coordinate representation of color #FF80BF: hue angle of 330.24º 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 #FF80BF is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 191 | - |
| CMYK | 0 | 0.50 | 0.25 | 0 |
| HSL | 330.24º | 1% | 0.75% | - |
| HSV(B) | 330.24º | 0.5% | 1% | - |
| XYZ | 58.36 | 40.46 | 54.02 | - |
| YUV | 173.16 | 138.08 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 191 | 0 | 0.50 | 0.25 | 0 | 330.24 | 1 | 0.75 |
| Hex | FF | 80 | BF | 0 | 32 | 19 | 0 | 14A | 64 | 4B |
| Octal | 377 | 200 | 277 | 0 | 62 | 31 | 0 | 512 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10111111 | 0 | 110010 | 11001 | 0 | 101001010 | 1100100 | 1001011 |
Color Harmonies of #FF80BF
Complementary color
Monochromatic Colors of #FF80BF
Black with #FF80BF
Text Example
Text Example
White with #FF80BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80BF; }
p { color: rgb(255,128,191); }
H1.HeaderClassName
{
color: #FF80BF;
}
.AnyTagClassName
{
color: #FF80BF;
}
</style>
background-color css
<style>
a { background-color: #FF80BF; }
a { background-color: rgb(255,128,191); }
div.DivClassName
{
background-color: #FF80BF;
}
.BgClassName
{
background-color: #FF80BF;
}
</style>
border-color css
<style>
span { border-color: #FF80BF; }
span { border-color: rgb(255,128,191); }
td.TdClassName
{
border-color: #FF80BF;
}
.TagClassName
{
border-color: #FF80BF;
}
</style>