Shades of Persian Pink #F586B7
Tints of Persian Pink #F586B7
RGB
CMYK
RGB Variations
Color information
#F586B7 (or 0xF586B7) is known color: Persian Pink. HEX triplet: F5, 86 and B7. RGB value is (245,134,183). Sum of RGB (Red+Green+Blue) = 245+134+183=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F586B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F586B7 is #0A7948. Grayscale: #ACACAC. Windows color (decimal): -686409 or 12027637. OLE color: 12027637.
HSL color Cylindrical-coordinate representation of color #F586B7: hue angle of 333.51º 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 #F586B7 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 183 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.04 |
| HSL | 333.51º | 0.85% | 0.74% | - |
| HSV(B) | 333.51º | 0.45% | 0.96% | - |
| XYZ | 54.73 | 39.88 | 49.61 | - |
| YUV | 172.78 | 133.77 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 183 | 0 | 0.45 | 0.25 | 0.04 | 333.51 | 0.85 | 0.74 |
| Hex | F5 | 86 | B7 | 0 | 2D | 19 | 4 | 14E | 55 | 4A |
| Octal | 365 | 206 | 267 | 0 | 55 | 31 | 4 | 516 | 125 | 112 |
| Binary | 11110101 | 10000110 | 10110111 | 0 | 101101 | 11001 | 100 | 101001110 | 1010101 | 1001010 |
Color Harmonies of #F586B7
Complementary color
Monochromatic Colors of #F586B7
Black with #F586B7
Text Example
Text Example
White with #F586B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F586B7; }
p { color: rgb(245,134,183); }
H1.HeaderClassName
{
color: #F586B7;
}
.AnyTagClassName
{
color: #F586B7;
}
</style>
background-color css
<style>
a { background-color: #F586B7; }
a { background-color: rgb(245,134,183); }
div.DivClassName
{
background-color: #F586B7;
}
.BgClassName
{
background-color: #F586B7;
}
</style>
border-color css
<style>
span { border-color: #F586B7; }
span { border-color: rgb(245,134,183); }
td.TdClassName
{
border-color: #F586B7;
}
.TagClassName
{
border-color: #F586B7;
}
</style>