Shades of Pale Magenta #F57ED3
Tints of Pale Magenta #F57ED3
RGB
CMYK
RGB Variations
Color information
#F57ED3 (or 0xF57ED3) is known color: Pale Magenta. HEX triplet: F5, 7E and D3. RGB value is (245,126,211). Sum of RGB (Red+Green+Blue) = 245+126+211=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 126 (49.61% from 255 or 21.65% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F57ED3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57ED3 is #0A812C. Grayscale: #ABABAB. Windows color (decimal): -688429 or 13860597. OLE color: 13860597.
HSL color Cylindrical-coordinate representation of color #F57ED3: hue angle of 317.14º 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 #F57ED3 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 126 | 211 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.04 |
| HSL | 317.14º | 0.86% | 0.73% | - |
| HSV(B) | 317.14º | 0.49% | 0.96% | - |
| XYZ | 56.87 | 39.04 | 66.17 | - |
| YUV | 171.27 | 150.42 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 211 | 0 | 0.49 | 0.14 | 0.04 | 317.14 | 0.86 | 0.73 |
| Hex | F5 | 7E | D3 | 0 | 31 | E | 4 | 13D | 56 | 49 |
| Octal | 365 | 176 | 323 | 0 | 61 | 16 | 4 | 475 | 126 | 111 |
| Binary | 11110101 | 1111110 | 11010011 | 0 | 110001 | 1110 | 100 | 100111101 | 1010110 | 1001001 |
Color Harmonies of #F57ED3
Complementary color
Monochromatic Colors of #F57ED3
Black with #F57ED3
Text Example
Text Example
White with #F57ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57ED3; }
p { color: rgb(245,126,211); }
H1.HeaderClassName
{
color: #F57ED3;
}
.AnyTagClassName
{
color: #F57ED3;
}
</style>
background-color css
<style>
a { background-color: #F57ED3; }
a { background-color: rgb(245,126,211); }
div.DivClassName
{
background-color: #F57ED3;
}
.BgClassName
{
background-color: #F57ED3;
}
</style>
border-color css
<style>
span { border-color: #F57ED3; }
span { border-color: rgb(245,126,211); }
td.TdClassName
{
border-color: #F57ED3;
}
.TagClassName
{
border-color: #F57ED3;
}
</style>