Shades of Persian Pink #F585BA
Tints of Persian Pink #F585BA
RGB
CMYK
RGB Variations
Color information
#F585BA (or 0xF585BA) is known color: Persian Pink. HEX triplet: F5, 85 and BA. RGB value is (245,133,186). Sum of RGB (Red+Green+Blue) = 245+133+186=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F585BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585BA is #0A7A45. Grayscale: #ACACAC. Windows color (decimal): -686662 or 12223989. OLE color: 12223989.
HSL color Cylindrical-coordinate representation of color #F585BA: hue angle of 331.61º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F585BA is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 186 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.04 |
| HSL | 331.61º | 0.85% | 0.74% | - |
| HSV(B) | 331.61º | 0.46% | 0.96% | - |
| XYZ | 54.91 | 39.73 | 51.23 | - |
| YUV | 172.53 | 135.61 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 186 | 0 | 0.46 | 0.24 | 0.04 | 331.61 | 0.85 | 0.74 |
| Hex | F5 | 85 | BA | 0 | 2E | 18 | 4 | 14C | 55 | 4A |
| Octal | 365 | 205 | 272 | 0 | 56 | 30 | 4 | 514 | 125 | 112 |
| Binary | 11110101 | 10000101 | 10111010 | 0 | 101110 | 11000 | 100 | 101001100 | 1010101 | 1001010 |
Color Harmonies of #F585BA
Complementary color
Monochromatic Colors of #F585BA
Black with #F585BA
Text Example
Text Example
White with #F585BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585BA; }
p { color: rgb(245,133,186); }
H1.HeaderClassName
{
color: #F585BA;
}
.AnyTagClassName
{
color: #F585BA;
}
</style>
background-color css
<style>
a { background-color: #F585BA; }
a { background-color: rgb(245,133,186); }
div.DivClassName
{
background-color: #F585BA;
}
.BgClassName
{
background-color: #F585BA;
}
</style>
border-color css
<style>
span { border-color: #F585BA; }
span { border-color: rgb(245,133,186); }
td.TdClassName
{
border-color: #F585BA;
}
.TagClassName
{
border-color: #F585BA;
}
</style>