Shades of Persian Pink #F578BB
Tints of Persian Pink #F578BB
RGB
CMYK
RGB Variations
Color information
#F578BB (or 0xF578BB) is known color: Persian Pink. HEX triplet: F5, 78 and BB. RGB value is (245,120,187). Sum of RGB (Red+Green+Blue) = 245+120+187=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F578BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F578BB is #0A8744. Grayscale: #A4A4A4. Windows color (decimal): -689989 or 12286197. OLE color: 12286197.
HSL color Cylindrical-coordinate representation of color #F578BB: hue angle of 327.84º 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 #F578BB is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 187 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.04 |
| HSL | 327.84º | 0.86% | 0.72% | - |
| HSV(B) | 327.84º | 0.51% | 0.96% | - |
| XYZ | 53.34 | 36.43 | 51.23 | - |
| YUV | 165.01 | 140.41 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 187 | 0 | 0.51 | 0.24 | 0.04 | 327.84 | 0.86 | 0.72 |
| Hex | F5 | 78 | BB | 0 | 33 | 18 | 4 | 148 | 56 | 48 |
| Octal | 365 | 170 | 273 | 0 | 63 | 30 | 4 | 510 | 126 | 110 |
| Binary | 11110101 | 1111000 | 10111011 | 0 | 110011 | 11000 | 100 | 101001000 | 1010110 | 1001000 |
Color Harmonies of #F578BB
Complementary color
Monochromatic Colors of #F578BB
Black with #F578BB
Text Example
Text Example
White with #F578BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F578BB; }
p { color: rgb(245,120,187); }
H1.HeaderClassName
{
color: #F578BB;
}
.AnyTagClassName
{
color: #F578BB;
}
</style>
background-color css
<style>
a { background-color: #F578BB; }
a { background-color: rgb(245,120,187); }
div.DivClassName
{
background-color: #F578BB;
}
.BgClassName
{
background-color: #F578BB;
}
</style>
border-color css
<style>
span { border-color: #F578BB; }
span { border-color: rgb(245,120,187); }
td.TdClassName
{
border-color: #F578BB;
}
.TagClassName
{
border-color: #F578BB;
}
</style>