Shades of Persian Pink #F57DB0
Tints of Persian Pink #F57DB0
RGB
CMYK
RGB Variations
Color information
#F57DB0 (or 0xF57DB0) is known color: Persian Pink. HEX triplet: F5, 7D and B0. RGB value is (245,125,176). Sum of RGB (Red+Green+Blue) = 245+125+176=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57DB0 is #0A824F. Grayscale: #A6A6A6. Windows color (decimal): -688720 or 11566581. OLE color: 11566581.
HSL color Cylindrical-coordinate representation of color #F57DB0: hue angle of 334.5º 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 #F57DB0 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 176 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.04 |
| HSL | 334.5º | 0.86% | 0.73% | - |
| HSV(B) | 334.5º | 0.49% | 0.96% | - |
| XYZ | 52.83 | 37.21 | 45.47 | - |
| YUV | 166.69 | 133.26 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 176 | 0 | 0.49 | 0.28 | 0.04 | 334.5 | 0.86 | 0.73 |
| Hex | F5 | 7D | B0 | 0 | 31 | 1C | 4 | 14E | 56 | 49 |
| Octal | 365 | 175 | 260 | 0 | 61 | 34 | 4 | 516 | 126 | 111 |
| Binary | 11110101 | 1111101 | 10110000 | 0 | 110001 | 11100 | 100 | 101001110 | 1010110 | 1001001 |
Color Harmonies of #F57DB0
Complementary color
Monochromatic Colors of #F57DB0
Black with #F57DB0
Text Example
Text Example
White with #F57DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57DB0; }
p { color: rgb(245,125,176); }
H1.HeaderClassName
{
color: #F57DB0;
}
.AnyTagClassName
{
color: #F57DB0;
}
</style>
background-color css
<style>
a { background-color: #F57DB0; }
a { background-color: rgb(245,125,176); }
div.DivClassName
{
background-color: #F57DB0;
}
.BgClassName
{
background-color: #F57DB0;
}
</style>
border-color css
<style>
span { border-color: #F57DB0; }
span { border-color: rgb(245,125,176); }
td.TdClassName
{
border-color: #F57DB0;
}
.TagClassName
{
border-color: #F57DB0;
}
</style>