Shades of Persian Pink #F579C0
Tints of Persian Pink #F579C0
RGB
CMYK
RGB Variations
Color information
#F579C0 (or 0xF579C0) is known color: Persian Pink. HEX triplet: F5, 79 and C0. RGB value is (245,121,192). Sum of RGB (Red+Green+Blue) = 245+121+192=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 121 (47.66% from 255 or 21.68% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F579C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F579C0 is #0A863F. Grayscale: #A6A6A6. Windows color (decimal): -689728 or 12614133. OLE color: 12614133.
HSL color Cylindrical-coordinate representation of color #F579C0: hue angle of 325.65º 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 #F579C0 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 192 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.04 |
| HSL | 325.65º | 0.86% | 0.72% | - |
| HSV(B) | 325.65º | 0.51% | 0.96% | - |
| XYZ | 54.01 | 36.89 | 54.14 | - |
| YUV | 166.17 | 142.58 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 192 | 0 | 0.51 | 0.22 | 0.04 | 325.65 | 0.86 | 0.72 |
| Hex | F5 | 79 | C0 | 0 | 33 | 16 | 4 | 146 | 56 | 48 |
| Octal | 365 | 171 | 300 | 0 | 63 | 26 | 4 | 506 | 126 | 110 |
| Binary | 11110101 | 1111001 | 11000000 | 0 | 110011 | 10110 | 100 | 101000110 | 1010110 | 1001000 |
Color Harmonies of #F579C0
Complementary color
Monochromatic Colors of #F579C0
Black with #F579C0
Text Example
Text Example
White with #F579C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F579C0; }
p { color: rgb(245,121,192); }
H1.HeaderClassName
{
color: #F579C0;
}
.AnyTagClassName
{
color: #F579C0;
}
</style>
background-color css
<style>
a { background-color: #F579C0; }
a { background-color: rgb(245,121,192); }
div.DivClassName
{
background-color: #F579C0;
}
.BgClassName
{
background-color: #F579C0;
}
</style>
border-color css
<style>
span { border-color: #F579C0; }
span { border-color: rgb(245,121,192); }
td.TdClassName
{
border-color: #F579C0;
}
.TagClassName
{
border-color: #F579C0;
}
</style>