Shades of Persian Pink #F587BA
Tints of Persian Pink #F587BA
RGB
CMYK
RGB Variations
Color information
#F587BA (or 0xF587BA) is known color: Persian Pink. HEX triplet: F5, 87 and BA. RGB value is (245,135,186). Sum of RGB (Red+Green+Blue) = 245+135+186=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F587BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F587BA is #0A7845. Grayscale: #ADADAD. Windows color (decimal): -686150 or 12224501. OLE color: 12224501.
HSL color Cylindrical-coordinate representation of color #F587BA: hue angle of 332.18º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F587BA is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 186 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.04 |
| HSL | 332.18º | 0.85% | 0.75% | - |
| HSV(B) | 332.18º | 0.45% | 0.96% | - |
| XYZ | 55.18 | 40.29 | 51.32 | - |
| YUV | 173.7 | 134.94 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 186 | 0 | 0.45 | 0.24 | 0.04 | 332.18 | 0.85 | 0.75 |
| Hex | F5 | 87 | BA | 0 | 2D | 18 | 4 | 14C | 55 | 4B |
| Octal | 365 | 207 | 272 | 0 | 55 | 30 | 4 | 514 | 125 | 113 |
| Binary | 11110101 | 10000111 | 10111010 | 0 | 101101 | 11000 | 100 | 101001100 | 1010101 | 1001011 |
Color Harmonies of #F587BA
Complementary color
Monochromatic Colors of #F587BA
Black with #F587BA
Text Example
Text Example
White with #F587BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F587BA; }
p { color: rgb(245,135,186); }
H1.HeaderClassName
{
color: #F587BA;
}
.AnyTagClassName
{
color: #F587BA;
}
</style>
background-color css
<style>
a { background-color: #F587BA; }
a { background-color: rgb(245,135,186); }
div.DivClassName
{
background-color: #F587BA;
}
.BgClassName
{
background-color: #F587BA;
}
</style>
border-color css
<style>
span { border-color: #F587BA; }
span { border-color: rgb(245,135,186); }
td.TdClassName
{
border-color: #F587BA;
}
.TagClassName
{
border-color: #F587BA;
}
</style>