Shades of Persian Pink #F578BC
Tints of Persian Pink #F578BC
RGB
CMYK
RGB Variations
Color information
#F578BC (or 0xF578BC) is known color: Persian Pink. HEX triplet: F5, 78 and BC. RGB value is (245,120,188). Sum of RGB (Red+Green+Blue) = 245+120+188=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F578BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F578BC is #0A8743. Grayscale: #A4A4A4. Windows color (decimal): -689988 or 12351733. OLE color: 12351733.
HSL color Cylindrical-coordinate representation of color #F578BC: hue angle of 327.36º 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 #F578BC is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 188 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.04 |
| HSL | 327.36º | 0.86% | 0.72% | - |
| HSV(B) | 327.36º | 0.51% | 0.96% | - |
| XYZ | 53.45 | 36.48 | 51.8 | - |
| YUV | 165.13 | 140.91 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 188 | 0 | 0.51 | 0.23 | 0.04 | 327.36 | 0.86 | 0.72 |
| Hex | F5 | 78 | BC | 0 | 33 | 17 | 4 | 147 | 56 | 48 |
| Octal | 365 | 170 | 274 | 0 | 63 | 27 | 4 | 507 | 126 | 110 |
| Binary | 11110101 | 1111000 | 10111100 | 0 | 110011 | 10111 | 100 | 101000111 | 1010110 | 1001000 |
Color Harmonies of #F578BC
Complementary color
Monochromatic Colors of #F578BC
Black with #F578BC
Text Example
Text Example
White with #F578BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F578BC; }
p { color: rgb(245,120,188); }
H1.HeaderClassName
{
color: #F578BC;
}
.AnyTagClassName
{
color: #F578BC;
}
</style>
background-color css
<style>
a { background-color: #F578BC; }
a { background-color: rgb(245,120,188); }
div.DivClassName
{
background-color: #F578BC;
}
.BgClassName
{
background-color: #F578BC;
}
</style>
border-color css
<style>
span { border-color: #F578BC; }
span { border-color: rgb(245,120,188); }
td.TdClassName
{
border-color: #F578BC;
}
.TagClassName
{
border-color: #F578BC;
}
</style>