Shades of Persian Pink #F585BC
Tints of Persian Pink #F585BC
RGB
CMYK
RGB Variations
Color information
#F585BC (or 0xF585BC) is known color: Persian Pink. HEX triplet: F5, 85 and BC. RGB value is (245,133,188). Sum of RGB (Red+Green+Blue) = 245+133+188=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F585BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585BC is #0A7A43. Grayscale: #ACACAC. Windows color (decimal): -686660 or 12355061. OLE color: 12355061.
HSL color Cylindrical-coordinate representation of color #F585BC: hue angle of 330.54º 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 #F585BC is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 188 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.04 |
| HSL | 330.54º | 0.85% | 0.74% | - |
| HSV(B) | 330.54º | 0.46% | 0.96% | - |
| XYZ | 55.12 | 39.82 | 52.36 | - |
| YUV | 172.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 188 | 0 | 0.46 | 0.23 | 0.04 | 330.54 | 0.85 | 0.74 |
| Hex | F5 | 85 | BC | 0 | 2E | 17 | 4 | 14B | 55 | 4A |
| Octal | 365 | 205 | 274 | 0 | 56 | 27 | 4 | 513 | 125 | 112 |
| Binary | 11110101 | 10000101 | 10111100 | 0 | 101110 | 10111 | 100 | 101001011 | 1010101 | 1001010 |
Color Harmonies of #F585BC
Complementary color
Monochromatic Colors of #F585BC
Black with #F585BC
Text Example
Text Example
White with #F585BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585BC; }
p { color: rgb(245,133,188); }
H1.HeaderClassName
{
color: #F585BC;
}
.AnyTagClassName
{
color: #F585BC;
}
</style>
background-color css
<style>
a { background-color: #F585BC; }
a { background-color: rgb(245,133,188); }
div.DivClassName
{
background-color: #F585BC;
}
.BgClassName
{
background-color: #F585BC;
}
</style>
border-color css
<style>
span { border-color: #F585BC; }
span { border-color: rgb(245,133,188); }
td.TdClassName
{
border-color: #F585BC;
}
.TagClassName
{
border-color: #F585BC;
}
</style>