Shades of Persian Pink #F577BE
Tints of Persian Pink #F577BE
RGB
CMYK
RGB Variations
Color information
#F577BE (or 0xF577BE) is known color: Persian Pink. HEX triplet: F5, 77 and BE. RGB value is (245,119,190). Sum of RGB (Red+Green+Blue) = 245+119+190=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F577BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F577BE is #0A8841. Grayscale: #A4A4A4. Windows color (decimal): -690242 or 12482549. OLE color: 12482549.
HSL color Cylindrical-coordinate representation of color #F577BE: hue angle of 326.19º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F577BE is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 190 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.04 |
| HSL | 326.19º | 0.86% | 0.71% | - |
| HSV(B) | 326.19º | 0.51% | 0.96% | - |
| XYZ | 53.55 | 36.32 | 52.9 | - |
| YUV | 164.77 | 142.24 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 190 | 0 | 0.51 | 0.22 | 0.04 | 326.19 | 0.86 | 0.71 |
| Hex | F5 | 77 | BE | 0 | 33 | 16 | 4 | 146 | 56 | 47 |
| Octal | 365 | 167 | 276 | 0 | 63 | 26 | 4 | 506 | 126 | 107 |
| Binary | 11110101 | 1110111 | 10111110 | 0 | 110011 | 10110 | 100 | 101000110 | 1010110 | 1000111 |
Color Harmonies of #F577BE
Complementary color
Monochromatic Colors of #F577BE
Black with #F577BE
Text Example
Text Example
White with #F577BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F577BE; }
p { color: rgb(245,119,190); }
H1.HeaderClassName
{
color: #F577BE;
}
.AnyTagClassName
{
color: #F577BE;
}
</style>
background-color css
<style>
a { background-color: #F577BE; }
a { background-color: rgb(245,119,190); }
div.DivClassName
{
background-color: #F577BE;
}
.BgClassName
{
background-color: #F577BE;
}
</style>
border-color css
<style>
span { border-color: #F577BE; }
span { border-color: rgb(245,119,190); }
td.TdClassName
{
border-color: #F577BE;
}
.TagClassName
{
border-color: #F577BE;
}
</style>