Shades of Persian Pink #F579BC
Tints of Persian Pink #F579BC
RGB
CMYK
RGB Variations
Color information
#F579BC (or 0xF579BC) is known color: Persian Pink. HEX triplet: F5, 79 and BC. RGB value is (245,121,188). Sum of RGB (Red+Green+Blue) = 245+121+188=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F579BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F579BC is #0A8643. Grayscale: #A5A5A5. Windows color (decimal): -689732 or 12351989. OLE color: 12351989.
HSL color Cylindrical-coordinate representation of color #F579BC: hue angle of 327.58º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F579BC is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 188 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.04 |
| HSL | 327.58º | 0.86% | 0.72% | - |
| HSV(B) | 327.58º | 0.51% | 0.96% | - |
| XYZ | 53.57 | 36.72 | 51.84 | - |
| YUV | 165.71 | 140.58 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 188 | 0 | 0.51 | 0.23 | 0.04 | 327.58 | 0.86 | 0.72 |
| Hex | F5 | 79 | BC | 0 | 33 | 17 | 4 | 148 | 56 | 48 |
| Octal | 365 | 171 | 274 | 0 | 63 | 27 | 4 | 510 | 126 | 110 |
| Binary | 11110101 | 1111001 | 10111100 | 0 | 110011 | 10111 | 100 | 101001000 | 1010110 | 1001000 |
Color Harmonies of #F579BC
Complementary color
Monochromatic Colors of #F579BC
Black with #F579BC
Text Example
Text Example
White with #F579BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F579BC; }
p { color: rgb(245,121,188); }
H1.HeaderClassName
{
color: #F579BC;
}
.AnyTagClassName
{
color: #F579BC;
}
</style>
background-color css
<style>
a { background-color: #F579BC; }
a { background-color: rgb(245,121,188); }
div.DivClassName
{
background-color: #F579BC;
}
.BgClassName
{
background-color: #F579BC;
}
</style>
border-color css
<style>
span { border-color: #F579BC; }
span { border-color: rgb(245,121,188); }
td.TdClassName
{
border-color: #F579BC;
}
.TagClassName
{
border-color: #F579BC;
}
</style>