Shades of Persian Pink #F580BC
Tints of Persian Pink #F580BC
RGB
CMYK
RGB Variations
Color information
#F580BC (or 0xF580BC) is known color: Persian Pink. HEX triplet: F5, 80 and BC. RGB value is (245,128,188). Sum of RGB (Red+Green+Blue) = 245+128+188=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F580BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F580BC is #0A7F43. Grayscale: #A9A9A9. Windows color (decimal): -687940 or 12353781. OLE color: 12353781.
HSL color Cylindrical-coordinate representation of color #F580BC: hue angle of 329.23º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F580BC is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 188 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.04 |
| HSL | 329.23º | 0.85% | 0.73% | - |
| HSV(B) | 329.23º | 0.48% | 0.96% | - |
| XYZ | 54.45 | 38.48 | 52.13 | - |
| YUV | 169.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 188 | 0 | 0.48 | 0.23 | 0.04 | 329.23 | 0.85 | 0.73 |
| Hex | F5 | 80 | BC | 0 | 30 | 17 | 4 | 149 | 55 | 49 |
| Octal | 365 | 200 | 274 | 0 | 60 | 27 | 4 | 511 | 125 | 111 |
| Binary | 11110101 | 10000000 | 10111100 | 0 | 110000 | 10111 | 100 | 101001001 | 1010101 | 1001001 |
Color Harmonies of #F580BC
Complementary color
Monochromatic Colors of #F580BC
Black with #F580BC
Text Example
Text Example
White with #F580BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F580BC; }
p { color: rgb(245,128,188); }
H1.HeaderClassName
{
color: #F580BC;
}
.AnyTagClassName
{
color: #F580BC;
}
</style>
background-color css
<style>
a { background-color: #F580BC; }
a { background-color: rgb(245,128,188); }
div.DivClassName
{
background-color: #F580BC;
}
.BgClassName
{
background-color: #F580BC;
}
</style>
border-color css
<style>
span { border-color: #F580BC; }
span { border-color: rgb(245,128,188); }
td.TdClassName
{
border-color: #F580BC;
}
.TagClassName
{
border-color: #F580BC;
}
</style>