Shades of Persian Pink #F584BA
Tints of Persian Pink #F584BA
RGB
CMYK
RGB Variations
Color information
#F584BA (or 0xF584BA) is known color: Persian Pink. HEX triplet: F5, 84 and BA. RGB value is (245,132,186). Sum of RGB (Red+Green+Blue) = 245+132+186=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F584BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584BA is #0A7B45. Grayscale: #ABABAB. Windows color (decimal): -686918 or 12223733. OLE color: 12223733.
HSL color Cylindrical-coordinate representation of color #F584BA: hue angle of 331.33º 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 #F584BA is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 186 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.04 |
| HSL | 331.33º | 0.85% | 0.74% | - |
| HSV(B) | 331.33º | 0.46% | 0.96% | - |
| XYZ | 54.77 | 39.46 | 51.18 | - |
| YUV | 171.94 | 135.94 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 186 | 0 | 0.46 | 0.24 | 0.04 | 331.33 | 0.85 | 0.74 |
| Hex | F5 | 84 | BA | 0 | 2E | 18 | 4 | 14B | 55 | 4A |
| Octal | 365 | 204 | 272 | 0 | 56 | 30 | 4 | 513 | 125 | 112 |
| Binary | 11110101 | 10000100 | 10111010 | 0 | 101110 | 11000 | 100 | 101001011 | 1010101 | 1001010 |
Color Harmonies of #F584BA
Complementary color
Monochromatic Colors of #F584BA
Black with #F584BA
Text Example
Text Example
White with #F584BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F584BA; }
p { color: rgb(245,132,186); }
H1.HeaderClassName
{
color: #F584BA;
}
.AnyTagClassName
{
color: #F584BA;
}
</style>
background-color css
<style>
a { background-color: #F584BA; }
a { background-color: rgb(245,132,186); }
div.DivClassName
{
background-color: #F584BA;
}
.BgClassName
{
background-color: #F584BA;
}
</style>
border-color css
<style>
span { border-color: #F584BA; }
span { border-color: rgb(245,132,186); }
td.TdClassName
{
border-color: #F584BA;
}
.TagClassName
{
border-color: #F584BA;
}
</style>