Shades of Persian Pink #F57FBC
Tints of Persian Pink #F57FBC
RGB
CMYK
RGB Variations
Color information
#F57FBC (or 0xF57FBC) is known color: Persian Pink. HEX triplet: F5, 7F and BC. RGB value is (245,127,188). Sum of RGB (Red+Green+Blue) = 245+127+188=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57FBC is #0A8043. Grayscale: #A9A9A9. Windows color (decimal): -688196 or 12353525. OLE color: 12353525.
HSL color Cylindrical-coordinate representation of color #F57FBC: hue angle of 328.98º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F57FBC is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 188 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.04 |
| HSL | 328.98º | 0.86% | 0.73% | - |
| HSV(B) | 328.98º | 0.48% | 0.96% | - |
| XYZ | 54.32 | 38.22 | 52.09 | - |
| YUV | 169.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 188 | 0 | 0.48 | 0.23 | 0.04 | 328.98 | 0.86 | 0.73 |
| Hex | F5 | 7F | BC | 0 | 30 | 17 | 4 | 149 | 56 | 49 |
| Octal | 365 | 177 | 274 | 0 | 60 | 27 | 4 | 511 | 126 | 111 |
| Binary | 11110101 | 1111111 | 10111100 | 0 | 110000 | 10111 | 100 | 101001001 | 1010110 | 1001001 |
Color Harmonies of #F57FBC
Complementary color
Monochromatic Colors of #F57FBC
Black with #F57FBC
Text Example
Text Example
White with #F57FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57FBC; }
p { color: rgb(245,127,188); }
H1.HeaderClassName
{
color: #F57FBC;
}
.AnyTagClassName
{
color: #F57FBC;
}
</style>
background-color css
<style>
a { background-color: #F57FBC; }
a { background-color: rgb(245,127,188); }
div.DivClassName
{
background-color: #F57FBC;
}
.BgClassName
{
background-color: #F57FBC;
}
</style>
border-color css
<style>
span { border-color: #F57FBC; }
span { border-color: rgb(245,127,188); }
td.TdClassName
{
border-color: #F57FBC;
}
.TagClassName
{
border-color: #F57FBC;
}
</style>