Shades of Persian Pink #FF80B4
Tints of Persian Pink #FF80B4
RGB
CMYK
RGB Variations
Color information
#FF80B4 (or 0xFF80B4) is known color: Persian Pink. HEX triplet: FF, 80 and B4. RGB value is (255,128,180). Sum of RGB (Red+Green+Blue) = 255+128+180=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80B4 is #007F4B. Grayscale: #ABABAB. Windows color (decimal): -32588 or 11829503. OLE color: 11829503.
HSL color Cylindrical-coordinate representation of color #FF80B4: hue angle of 335.43º 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 #FF80B4 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 180 | - |
| CMYK | 0 | 0.50 | 0.29 | 0 |
| HSL | 335.43º | 1% | 0.75% | - |
| HSV(B) | 335.43º | 0.5% | 1% | - |
| XYZ | 57.2 | 39.99 | 47.88 | - |
| YUV | 171.9 | 132.58 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 180 | 0 | 0.50 | 0.29 | 0 | 335.43 | 1 | 0.75 |
| Hex | FF | 80 | B4 | 0 | 32 | 1D | 0 | 14F | 64 | 4B |
| Octal | 377 | 200 | 264 | 0 | 62 | 35 | 0 | 517 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10110100 | 0 | 110010 | 11101 | 0 | 101001111 | 1100100 | 1001011 |
Color Harmonies of #FF80B4
Complementary color
Monochromatic Colors of #FF80B4
Black with #FF80B4
Text Example
Text Example
White with #FF80B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80B4; }
p { color: rgb(255,128,180); }
H1.HeaderClassName
{
color: #FF80B4;
}
.AnyTagClassName
{
color: #FF80B4;
}
</style>
background-color css
<style>
a { background-color: #FF80B4; }
a { background-color: rgb(255,128,180); }
div.DivClassName
{
background-color: #FF80B4;
}
.BgClassName
{
background-color: #FF80B4;
}
</style>
border-color css
<style>
span { border-color: #FF80B4; }
span { border-color: rgb(255,128,180); }
td.TdClassName
{
border-color: #FF80B4;
}
.TagClassName
{
border-color: #FF80B4;
}
</style>