Shades of Persian Pink #F578BE
Tints of Persian Pink #F578BE
RGB
CMYK
RGB Variations
Color information
#F578BE (or 0xF578BE) is known color: Persian Pink. HEX triplet: F5, 78 and BE. RGB value is (245,120,190). Sum of RGB (Red+Green+Blue) = 245+120+190=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F578BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F578BE is #0A8741. Grayscale: #A5A5A5. Windows color (decimal): -689986 or 12482805. OLE color: 12482805.
HSL color Cylindrical-coordinate representation of color #F578BE: hue angle of 326.4º 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 #F578BE is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 190 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.04 |
| HSL | 326.4º | 0.86% | 0.72% | - |
| HSV(B) | 326.4º | 0.51% | 0.96% | - |
| XYZ | 53.67 | 36.56 | 52.94 | - |
| YUV | 165.36 | 141.91 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 190 | 0 | 0.51 | 0.22 | 0.04 | 326.4 | 0.86 | 0.72 |
| Hex | F5 | 78 | BE | 0 | 33 | 16 | 4 | 146 | 56 | 48 |
| Octal | 365 | 170 | 276 | 0 | 63 | 26 | 4 | 506 | 126 | 110 |
| Binary | 11110101 | 1111000 | 10111110 | 0 | 110011 | 10110 | 100 | 101000110 | 1010110 | 1001000 |
Color Harmonies of #F578BE
Complementary color
Monochromatic Colors of #F578BE
Black with #F578BE
Text Example
Text Example
White with #F578BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F578BE; }
p { color: rgb(245,120,190); }
H1.HeaderClassName
{
color: #F578BE;
}
.AnyTagClassName
{
color: #F578BE;
}
</style>
background-color css
<style>
a { background-color: #F578BE; }
a { background-color: rgb(245,120,190); }
div.DivClassName
{
background-color: #F578BE;
}
.BgClassName
{
background-color: #F578BE;
}
</style>
border-color css
<style>
span { border-color: #F578BE; }
span { border-color: rgb(245,120,190); }
td.TdClassName
{
border-color: #F578BE;
}
.TagClassName
{
border-color: #F578BE;
}
</style>