Shades of Persian Pink #F578C0
Tints of Persian Pink #F578C0
RGB
CMYK
RGB Variations
Color information
#F578C0 (or 0xF578C0) is known color: Persian Pink. HEX triplet: F5, 78 and C0. RGB value is (245,120,192). Sum of RGB (Red+Green+Blue) = 245+120+192=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F578C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F578C0 is #0A873F. Grayscale: #A5A5A5. Windows color (decimal): -689984 or 12613877. OLE color: 12613877.
HSL color Cylindrical-coordinate representation of color #F578C0: hue angle of 325.44º 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 #F578C0 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 192 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.04 |
| HSL | 325.44º | 0.86% | 0.72% | - |
| HSV(B) | 325.44º | 0.51% | 0.96% | - |
| XYZ | 53.89 | 36.65 | 54.1 | - |
| YUV | 165.58 | 142.91 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 192 | 0 | 0.51 | 0.22 | 0.04 | 325.44 | 0.86 | 0.72 |
| Hex | F5 | 78 | C0 | 0 | 33 | 16 | 4 | 145 | 56 | 48 |
| Octal | 365 | 170 | 300 | 0 | 63 | 26 | 4 | 505 | 126 | 110 |
| Binary | 11110101 | 1111000 | 11000000 | 0 | 110011 | 10110 | 100 | 101000101 | 1010110 | 1001000 |
Color Harmonies of #F578C0
Complementary color
Monochromatic Colors of #F578C0
Black with #F578C0
Text Example
Text Example
White with #F578C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F578C0; }
p { color: rgb(245,120,192); }
H1.HeaderClassName
{
color: #F578C0;
}
.AnyTagClassName
{
color: #F578C0;
}
</style>
background-color css
<style>
a { background-color: #F578C0; }
a { background-color: rgb(245,120,192); }
div.DivClassName
{
background-color: #F578C0;
}
.BgClassName
{
background-color: #F578C0;
}
</style>
border-color css
<style>
span { border-color: #F578C0; }
span { border-color: rgb(245,120,192); }
td.TdClassName
{
border-color: #F578C0;
}
.TagClassName
{
border-color: #F578C0;
}
</style>