Shades of Persian Pink #F57CBA
Tints of Persian Pink #F57CBA
RGB
CMYK
RGB Variations
Color information
#F57CBA (or 0xF57CBA) is known color: Persian Pink. HEX triplet: F5, 7C and BA. RGB value is (245,124,186). Sum of RGB (Red+Green+Blue) = 245+124+186=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F57CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57CBA is #0A8345. Grayscale: #A7A7A7. Windows color (decimal): -688966 or 12221685. OLE color: 12221685.
HSL color Cylindrical-coordinate representation of color #F57CBA: hue angle of 329.26º 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 #F57CBA is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 124 | 186 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.04 |
| HSL | 329.26º | 0.86% | 0.72% | - |
| HSV(B) | 329.26º | 0.49% | 0.96% | - |
| XYZ | 53.73 | 37.37 | 50.84 | - |
| YUV | 167.25 | 138.59 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 124 | 186 | 0 | 0.49 | 0.24 | 0.04 | 329.26 | 0.86 | 0.72 |
| Hex | F5 | 7C | BA | 0 | 31 | 18 | 4 | 149 | 56 | 48 |
| Octal | 365 | 174 | 272 | 0 | 61 | 30 | 4 | 511 | 126 | 110 |
| Binary | 11110101 | 1111100 | 10111010 | 0 | 110001 | 11000 | 100 | 101001001 | 1010110 | 1001000 |
Color Harmonies of #F57CBA
Complementary color
Monochromatic Colors of #F57CBA
Black with #F57CBA
Text Example
Text Example
White with #F57CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57CBA; }
p { color: rgb(245,124,186); }
H1.HeaderClassName
{
color: #F57CBA;
}
.AnyTagClassName
{
color: #F57CBA;
}
</style>
background-color css
<style>
a { background-color: #F57CBA; }
a { background-color: rgb(245,124,186); }
div.DivClassName
{
background-color: #F57CBA;
}
.BgClassName
{
background-color: #F57CBA;
}
</style>
border-color css
<style>
span { border-color: #F57CBA; }
span { border-color: rgb(245,124,186); }
td.TdClassName
{
border-color: #F57CBA;
}
.TagClassName
{
border-color: #F57CBA;
}
</style>