Shades of Persian Pink #F57AB1
Tints of Persian Pink #F57AB1
RGB
CMYK
RGB Variations
Color information
#F57AB1 (or 0xF57AB1) is known color: Persian Pink. HEX triplet: F5, 7A and B1. RGB value is (245,122,177). Sum of RGB (Red+Green+Blue) = 245+122+177=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57AB1 is #0A854E. Grayscale: #A4A4A4. Windows color (decimal): -689487 or 11631349. OLE color: 11631349.
HSL color Cylindrical-coordinate representation of color #F57AB1: hue angle of 333.17º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57AB1 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 177 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.04 |
| HSL | 333.17º | 0.86% | 0.72% | - |
| HSV(B) | 333.17º | 0.5% | 0.96% | - |
| XYZ | 52.55 | 36.51 | 45.87 | - |
| YUV | 165.05 | 134.75 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 177 | 0 | 0.50 | 0.28 | 0.04 | 333.17 | 0.86 | 0.72 |
| Hex | F5 | 7A | B1 | 0 | 32 | 1C | 4 | 14D | 56 | 48 |
| Octal | 365 | 172 | 261 | 0 | 62 | 34 | 4 | 515 | 126 | 110 |
| Binary | 11110101 | 1111010 | 10110001 | 0 | 110010 | 11100 | 100 | 101001101 | 1010110 | 1001000 |
Color Harmonies of #F57AB1
Complementary color
Monochromatic Colors of #F57AB1
Black with #F57AB1
Text Example
Text Example
White with #F57AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57AB1; }
p { color: rgb(245,122,177); }
H1.HeaderClassName
{
color: #F57AB1;
}
.AnyTagClassName
{
color: #F57AB1;
}
</style>
background-color css
<style>
a { background-color: #F57AB1; }
a { background-color: rgb(245,122,177); }
div.DivClassName
{
background-color: #F57AB1;
}
.BgClassName
{
background-color: #F57AB1;
}
</style>
border-color css
<style>
span { border-color: #F57AB1; }
span { border-color: rgb(245,122,177); }
td.TdClassName
{
border-color: #F57AB1;
}
.TagClassName
{
border-color: #F57AB1;
}
</style>