Shades of Pale Magenta #F57ADE
Tints of Pale Magenta #F57ADE
RGB
CMYK
RGB Variations
Color information
#F57ADE (or 0xF57ADE) is known color: Pale Magenta. HEX triplet: F5, 7A and DE. RGB value is (245,122,222). Sum of RGB (Red+Green+Blue) = 245+122+222=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 122 (48.05% from 255 or 20.71% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F57ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57ADE is #0A8521. Grayscale: #A9A9A9. Windows color (decimal): -689442 or 14580469. OLE color: 14580469.
HSL color Cylindrical-coordinate representation of color #F57ADE: hue angle of 311.22º 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 #F57ADE is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 222 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.04 |
| HSL | 311.22º | 0.86% | 0.72% | - |
| HSV(B) | 311.22º | 0.5% | 0.96% | - |
| XYZ | 57.8 | 38.61 | 73.51 | - |
| YUV | 170.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 222 | 0 | 0.50 | 0.09 | 0.04 | 311.22 | 0.86 | 0.72 |
| Hex | F5 | 7A | DE | 0 | 32 | 9 | 4 | 137 | 56 | 48 |
| Octal | 365 | 172 | 336 | 0 | 62 | 11 | 4 | 467 | 126 | 110 |
| Binary | 11110101 | 1111010 | 11011110 | 0 | 110010 | 1001 | 100 | 100110111 | 1010110 | 1001000 |
Color Harmonies of #F57ADE
Complementary color
Monochromatic Colors of #F57ADE
Black with #F57ADE
Text Example
Text Example
White with #F57ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57ADE; }
p { color: rgb(245,122,222); }
H1.HeaderClassName
{
color: #F57ADE;
}
.AnyTagClassName
{
color: #F57ADE;
}
</style>
background-color css
<style>
a { background-color: #F57ADE; }
a { background-color: rgb(245,122,222); }
div.DivClassName
{
background-color: #F57ADE;
}
.BgClassName
{
background-color: #F57ADE;
}
</style>
border-color css
<style>
span { border-color: #F57ADE; }
span { border-color: rgb(245,122,222); }
td.TdClassName
{
border-color: #F57ADE;
}
.TagClassName
{
border-color: #F57ADE;
}
</style>