Shades of Pale Magenta #F58EDC
Tints of Pale Magenta #F58EDC
RGB
CMYK
RGB Variations
Color information
#F58EDC (or 0xF58EDC) is known color: Pale Magenta. HEX triplet: F5, 8E and DC. RGB value is (245,142,220). Sum of RGB (Red+Green+Blue) = 245+142+220=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58EDC is #0A7123. Grayscale: #B5B5B5. Windows color (decimal): -684324 or 14454517. OLE color: 14454517.
HSL color Cylindrical-coordinate representation of color #F58EDC: hue angle of 314.56º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58EDC is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 142 | 220 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.04 |
| HSL | 314.56º | 0.84% | 0.76% | - |
| HSV(B) | 314.56º | 0.42% | 0.96% | - |
| XYZ | 60.25 | 43.93 | 73.01 | - |
| YUV | 181.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 142 | 220 | 0 | 0.42 | 0.10 | 0.04 | 314.56 | 0.84 | 0.76 |
| Hex | F5 | 8E | DC | 0 | 2A | A | 4 | 13B | 54 | 4C |
| Octal | 365 | 216 | 334 | 0 | 52 | 12 | 4 | 473 | 124 | 114 |
| Binary | 11110101 | 10001110 | 11011100 | 0 | 101010 | 1010 | 100 | 100111011 | 1010100 | 1001100 |
Color Harmonies of #F58EDC
Complementary color
Monochromatic Colors of #F58EDC
Black with #F58EDC
Text Example
Text Example
White with #F58EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58EDC; }
p { color: rgb(245,142,220); }
H1.HeaderClassName
{
color: #F58EDC;
}
.AnyTagClassName
{
color: #F58EDC;
}
</style>
background-color css
<style>
a { background-color: #F58EDC; }
a { background-color: rgb(245,142,220); }
div.DivClassName
{
background-color: #F58EDC;
}
.BgClassName
{
background-color: #F58EDC;
}
</style>
border-color css
<style>
span { border-color: #F58EDC; }
span { border-color: rgb(245,142,220); }
td.TdClassName
{
border-color: #F58EDC;
}
.TagClassName
{
border-color: #F58EDC;
}
</style>