Shades of Persian Pink #F582BA
Tints of Persian Pink #F582BA
RGB
CMYK
RGB Variations
Color information
#F582BA (or 0xF582BA) is known color: Persian Pink. HEX triplet: F5, 82 and BA. RGB value is (245,130,186). Sum of RGB (Red+Green+Blue) = 245+130+186=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F582BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F582BA is #0A7D45. Grayscale: #AAAAAA. Windows color (decimal): -687430 or 12223221. OLE color: 12223221.
HSL color Cylindrical-coordinate representation of color #F582BA: hue angle of 330.78º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F582BA is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 186 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.04 |
| HSL | 330.78º | 0.85% | 0.74% | - |
| HSV(B) | 330.78º | 0.47% | 0.96% | - |
| XYZ | 54.5 | 38.92 | 51.09 | - |
| YUV | 170.77 | 136.6 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 186 | 0 | 0.47 | 0.24 | 0.04 | 330.78 | 0.85 | 0.74 |
| Hex | F5 | 82 | BA | 0 | 2F | 18 | 4 | 14B | 55 | 4A |
| Octal | 365 | 202 | 272 | 0 | 57 | 30 | 4 | 513 | 125 | 112 |
| Binary | 11110101 | 10000010 | 10111010 | 0 | 101111 | 11000 | 100 | 101001011 | 1010101 | 1001010 |
Color Harmonies of #F582BA
Complementary color
Monochromatic Colors of #F582BA
Black with #F582BA
Text Example
Text Example
White with #F582BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F582BA; }
p { color: rgb(245,130,186); }
H1.HeaderClassName
{
color: #F582BA;
}
.AnyTagClassName
{
color: #F582BA;
}
</style>
background-color css
<style>
a { background-color: #F582BA; }
a { background-color: rgb(245,130,186); }
div.DivClassName
{
background-color: #F582BA;
}
.BgClassName
{
background-color: #F582BA;
}
</style>
border-color css
<style>
span { border-color: #F582BA; }
span { border-color: rgb(245,130,186); }
td.TdClassName
{
border-color: #F582BA;
}
.TagClassName
{
border-color: #F582BA;
}
</style>