Shades of Pale Magenta #F57FDB
Tints of Pale Magenta #F57FDB
RGB
CMYK
RGB Variations
Color information
#F57FDB (or 0xF57FDB) is known color: Pale Magenta. HEX triplet: F5, 7F and DB. RGB value is (245,127,219). Sum of RGB (Red+Green+Blue) = 245+127+219=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 127 (50% from 255 or 21.49% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57FDB is #0A8024. Grayscale: #ACACAC. Windows color (decimal): -688165 or 14385141. OLE color: 14385141.
HSL color Cylindrical-coordinate representation of color #F57FDB: hue angle of 313.22º 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 #F57FDB is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 219 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.04 |
| HSL | 313.22º | 0.86% | 0.73% | - |
| HSV(B) | 313.22º | 0.48% | 0.96% | - |
| XYZ | 58.03 | 39.71 | 71.62 | - |
| YUV | 172.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 219 | 0 | 0.48 | 0.11 | 0.04 | 313.22 | 0.86 | 0.73 |
| Hex | F5 | 7F | DB | 0 | 30 | B | 4 | 139 | 56 | 49 |
| Octal | 365 | 177 | 333 | 0 | 60 | 13 | 4 | 471 | 126 | 111 |
| Binary | 11110101 | 1111111 | 11011011 | 0 | 110000 | 1011 | 100 | 100111001 | 1010110 | 1001001 |
Color Harmonies of #F57FDB
Complementary color
Monochromatic Colors of #F57FDB
Black with #F57FDB
Text Example
Text Example
White with #F57FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57FDB; }
p { color: rgb(245,127,219); }
H1.HeaderClassName
{
color: #F57FDB;
}
.AnyTagClassName
{
color: #F57FDB;
}
</style>
background-color css
<style>
a { background-color: #F57FDB; }
a { background-color: rgb(245,127,219); }
div.DivClassName
{
background-color: #F57FDB;
}
.BgClassName
{
background-color: #F57FDB;
}
</style>
border-color css
<style>
span { border-color: #F57FDB; }
span { border-color: rgb(245,127,219); }
td.TdClassName
{
border-color: #F57FDB;
}
.TagClassName
{
border-color: #F57FDB;
}
</style>