Shades of Persian Pink #F586BB
Tints of Persian Pink #F586BB
RGB
CMYK
RGB Variations
Color information
#F586BB (or 0xF586BB) is known color: Persian Pink. HEX triplet: F5, 86 and BB. RGB value is (245,134,187). Sum of RGB (Red+Green+Blue) = 245+134+187=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F586BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F586BB is #0A7944. Grayscale: #ADADAD. Windows color (decimal): -686405 or 12289781. OLE color: 12289781.
HSL color Cylindrical-coordinate representation of color #F586BB: hue angle of 331.35º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F586BB is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 187 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.04 |
| HSL | 331.35º | 0.85% | 0.74% | - |
| HSV(B) | 331.35º | 0.45% | 0.96% | - |
| XYZ | 55.15 | 40.05 | 51.84 | - |
| YUV | 173.23 | 135.77 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 187 | 0 | 0.45 | 0.24 | 0.04 | 331.35 | 0.85 | 0.74 |
| Hex | F5 | 86 | BB | 0 | 2D | 18 | 4 | 14B | 55 | 4A |
| Octal | 365 | 206 | 273 | 0 | 55 | 30 | 4 | 513 | 125 | 112 |
| Binary | 11110101 | 10000110 | 10111011 | 0 | 101101 | 11000 | 100 | 101001011 | 1010101 | 1001010 |
Color Harmonies of #F586BB
Complementary color
Monochromatic Colors of #F586BB
Black with #F586BB
Text Example
Text Example
White with #F586BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F586BB; }
p { color: rgb(245,134,187); }
H1.HeaderClassName
{
color: #F586BB;
}
.AnyTagClassName
{
color: #F586BB;
}
</style>
background-color css
<style>
a { background-color: #F586BB; }
a { background-color: rgb(245,134,187); }
div.DivClassName
{
background-color: #F586BB;
}
.BgClassName
{
background-color: #F586BB;
}
</style>
border-color css
<style>
span { border-color: #F586BB; }
span { border-color: rgb(245,134,187); }
td.TdClassName
{
border-color: #F586BB;
}
.TagClassName
{
border-color: #F586BB;
}
</style>