Shades of Persian Pink #F579B5
Tints of Persian Pink #F579B5
RGB
CMYK
RGB Variations
Color information
#F579B5 (or 0xF579B5) is known color: Persian Pink. HEX triplet: F5, 79 and B5. RGB value is (245,121,181). Sum of RGB (Red+Green+Blue) = 245+121+181=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F579B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F579B5 is #0A864A. Grayscale: #A4A4A4. Windows color (decimal): -689739 or 11893237. OLE color: 11893237.
HSL color Cylindrical-coordinate representation of color #F579B5: hue angle of 330.97º 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 #F579B5 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 181 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.04 |
| HSL | 330.97º | 0.86% | 0.72% | - |
| HSV(B) | 330.97º | 0.51% | 0.96% | - |
| XYZ | 52.83 | 36.42 | 47.96 | - |
| YUV | 164.92 | 137.08 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 181 | 0 | 0.51 | 0.26 | 0.04 | 330.97 | 0.86 | 0.72 |
| Hex | F5 | 79 | B5 | 0 | 33 | 1A | 4 | 14B | 56 | 48 |
| Octal | 365 | 171 | 265 | 0 | 63 | 32 | 4 | 513 | 126 | 110 |
| Binary | 11110101 | 1111001 | 10110101 | 0 | 110011 | 11010 | 100 | 101001011 | 1010110 | 1001000 |
Color Harmonies of #F579B5
Complementary color
Monochromatic Colors of #F579B5
Black with #F579B5
Text Example
Text Example
White with #F579B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F579B5; }
p { color: rgb(245,121,181); }
H1.HeaderClassName
{
color: #F579B5;
}
.AnyTagClassName
{
color: #F579B5;
}
</style>
background-color css
<style>
a { background-color: #F579B5; }
a { background-color: rgb(245,121,181); }
div.DivClassName
{
background-color: #F579B5;
}
.BgClassName
{
background-color: #F579B5;
}
</style>
border-color css
<style>
span { border-color: #F579B5; }
span { border-color: rgb(245,121,181); }
td.TdClassName
{
border-color: #F579B5;
}
.TagClassName
{
border-color: #F579B5;
}
</style>