Shades of Persian Pink #F579BF
Tints of Persian Pink #F579BF
RGB
CMYK
RGB Variations
Color information
#F579BF (or 0xF579BF) is known color: Persian Pink. HEX triplet: F5, 79 and BF. RGB value is (245,121,191). Sum of RGB (Red+Green+Blue) = 245+121+191=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 121 (47.66% from 255 or 21.72% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F579BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F579BF is #0A8640. Grayscale: #A5A5A5. Windows color (decimal): -689729 or 12548597. OLE color: 12548597.
HSL color Cylindrical-coordinate representation of color #F579BF: hue angle of 326.13º 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 #F579BF is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 191 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.04 |
| HSL | 326.13º | 0.86% | 0.72% | - |
| HSV(B) | 326.13º | 0.51% | 0.96% | - |
| XYZ | 53.9 | 36.85 | 53.56 | - |
| YUV | 166.06 | 142.08 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 191 | 0 | 0.51 | 0.22 | 0.04 | 326.13 | 0.86 | 0.72 |
| Hex | F5 | 79 | BF | 0 | 33 | 16 | 4 | 146 | 56 | 48 |
| Octal | 365 | 171 | 277 | 0 | 63 | 26 | 4 | 506 | 126 | 110 |
| Binary | 11110101 | 1111001 | 10111111 | 0 | 110011 | 10110 | 100 | 101000110 | 1010110 | 1001000 |
Color Harmonies of #F579BF
Complementary color
Monochromatic Colors of #F579BF
Black with #F579BF
Text Example
Text Example
White with #F579BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F579BF; }
p { color: rgb(245,121,191); }
H1.HeaderClassName
{
color: #F579BF;
}
.AnyTagClassName
{
color: #F579BF;
}
</style>
background-color css
<style>
a { background-color: #F579BF; }
a { background-color: rgb(245,121,191); }
div.DivClassName
{
background-color: #F579BF;
}
.BgClassName
{
background-color: #F579BF;
}
</style>
border-color css
<style>
span { border-color: #F579BF; }
span { border-color: rgb(245,121,191); }
td.TdClassName
{
border-color: #F579BF;
}
.TagClassName
{
border-color: #F579BF;
}
</style>