Shades of Pale Magenta #F57CDA
Tints of Pale Magenta #F57CDA
RGB
CMYK
RGB Variations
Color information
#F57CDA (or 0xF57CDA) is known color: Pale Magenta. HEX triplet: F5, 7C and DA. RGB value is (245,124,218). Sum of RGB (Red+Green+Blue) = 245+124+218=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 124 (48.83% from 255 or 21.12% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F57CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57CDA is #0A8325. Grayscale: #AAAAAA. Windows color (decimal): -688934 or 14318837. OLE color: 14318837.
HSL color Cylindrical-coordinate representation of color #F57CDA: hue angle of 313.39º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57CDA is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 124 | 218 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.04 |
| HSL | 313.39º | 0.86% | 0.72% | - |
| HSV(B) | 313.39º | 0.49% | 0.96% | - |
| XYZ | 57.52 | 38.89 | 70.8 | - |
| YUV | 170.9 | 154.59 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 124 | 218 | 0 | 0.49 | 0.11 | 0.04 | 313.39 | 0.86 | 0.72 |
| Hex | F5 | 7C | DA | 0 | 31 | B | 4 | 139 | 56 | 48 |
| Octal | 365 | 174 | 332 | 0 | 61 | 13 | 4 | 471 | 126 | 110 |
| Binary | 11110101 | 1111100 | 11011010 | 0 | 110001 | 1011 | 100 | 100111001 | 1010110 | 1001000 |
Color Harmonies of #F57CDA
Complementary color
Monochromatic Colors of #F57CDA
Black with #F57CDA
Text Example
Text Example
White with #F57CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57CDA; }
p { color: rgb(245,124,218); }
H1.HeaderClassName
{
color: #F57CDA;
}
.AnyTagClassName
{
color: #F57CDA;
}
</style>
background-color css
<style>
a { background-color: #F57CDA; }
a { background-color: rgb(245,124,218); }
div.DivClassName
{
background-color: #F57CDA;
}
.BgClassName
{
background-color: #F57CDA;
}
</style>
border-color css
<style>
span { border-color: #F57CDA; }
span { border-color: rgb(245,124,218); }
td.TdClassName
{
border-color: #F57CDA;
}
.TagClassName
{
border-color: #F57CDA;
}
</style>