Shades of Pale Magenta #F57ADB
Tints of Pale Magenta #F57ADB
RGB
CMYK
RGB Variations
Color information
#F57ADB (or 0xF57ADB) is known color: Pale Magenta. HEX triplet: F5, 7A and DB. RGB value is (245,122,219). Sum of RGB (Red+Green+Blue) = 245+122+219=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 122 (48.05% from 255 or 20.82% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F57ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57ADB is #0A8524. Grayscale: #A9A9A9. Windows color (decimal): -689445 or 14383861. OLE color: 14383861.
HSL color Cylindrical-coordinate representation of color #F57ADB: hue angle of 312.68º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57ADB is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 219 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.04 |
| HSL | 312.68º | 0.86% | 0.72% | - |
| HSV(B) | 312.68º | 0.5% | 0.96% | - |
| XYZ | 57.4 | 38.45 | 71.41 | - |
| YUV | 169.84 | 155.75 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 219 | 0 | 0.50 | 0.11 | 0.04 | 312.68 | 0.86 | 0.72 |
| Hex | F5 | 7A | DB | 0 | 32 | B | 4 | 139 | 56 | 48 |
| Octal | 365 | 172 | 333 | 0 | 62 | 13 | 4 | 471 | 126 | 110 |
| Binary | 11110101 | 1111010 | 11011011 | 0 | 110010 | 1011 | 100 | 100111001 | 1010110 | 1001000 |
Color Harmonies of #F57ADB
Complementary color
Monochromatic Colors of #F57ADB
Black with #F57ADB
Text Example
Text Example
White with #F57ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57ADB; }
p { color: rgb(245,122,219); }
H1.HeaderClassName
{
color: #F57ADB;
}
.AnyTagClassName
{
color: #F57ADB;
}
</style>
background-color css
<style>
a { background-color: #F57ADB; }
a { background-color: rgb(245,122,219); }
div.DivClassName
{
background-color: #F57ADB;
}
.BgClassName
{
background-color: #F57ADB;
}
</style>
border-color css
<style>
span { border-color: #F57ADB; }
span { border-color: rgb(245,122,219); }
td.TdClassName
{
border-color: #F57ADB;
}
.TagClassName
{
border-color: #F57ADB;
}
</style>