Shades of Pale Magenta #F57ADA
Tints of Pale Magenta #F57ADA
RGB
CMYK
RGB Variations
Color information
#F57ADA (or 0xF57ADA) is known color: Pale Magenta. HEX triplet: F5, 7A and DA. RGB value is (245,122,218). Sum of RGB (Red+Green+Blue) = 245+122+218=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 122 (48.05% from 255 or 20.85% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F57ADA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57ADA is #0A8525. Grayscale: #A9A9A9. Windows color (decimal): -689446 or 14318325. OLE color: 14318325.
HSL color Cylindrical-coordinate representation of color #F57ADA: hue angle of 313.17º 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 #F57ADA is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 218 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.04 |
| HSL | 313.17º | 0.86% | 0.72% | - |
| HSV(B) | 313.17º | 0.5% | 0.96% | - |
| XYZ | 57.27 | 38.39 | 70.72 | - |
| YUV | 169.72 | 155.25 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 218 | 0 | 0.50 | 0.11 | 0.04 | 313.17 | 0.86 | 0.72 |
| Hex | F5 | 7A | DA | 0 | 32 | B | 4 | 139 | 56 | 48 |
| Octal | 365 | 172 | 332 | 0 | 62 | 13 | 4 | 471 | 126 | 110 |
| Binary | 11110101 | 1111010 | 11011010 | 0 | 110010 | 1011 | 100 | 100111001 | 1010110 | 1001000 |
Color Harmonies of #F57ADA
Complementary color
Monochromatic Colors of #F57ADA
Black with #F57ADA
Text Example
Text Example
White with #F57ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57ADA; }
p { color: rgb(245,122,218); }
H1.HeaderClassName
{
color: #F57ADA;
}
.AnyTagClassName
{
color: #F57ADA;
}
</style>
background-color css
<style>
a { background-color: #F57ADA; }
a { background-color: rgb(245,122,218); }
div.DivClassName
{
background-color: #F57ADA;
}
.BgClassName
{
background-color: #F57ADA;
}
</style>
border-color css
<style>
span { border-color: #F57ADA; }
span { border-color: rgb(245,122,218); }
td.TdClassName
{
border-color: #F57ADA;
}
.TagClassName
{
border-color: #F57ADA;
}
</style>