Shades of Pale Magenta #F57ED4
Tints of Pale Magenta #F57ED4
RGB
CMYK
RGB Variations
Color information
#F57ED4 (or 0xF57ED4) is known color: Pale Magenta. HEX triplet: F5, 7E and D4. RGB value is (245,126,212). Sum of RGB (Red+Green+Blue) = 245+126+212=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 126 (49.61% from 255 or 21.61% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F57ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57ED4 is #0A812B. Grayscale: #ABABAB. Windows color (decimal): -688428 or 13926133. OLE color: 13926133.
HSL color Cylindrical-coordinate representation of color #F57ED4: hue angle of 316.64º 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 #F57ED4 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 126 | 212 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.04 |
| HSL | 316.64º | 0.86% | 0.73% | - |
| HSV(B) | 316.64º | 0.49% | 0.96% | - |
| XYZ | 57 | 39.09 | 66.83 | - |
| YUV | 171.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 212 | 0 | 0.49 | 0.13 | 0.04 | 316.64 | 0.86 | 0.73 |
| Hex | F5 | 7E | D4 | 0 | 31 | D | 4 | 13D | 56 | 49 |
| Octal | 365 | 176 | 324 | 0 | 61 | 15 | 4 | 475 | 126 | 111 |
| Binary | 11110101 | 1111110 | 11010100 | 0 | 110001 | 1101 | 100 | 100111101 | 1010110 | 1001001 |
Color Harmonies of #F57ED4
Complementary color
Monochromatic Colors of #F57ED4
Black with #F57ED4
Text Example
Text Example
White with #F57ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57ED4; }
p { color: rgb(245,126,212); }
H1.HeaderClassName
{
color: #F57ED4;
}
.AnyTagClassName
{
color: #F57ED4;
}
</style>
background-color css
<style>
a { background-color: #F57ED4; }
a { background-color: rgb(245,126,212); }
div.DivClassName
{
background-color: #F57ED4;
}
.BgClassName
{
background-color: #F57ED4;
}
</style>
border-color css
<style>
span { border-color: #F57ED4; }
span { border-color: rgb(245,126,212); }
td.TdClassName
{
border-color: #F57ED4;
}
.TagClassName
{
border-color: #F57ED4;
}
</style>