Shades of Persian Pink #F578AF
Tints of Persian Pink #F578AF
RGB
CMYK
RGB Variations
Color information
#F578AF (or 0xF578AF) is known color: Persian Pink. HEX triplet: F5, 78 and AF. RGB value is (245,120,175). Sum of RGB (Red+Green+Blue) = 245+120+175=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F578AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F578AF is #0A8750. Grayscale: #A3A3A3. Windows color (decimal): -690001 or 11499765. OLE color: 11499765.
HSL color Cylindrical-coordinate representation of color #F578AF: hue angle of 333.6º 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 #F578AF is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 175 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.04 |
| HSL | 333.6º | 0.86% | 0.72% | - |
| HSV(B) | 333.6º | 0.51% | 0.96% | - |
| XYZ | 52.11 | 35.94 | 44.75 | - |
| YUV | 163.65 | 134.41 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 175 | 0 | 0.51 | 0.29 | 0.04 | 333.6 | 0.86 | 0.72 |
| Hex | F5 | 78 | AF | 0 | 33 | 1D | 4 | 14E | 56 | 48 |
| Octal | 365 | 170 | 257 | 0 | 63 | 35 | 4 | 516 | 126 | 110 |
| Binary | 11110101 | 1111000 | 10101111 | 0 | 110011 | 11101 | 100 | 101001110 | 1010110 | 1001000 |
Color Harmonies of #F578AF
Complementary color
Monochromatic Colors of #F578AF
Black with #F578AF
Text Example
Text Example
White with #F578AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F578AF; }
p { color: rgb(245,120,175); }
H1.HeaderClassName
{
color: #F578AF;
}
.AnyTagClassName
{
color: #F578AF;
}
</style>
background-color css
<style>
a { background-color: #F578AF; }
a { background-color: rgb(245,120,175); }
div.DivClassName
{
background-color: #F578AF;
}
.BgClassName
{
background-color: #F578AF;
}
</style>
border-color css
<style>
span { border-color: #F578AF; }
span { border-color: rgb(245,120,175); }
td.TdClassName
{
border-color: #F578AF;
}
.TagClassName
{
border-color: #F578AF;
}
</style>