Shades of Pale Magenta #F58ED4
Tints of Pale Magenta #F58ED4
RGB
CMYK
RGB Variations
Color information
#F58ED4 (or 0xF58ED4) is known color: Pale Magenta. HEX triplet: F5, 8E and D4. RGB value is (245,142,212). Sum of RGB (Red+Green+Blue) = 245+142+212=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 142 (55.86% from 255 or 23.71% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F58ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58ED4 is #0A712B. Grayscale: #B4B4B4. Windows color (decimal): -684332 or 13930229. OLE color: 13930229.
HSL color Cylindrical-coordinate representation of color #F58ED4: hue angle of 319.22º 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 #F58ED4 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 142 | 212 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.04 |
| HSL | 319.22º | 0.84% | 0.76% | - |
| HSV(B) | 319.22º | 0.42% | 0.96% | - |
| XYZ | 59.21 | 43.51 | 67.57 | - |
| YUV | 180.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 142 | 212 | 0 | 0.42 | 0.13 | 0.04 | 319.22 | 0.84 | 0.76 |
| Hex | F5 | 8E | D4 | 0 | 2A | D | 4 | 13F | 54 | 4C |
| Octal | 365 | 216 | 324 | 0 | 52 | 15 | 4 | 477 | 124 | 114 |
| Binary | 11110101 | 10001110 | 11010100 | 0 | 101010 | 1101 | 100 | 100111111 | 1010100 | 1001100 |
Color Harmonies of #F58ED4
Complementary color
Monochromatic Colors of #F58ED4
Black with #F58ED4
Text Example
Text Example
White with #F58ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58ED4; }
p { color: rgb(245,142,212); }
H1.HeaderClassName
{
color: #F58ED4;
}
.AnyTagClassName
{
color: #F58ED4;
}
</style>
background-color css
<style>
a { background-color: #F58ED4; }
a { background-color: rgb(245,142,212); }
div.DivClassName
{
background-color: #F58ED4;
}
.BgClassName
{
background-color: #F58ED4;
}
</style>
border-color css
<style>
span { border-color: #F58ED4; }
span { border-color: rgb(245,142,212); }
td.TdClassName
{
border-color: #F58ED4;
}
.TagClassName
{
border-color: #F58ED4;
}
</style>