Shades of Persian Pink #FF87B7
Tints of Persian Pink #FF87B7
RGB
CMYK
RGB Variations
Color information
#FF87B7 (or 0xFF87B7) is known color: Persian Pink. HEX triplet: FF, 87 and B7. RGB value is (255,135,183). Sum of RGB (Red+Green+Blue) = 255+135+183=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 135 (53.12% from 255 or 23.56% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF87B7 is #007848. Grayscale: #B0B0B0. Windows color (decimal): -30793 or 12027903. OLE color: 12027903.
HSL color Cylindrical-coordinate representation of color #FF87B7: hue angle of 336º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF87B7 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 183 | - |
| CMYK | 0 | 0.47 | 0.28 | 0 |
| HSL | 336º | 1% | 0.76% | - |
| HSV(B) | 336º | 0.47% | 1% | - |
| XYZ | 58.45 | 42.01 | 49.83 | - |
| YUV | 176.35 | 131.76 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 183 | 0 | 0.47 | 0.28 | 0 | 336 | 1 | 0.76 |
| Hex | FF | 87 | B7 | 0 | 2F | 1C | 0 | 150 | 64 | 4C |
| Octal | 377 | 207 | 267 | 0 | 57 | 34 | 0 | 520 | 144 | 114 |
| Binary | 11111111 | 10000111 | 10110111 | 0 | 101111 | 11100 | 0 | 101010000 | 1100100 | 1001100 |
Color Harmonies of #FF87B7
Complementary color
Monochromatic Colors of #FF87B7
Black with #FF87B7
Text Example
Text Example
White with #FF87B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF87B7; }
p { color: rgb(255,135,183); }
H1.HeaderClassName
{
color: #FF87B7;
}
.AnyTagClassName
{
color: #FF87B7;
}
</style>
background-color css
<style>
a { background-color: #FF87B7; }
a { background-color: rgb(255,135,183); }
div.DivClassName
{
background-color: #FF87B7;
}
.BgClassName
{
background-color: #FF87B7;
}
</style>
border-color css
<style>
span { border-color: #FF87B7; }
span { border-color: rgb(255,135,183); }
td.TdClassName
{
border-color: #FF87B7;
}
.TagClassName
{
border-color: #FF87B7;
}
</style>