Shades of Pale Magenta #F58EE5
Tints of Pale Magenta #F58EE5
RGB
CMYK
RGB Variations
Color information
#F58EE5 (or 0xF58EE5) is known color: Pale Magenta. HEX triplet: F5, 8E and E5. RGB value is (245,142,229). Sum of RGB (Red+Green+Blue) = 245+142+229=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 142 (55.86% from 255 or 23.05% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58EE5 is #0A711A. Grayscale: #B6B6B6. Windows color (decimal): -684315 or 15044341. OLE color: 15044341.
HSL color Cylindrical-coordinate representation of color #F58EE5: hue angle of 309.32º 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 #F58EE5 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 142 | 229 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.04 |
| HSL | 309.32º | 0.84% | 0.76% | - |
| HSV(B) | 309.32º | 0.42% | 0.96% | - |
| XYZ | 61.47 | 44.42 | 79.46 | - |
| YUV | 182.72 | 154.12 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 142 | 229 | 0 | 0.42 | 0.07 | 0.04 | 309.32 | 0.84 | 0.76 |
| Hex | F5 | 8E | E5 | 0 | 2A | 7 | 4 | 135 | 54 | 4C |
| Octal | 365 | 216 | 345 | 0 | 52 | 7 | 4 | 465 | 124 | 114 |
| Binary | 11110101 | 10001110 | 11100101 | 0 | 101010 | 111 | 100 | 100110101 | 1010100 | 1001100 |
Color Harmonies of #F58EE5
Complementary color
Monochromatic Colors of #F58EE5
Black with #F58EE5
Text Example
Text Example
White with #F58EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58EE5; }
p { color: rgb(245,142,229); }
H1.HeaderClassName
{
color: #F58EE5;
}
.AnyTagClassName
{
color: #F58EE5;
}
</style>
background-color css
<style>
a { background-color: #F58EE5; }
a { background-color: rgb(245,142,229); }
div.DivClassName
{
background-color: #F58EE5;
}
.BgClassName
{
background-color: #F58EE5;
}
</style>
border-color css
<style>
span { border-color: #F58EE5; }
span { border-color: rgb(245,142,229); }
td.TdClassName
{
border-color: #F58EE5;
}
.TagClassName
{
border-color: #F58EE5;
}
</style>