Shades of Persian Pink #F57CBE
Tints of Persian Pink #F57CBE
RGB
CMYK
RGB Variations
Color information
#F57CBE (or 0xF57CBE) is known color: Persian Pink. HEX triplet: F5, 7C and BE. RGB value is (245,124,190). Sum of RGB (Red+Green+Blue) = 245+124+190=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F57CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57CBE is #0A8341. Grayscale: #A7A7A7. Windows color (decimal): -688962 or 12483829. OLE color: 12483829.
HSL color Cylindrical-coordinate representation of color #F57CBE: hue angle of 327.27º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57CBE is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 124 | 190 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.04 |
| HSL | 327.27º | 0.86% | 0.72% | - |
| HSV(B) | 327.27º | 0.49% | 0.96% | - |
| XYZ | 54.16 | 37.55 | 53.11 | - |
| YUV | 167.7 | 140.59 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 124 | 190 | 0 | 0.49 | 0.22 | 0.04 | 327.27 | 0.86 | 0.72 |
| Hex | F5 | 7C | BE | 0 | 31 | 16 | 4 | 147 | 56 | 48 |
| Octal | 365 | 174 | 276 | 0 | 61 | 26 | 4 | 507 | 126 | 110 |
| Binary | 11110101 | 1111100 | 10111110 | 0 | 110001 | 10110 | 100 | 101000111 | 1010110 | 1001000 |
Color Harmonies of #F57CBE
Complementary color
Monochromatic Colors of #F57CBE
Black with #F57CBE
Text Example
Text Example
White with #F57CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57CBE; }
p { color: rgb(245,124,190); }
H1.HeaderClassName
{
color: #F57CBE;
}
.AnyTagClassName
{
color: #F57CBE;
}
</style>
background-color css
<style>
a { background-color: #F57CBE; }
a { background-color: rgb(245,124,190); }
div.DivClassName
{
background-color: #F57CBE;
}
.BgClassName
{
background-color: #F57CBE;
}
</style>
border-color css
<style>
span { border-color: #F57CBE; }
span { border-color: rgb(245,124,190); }
td.TdClassName
{
border-color: #F57CBE;
}
.TagClassName
{
border-color: #F57CBE;
}
</style>