Shades of Pale Magenta #F57DDA
Tints of Pale Magenta #F57DDA
RGB
CMYK
RGB Variations
Color information
#F57DDA (or 0xF57DDA) is known color: Pale Magenta. HEX triplet: F5, 7D and DA. RGB value is (245,125,218). Sum of RGB (Red+Green+Blue) = 245+125+218=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 125 (49.22% from 255 or 21.26% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57DDA is #0A8225. Grayscale: #ABABAB. Windows color (decimal): -688678 or 14319093. OLE color: 14319093.
HSL color Cylindrical-coordinate representation of color #F57DDA: hue angle of 313.5º 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 #F57DDA is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 218 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.04 |
| HSL | 313.5º | 0.86% | 0.73% | - |
| HSV(B) | 313.5º | 0.49% | 0.96% | - |
| XYZ | 57.64 | 39.14 | 70.85 | - |
| YUV | 171.48 | 154.26 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 218 | 0 | 0.49 | 0.11 | 0.04 | 313.5 | 0.86 | 0.73 |
| Hex | F5 | 7D | DA | 0 | 31 | B | 4 | 13A | 56 | 49 |
| Octal | 365 | 175 | 332 | 0 | 61 | 13 | 4 | 472 | 126 | 111 |
| Binary | 11110101 | 1111101 | 11011010 | 0 | 110001 | 1011 | 100 | 100111010 | 1010110 | 1001001 |
Color Harmonies of #F57DDA
Complementary color
Monochromatic Colors of #F57DDA
Black with #F57DDA
Text Example
Text Example
White with #F57DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57DDA; }
p { color: rgb(245,125,218); }
H1.HeaderClassName
{
color: #F57DDA;
}
.AnyTagClassName
{
color: #F57DDA;
}
</style>
background-color css
<style>
a { background-color: #F57DDA; }
a { background-color: rgb(245,125,218); }
div.DivClassName
{
background-color: #F57DDA;
}
.BgClassName
{
background-color: #F57DDA;
}
</style>
border-color css
<style>
span { border-color: #F57DDA; }
span { border-color: rgb(245,125,218); }
td.TdClassName
{
border-color: #F57DDA;
}
.TagClassName
{
border-color: #F57DDA;
}
</style>