Shades of Persian Pink #FF88B7
Tints of Persian Pink #FF88B7
RGB
CMYK
RGB Variations
Color information
#FF88B7 (or 0xFF88B7) is known color: Persian Pink. HEX triplet: FF, 88 and B7. RGB value is (255,136,183). Sum of RGB (Red+Green+Blue) = 255+136+183=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 183 (71.88% from 255 or 31.88% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88B7 is #007748. Grayscale: #B0B0B0. Windows color (decimal): -30537 or 12028159. OLE color: 12028159.
HSL color Cylindrical-coordinate representation of color #FF88B7: hue angle of 336.3º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF88B7 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 183 | - |
| CMYK | 0 | 0.47 | 0.28 | 0 |
| HSL | 336.3º | 1% | 0.77% | - |
| HSV(B) | 336.3º | 0.47% | 1% | - |
| XYZ | 58.59 | 42.29 | 49.87 | - |
| YUV | 176.94 | 131.42 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 183 | 0 | 0.47 | 0.28 | 0 | 336.3 | 1 | 0.77 |
| Hex | FF | 88 | B7 | 0 | 2F | 1C | 0 | 150 | 64 | 4D |
| Octal | 377 | 210 | 267 | 0 | 57 | 34 | 0 | 520 | 144 | 115 |
| Binary | 11111111 | 10001000 | 10110111 | 0 | 101111 | 11100 | 0 | 101010000 | 1100100 | 1001101 |
Color Harmonies of #FF88B7
Complementary color
Monochromatic Colors of #FF88B7
Black with #FF88B7
Text Example
Text Example
White with #FF88B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88B7; }
p { color: rgb(255,136,183); }
H1.HeaderClassName
{
color: #FF88B7;
}
.AnyTagClassName
{
color: #FF88B7;
}
</style>
background-color css
<style>
a { background-color: #FF88B7; }
a { background-color: rgb(255,136,183); }
div.DivClassName
{
background-color: #FF88B7;
}
.BgClassName
{
background-color: #FF88B7;
}
</style>
border-color css
<style>
span { border-color: #FF88B7; }
span { border-color: rgb(255,136,183); }
td.TdClassName
{
border-color: #FF88B7;
}
.TagClassName
{
border-color: #FF88B7;
}
</style>