Shades of Pale Magenta #F58EDD
Tints of Pale Magenta #F58EDD
RGB
CMYK
RGB Variations
Color information
#F58EDD (or 0xF58EDD) is known color: Pale Magenta. HEX triplet: F5, 8E and DD. RGB value is (245,142,221). Sum of RGB (Red+Green+Blue) = 245+142+221=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 142 (55.86% from 255 or 23.36% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58EDD is #0A7122. Grayscale: #B5B5B5. Windows color (decimal): -684323 or 14520053. OLE color: 14520053.
HSL color Cylindrical-coordinate representation of color #F58EDD: hue angle of 313.98º 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 #F58EDD is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 142 | 221 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.04 |
| HSL | 313.98º | 0.84% | 0.76% | - |
| HSV(B) | 313.98º | 0.42% | 0.96% | - |
| XYZ | 60.38 | 43.98 | 73.71 | - |
| YUV | 181.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 142 | 221 | 0 | 0.42 | 0.10 | 0.04 | 313.98 | 0.84 | 0.76 |
| Hex | F5 | 8E | DD | 0 | 2A | A | 4 | 13A | 54 | 4C |
| Octal | 365 | 216 | 335 | 0 | 52 | 12 | 4 | 472 | 124 | 114 |
| Binary | 11110101 | 10001110 | 11011101 | 0 | 101010 | 1010 | 100 | 100111010 | 1010100 | 1001100 |
Color Harmonies of #F58EDD
Complementary color
Monochromatic Colors of #F58EDD
Black with #F58EDD
Text Example
Text Example
White with #F58EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58EDD; }
p { color: rgb(245,142,221); }
H1.HeaderClassName
{
color: #F58EDD;
}
.AnyTagClassName
{
color: #F58EDD;
}
</style>
background-color css
<style>
a { background-color: #F58EDD; }
a { background-color: rgb(245,142,221); }
div.DivClassName
{
background-color: #F58EDD;
}
.BgClassName
{
background-color: #F58EDD;
}
</style>
border-color css
<style>
span { border-color: #F58EDD; }
span { border-color: rgb(245,142,221); }
td.TdClassName
{
border-color: #F58EDD;
}
.TagClassName
{
border-color: #F58EDD;
}
</style>