Shades of Persian Pink #F579BD
Tints of Persian Pink #F579BD
RGB
CMYK
RGB Variations
Color information
#F579BD (or 0xF579BD) is known color: Persian Pink. HEX triplet: F5, 79 and BD. RGB value is (245,121,189). Sum of RGB (Red+Green+Blue) = 245+121+189=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 121 (47.66% from 255 or 21.80% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F579BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F579BD is #0A8642. Grayscale: #A5A5A5. Windows color (decimal): -689731 or 12417525. OLE color: 12417525.
HSL color Cylindrical-coordinate representation of color #F579BD: hue angle of 327.1º 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 #F579BD is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 189 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.04 |
| HSL | 327.1º | 0.86% | 0.72% | - |
| HSV(B) | 327.1º | 0.51% | 0.96% | - |
| XYZ | 53.68 | 36.76 | 52.41 | - |
| YUV | 165.83 | 141.08 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 189 | 0 | 0.51 | 0.23 | 0.04 | 327.1 | 0.86 | 0.72 |
| Hex | F5 | 79 | BD | 0 | 33 | 17 | 4 | 147 | 56 | 48 |
| Octal | 365 | 171 | 275 | 0 | 63 | 27 | 4 | 507 | 126 | 110 |
| Binary | 11110101 | 1111001 | 10111101 | 0 | 110011 | 10111 | 100 | 101000111 | 1010110 | 1001000 |
Color Harmonies of #F579BD
Complementary color
Monochromatic Colors of #F579BD
Black with #F579BD
Text Example
Text Example
White with #F579BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F579BD; }
p { color: rgb(245,121,189); }
H1.HeaderClassName
{
color: #F579BD;
}
.AnyTagClassName
{
color: #F579BD;
}
</style>
background-color css
<style>
a { background-color: #F579BD; }
a { background-color: rgb(245,121,189); }
div.DivClassName
{
background-color: #F579BD;
}
.BgClassName
{
background-color: #F579BD;
}
</style>
border-color css
<style>
span { border-color: #F579BD; }
span { border-color: rgb(245,121,189); }
td.TdClassName
{
border-color: #F579BD;
}
.TagClassName
{
border-color: #F579BD;
}
</style>