Shades of Persian Pink #F57EC1
Tints of Persian Pink #F57EC1
RGB
CMYK
RGB Variations
Color information
#F57EC1 (or 0xF57EC1) is known color: Persian Pink. HEX triplet: F5, 7E and C1. RGB value is (245,126,193). Sum of RGB (Red+Green+Blue) = 245+126+193=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 126 (49.61% from 255 or 22.34% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F57EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57EC1 is #0A813E. Grayscale: #A9A9A9. Windows color (decimal): -688447 or 12680949. OLE color: 12680949.
HSL color Cylindrical-coordinate representation of color #F57EC1: hue angle of 326.22º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57EC1 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 126 | 193 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.04 |
| HSL | 326.22º | 0.86% | 0.73% | - |
| HSV(B) | 326.22º | 0.49% | 0.96% | - |
| XYZ | 54.74 | 38.18 | 54.94 | - |
| YUV | 169.22 | 141.42 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 193 | 0 | 0.49 | 0.21 | 0.04 | 326.22 | 0.86 | 0.73 |
| Hex | F5 | 7E | C1 | 0 | 31 | 15 | 4 | 146 | 56 | 49 |
| Octal | 365 | 176 | 301 | 0 | 61 | 25 | 4 | 506 | 126 | 111 |
| Binary | 11110101 | 1111110 | 11000001 | 0 | 110001 | 10101 | 100 | 101000110 | 1010110 | 1001001 |
Color Harmonies of #F57EC1
Complementary color
Monochromatic Colors of #F57EC1
Black with #F57EC1
Text Example
Text Example
White with #F57EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57EC1; }
p { color: rgb(245,126,193); }
H1.HeaderClassName
{
color: #F57EC1;
}
.AnyTagClassName
{
color: #F57EC1;
}
</style>
background-color css
<style>
a { background-color: #F57EC1; }
a { background-color: rgb(245,126,193); }
div.DivClassName
{
background-color: #F57EC1;
}
.BgClassName
{
background-color: #F57EC1;
}
</style>
border-color css
<style>
span { border-color: #F57EC1; }
span { border-color: rgb(245,126,193); }
td.TdClassName
{
border-color: #F57EC1;
}
.TagClassName
{
border-color: #F57EC1;
}
</style>