Shades of Persian Pink #F57DBB
Tints of Persian Pink #F57DBB
RGB
CMYK
RGB Variations
Color information
#F57DBB (or 0xF57DBB) is known color: Persian Pink. HEX triplet: F5, 7D and BB. RGB value is (245,125,187). Sum of RGB (Red+Green+Blue) = 245+125+187=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57DBB is #0A8244. Grayscale: #A7A7A7. Windows color (decimal): -688709 or 12287477. OLE color: 12287477.
HSL color Cylindrical-coordinate representation of color #F57DBB: hue angle of 329º 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 #F57DBB is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 187 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.04 |
| HSL | 329º | 0.86% | 0.73% | - |
| HSV(B) | 329º | 0.49% | 0.96% | - |
| XYZ | 53.96 | 37.67 | 51.44 | - |
| YUV | 167.95 | 138.76 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 187 | 0 | 0.49 | 0.24 | 0.04 | 329 | 0.86 | 0.73 |
| Hex | F5 | 7D | BB | 0 | 31 | 18 | 4 | 149 | 56 | 49 |
| Octal | 365 | 175 | 273 | 0 | 61 | 30 | 4 | 511 | 126 | 111 |
| Binary | 11110101 | 1111101 | 10111011 | 0 | 110001 | 11000 | 100 | 101001001 | 1010110 | 1001001 |
Color Harmonies of #F57DBB
Complementary color
Monochromatic Colors of #F57DBB
Black with #F57DBB
Text Example
Text Example
White with #F57DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57DBB; }
p { color: rgb(245,125,187); }
H1.HeaderClassName
{
color: #F57DBB;
}
.AnyTagClassName
{
color: #F57DBB;
}
</style>
background-color css
<style>
a { background-color: #F57DBB; }
a { background-color: rgb(245,125,187); }
div.DivClassName
{
background-color: #F57DBB;
}
.BgClassName
{
background-color: #F57DBB;
}
</style>
border-color css
<style>
span { border-color: #F57DBB; }
span { border-color: rgb(245,125,187); }
td.TdClassName
{
border-color: #F57DBB;
}
.TagClassName
{
border-color: #F57DBB;
}
</style>