Shades of Pale Magenta #F57CDD
Tints of Pale Magenta #F57CDD
RGB
CMYK
RGB Variations
Color information
#F57CDD (or 0xF57CDD) is known color: Pale Magenta. HEX triplet: F5, 7C and DD. RGB value is (245,124,221). Sum of RGB (Red+Green+Blue) = 245+124+221=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 124 (48.83% from 255 or 21.02% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F57CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57CDD is #0A8322. Grayscale: #AAAAAA. Windows color (decimal): -688931 or 14515445. OLE color: 14515445.
HSL color Cylindrical-coordinate representation of color #F57CDD: hue angle of 311.9º 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 #F57CDD is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 124 | 221 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.04 |
| HSL | 311.9º | 0.86% | 0.72% | - |
| HSV(B) | 311.9º | 0.49% | 0.96% | - |
| XYZ | 57.91 | 39.05 | 72.89 | - |
| YUV | 171.24 | 156.09 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 124 | 221 | 0 | 0.49 | 0.10 | 0.04 | 311.9 | 0.86 | 0.72 |
| Hex | F5 | 7C | DD | 0 | 31 | A | 4 | 138 | 56 | 48 |
| Octal | 365 | 174 | 335 | 0 | 61 | 12 | 4 | 470 | 126 | 110 |
| Binary | 11110101 | 1111100 | 11011101 | 0 | 110001 | 1010 | 100 | 100111000 | 1010110 | 1001000 |
Color Harmonies of #F57CDD
Complementary color
Monochromatic Colors of #F57CDD
Black with #F57CDD
Text Example
Text Example
White with #F57CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57CDD; }
p { color: rgb(245,124,221); }
H1.HeaderClassName
{
color: #F57CDD;
}
.AnyTagClassName
{
color: #F57CDD;
}
</style>
background-color css
<style>
a { background-color: #F57CDD; }
a { background-color: rgb(245,124,221); }
div.DivClassName
{
background-color: #F57CDD;
}
.BgClassName
{
background-color: #F57CDD;
}
</style>
border-color css
<style>
span { border-color: #F57CDD; }
span { border-color: rgb(245,124,221); }
td.TdClassName
{
border-color: #F57CDD;
}
.TagClassName
{
border-color: #F57CDD;
}
</style>