Shades of Persian Pink #F581BC
Tints of Persian Pink #F581BC
RGB
CMYK
RGB Variations
Color information
#F581BC (or 0xF581BC) is known color: Persian Pink. HEX triplet: F5, 81 and BC. RGB value is (245,129,188). Sum of RGB (Red+Green+Blue) = 245+129+188=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F581BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581BC is #0A7E43. Grayscale: #AAAAAA. Windows color (decimal): -687684 or 12354037. OLE color: 12354037.
HSL color Cylindrical-coordinate representation of color #F581BC: hue angle of 329.48º 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 #F581BC is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 188 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.04 |
| HSL | 329.48º | 0.85% | 0.73% | - |
| HSV(B) | 329.48º | 0.47% | 0.96% | - |
| XYZ | 54.58 | 38.74 | 52.18 | - |
| YUV | 170.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 188 | 0 | 0.47 | 0.23 | 0.04 | 329.48 | 0.85 | 0.73 |
| Hex | F5 | 81 | BC | 0 | 2F | 17 | 4 | 149 | 55 | 49 |
| Octal | 365 | 201 | 274 | 0 | 57 | 27 | 4 | 511 | 125 | 111 |
| Binary | 11110101 | 10000001 | 10111100 | 0 | 101111 | 10111 | 100 | 101001001 | 1010101 | 1001001 |
Color Harmonies of #F581BC
Complementary color
Monochromatic Colors of #F581BC
Black with #F581BC
Text Example
Text Example
White with #F581BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F581BC; }
p { color: rgb(245,129,188); }
H1.HeaderClassName
{
color: #F581BC;
}
.AnyTagClassName
{
color: #F581BC;
}
</style>
background-color css
<style>
a { background-color: #F581BC; }
a { background-color: rgb(245,129,188); }
div.DivClassName
{
background-color: #F581BC;
}
.BgClassName
{
background-color: #F581BC;
}
</style>
border-color css
<style>
span { border-color: #F581BC; }
span { border-color: rgb(245,129,188); }
td.TdClassName
{
border-color: #F581BC;
}
.TagClassName
{
border-color: #F581BC;
}
</style>