Shades of Pale Magenta #F57DE6
Tints of Pale Magenta #F57DE6
RGB
CMYK
RGB Variations
Color information
#F57DE6 (or 0xF57DE6) is known color: Pale Magenta. HEX triplet: F5, 7D and E6. RGB value is (245,125,230). Sum of RGB (Red+Green+Blue) = 245+125+230=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 125 (49.22% from 255 or 20.83% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57DE6 is #0A8219. Grayscale: #ACACAC. Windows color (decimal): -688666 or 15105525. OLE color: 15105525.
HSL color Cylindrical-coordinate representation of color #F57DE6: hue angle of 307.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 #F57DE6 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 230 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.04 |
| HSL | 307.5º | 0.86% | 0.73% | - |
| HSV(B) | 307.5º | 0.49% | 0.96% | - |
| XYZ | 59.27 | 39.79 | 79.42 | - |
| YUV | 172.85 | 160.26 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 230 | 0 | 0.49 | 0.06 | 0.04 | 307.5 | 0.86 | 0.73 |
| Hex | F5 | 7D | E6 | 0 | 31 | 6 | 4 | 134 | 56 | 49 |
| Octal | 365 | 175 | 346 | 0 | 61 | 6 | 4 | 464 | 126 | 111 |
| Binary | 11110101 | 1111101 | 11100110 | 0 | 110001 | 110 | 100 | 100110100 | 1010110 | 1001001 |
Color Harmonies of #F57DE6
Complementary color
Monochromatic Colors of #F57DE6
Black with #F57DE6
Text Example
Text Example
White with #F57DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57DE6; }
p { color: rgb(245,125,230); }
H1.HeaderClassName
{
color: #F57DE6;
}
.AnyTagClassName
{
color: #F57DE6;
}
</style>
background-color css
<style>
a { background-color: #F57DE6; }
a { background-color: rgb(245,125,230); }
div.DivClassName
{
background-color: #F57DE6;
}
.BgClassName
{
background-color: #F57DE6;
}
</style>
border-color css
<style>
span { border-color: #F57DE6; }
span { border-color: rgb(245,125,230); }
td.TdClassName
{
border-color: #F57DE6;
}
.TagClassName
{
border-color: #F57DE6;
}
</style>