Shades of Persian Pink #F584BC
Tints of Persian Pink #F584BC
RGB
CMYK
RGB Variations
Color information
#F584BC (or 0xF584BC) is known color: Persian Pink. HEX triplet: F5, 84 and BC. RGB value is (245,132,188). Sum of RGB (Red+Green+Blue) = 245+132+188=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F584BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584BC is #0A7B43. Grayscale: #ACACAC. Windows color (decimal): -686916 or 12354805. OLE color: 12354805.
HSL color Cylindrical-coordinate representation of color #F584BC: hue angle of 330.27º 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 #F584BC is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 188 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.04 |
| HSL | 330.27º | 0.85% | 0.74% | - |
| HSV(B) | 330.27º | 0.46% | 0.96% | - |
| XYZ | 54.98 | 39.55 | 52.31 | - |
| YUV | 172.17 | 136.94 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 188 | 0 | 0.46 | 0.23 | 0.04 | 330.27 | 0.85 | 0.74 |
| Hex | F5 | 84 | BC | 0 | 2E | 17 | 4 | 14A | 55 | 4A |
| Octal | 365 | 204 | 274 | 0 | 56 | 27 | 4 | 512 | 125 | 112 |
| Binary | 11110101 | 10000100 | 10111100 | 0 | 101110 | 10111 | 100 | 101001010 | 1010101 | 1001010 |
Color Harmonies of #F584BC
Complementary color
Monochromatic Colors of #F584BC
Black with #F584BC
Text Example
Text Example
White with #F584BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F584BC; }
p { color: rgb(245,132,188); }
H1.HeaderClassName
{
color: #F584BC;
}
.AnyTagClassName
{
color: #F584BC;
}
</style>
background-color css
<style>
a { background-color: #F584BC; }
a { background-color: rgb(245,132,188); }
div.DivClassName
{
background-color: #F584BC;
}
.BgClassName
{
background-color: #F584BC;
}
</style>
border-color css
<style>
span { border-color: #F584BC; }
span { border-color: rgb(245,132,188); }
td.TdClassName
{
border-color: #F584BC;
}
.TagClassName
{
border-color: #F584BC;
}
</style>