Shades of Pale Magenta #F58EEB
Tints of Pale Magenta #F58EEB
RGB
CMYK
RGB Variations
Color information
#F58EEB (or 0xF58EEB) is known color: Pale Magenta. HEX triplet: F5, 8E and EB. RGB value is (245,142,235). Sum of RGB (Red+Green+Blue) = 245+142+235=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 142 (55.86% from 255 or 22.83% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58EEB is #0A7114. Grayscale: #B7B7B7. Windows color (decimal): -684309 or 15437557. OLE color: 15437557.
HSL color Cylindrical-coordinate representation of color #F58EEB: hue angle of 305.83º 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 #F58EEB is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 142 | 235 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.04 |
| HSL | 305.83º | 0.84% | 0.76% | - |
| HSV(B) | 305.83º | 0.42% | 0.96% | - |
| XYZ | 62.32 | 44.76 | 83.95 | - |
| YUV | 183.4 | 157.12 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 142 | 235 | 0 | 0.42 | 0.04 | 0.04 | 305.83 | 0.84 | 0.76 |
| Hex | F5 | 8E | EB | 0 | 2A | 4 | 4 | 132 | 54 | 4C |
| Octal | 365 | 216 | 353 | 0 | 52 | 4 | 4 | 462 | 124 | 114 |
| Binary | 11110101 | 10001110 | 11101011 | 0 | 101010 | 100 | 100 | 100110010 | 1010100 | 1001100 |
Color Harmonies of #F58EEB
Complementary color
Monochromatic Colors of #F58EEB
Black with #F58EEB
Text Example
Text Example
White with #F58EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58EEB; }
p { color: rgb(245,142,235); }
H1.HeaderClassName
{
color: #F58EEB;
}
.AnyTagClassName
{
color: #F58EEB;
}
</style>
background-color css
<style>
a { background-color: #F58EEB; }
a { background-color: rgb(245,142,235); }
div.DivClassName
{
background-color: #F58EEB;
}
.BgClassName
{
background-color: #F58EEB;
}
</style>
border-color css
<style>
span { border-color: #F58EEB; }
span { border-color: rgb(245,142,235); }
td.TdClassName
{
border-color: #F58EEB;
}
.TagClassName
{
border-color: #F58EEB;
}
</style>