Shades of Persian Pink #F581BA
Tints of Persian Pink #F581BA
RGB
CMYK
RGB Variations
Color information
#F581BA (or 0xF581BA) is known color: Persian Pink. HEX triplet: F5, 81 and BA. RGB value is (245,129,186). Sum of RGB (Red+Green+Blue) = 245+129+186=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F581BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581BA is #0A7E45. Grayscale: #AAAAAA. Windows color (decimal): -687686 or 12222965. OLE color: 12222965.
HSL color Cylindrical-coordinate representation of color #F581BA: hue angle of 330.52º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F581BA is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 186 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.04 |
| HSL | 330.52º | 0.85% | 0.73% | - |
| HSV(B) | 330.52º | 0.47% | 0.96% | - |
| XYZ | 54.37 | 38.66 | 51.05 | - |
| YUV | 170.18 | 136.93 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 186 | 0 | 0.47 | 0.24 | 0.04 | 330.52 | 0.85 | 0.73 |
| Hex | F5 | 81 | BA | 0 | 2F | 18 | 4 | 14B | 55 | 49 |
| Octal | 365 | 201 | 272 | 0 | 57 | 30 | 4 | 513 | 125 | 111 |
| Binary | 11110101 | 10000001 | 10111010 | 0 | 101111 | 11000 | 100 | 101001011 | 1010101 | 1001001 |
Color Harmonies of #F581BA
Complementary color
Monochromatic Colors of #F581BA
Black with #F581BA
Text Example
Text Example
White with #F581BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F581BA; }
p { color: rgb(245,129,186); }
H1.HeaderClassName
{
color: #F581BA;
}
.AnyTagClassName
{
color: #F581BA;
}
</style>
background-color css
<style>
a { background-color: #F581BA; }
a { background-color: rgb(245,129,186); }
div.DivClassName
{
background-color: #F581BA;
}
.BgClassName
{
background-color: #F581BA;
}
</style>
border-color css
<style>
span { border-color: #F581BA; }
span { border-color: rgb(245,129,186); }
td.TdClassName
{
border-color: #F581BA;
}
.TagClassName
{
border-color: #F581BA;
}
</style>