Shades of Pale Magenta #F58BEB
Tints of Pale Magenta #F58BEB
RGB
CMYK
RGB Variations
Color information
#F58BEB (or 0xF58BEB) is known color: Pale Magenta. HEX triplet: F5, 8B and EB. RGB value is (245,139,235). Sum of RGB (Red+Green+Blue) = 245+139+235=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 139 (54.69% from 255 or 22.46% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58BEB is #0A7414. Grayscale: #B5B5B5. Windows color (decimal): -685077 or 15436789. OLE color: 15436789.
HSL color Cylindrical-coordinate representation of color #F58BEB: hue angle of 305.66º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F58BEB is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 235 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.04 |
| HSL | 305.66º | 0.84% | 0.75% | - |
| HSV(B) | 305.66º | 0.43% | 0.96% | - |
| XYZ | 61.88 | 43.88 | 83.8 | - |
| YUV | 181.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 235 | 0 | 0.43 | 0.04 | 0.04 | 305.66 | 0.84 | 0.75 |
| Hex | F5 | 8B | EB | 0 | 2B | 4 | 4 | 132 | 54 | 4B |
| Octal | 365 | 213 | 353 | 0 | 53 | 4 | 4 | 462 | 124 | 113 |
| Binary | 11110101 | 10001011 | 11101011 | 0 | 101011 | 100 | 100 | 100110010 | 1010100 | 1001011 |
Color Harmonies of #F58BEB
Complementary color
Monochromatic Colors of #F58BEB
Black with #F58BEB
Text Example
Text Example
White with #F58BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58BEB; }
p { color: rgb(245,139,235); }
H1.HeaderClassName
{
color: #F58BEB;
}
.AnyTagClassName
{
color: #F58BEB;
}
</style>
background-color css
<style>
a { background-color: #F58BEB; }
a { background-color: rgb(245,139,235); }
div.DivClassName
{
background-color: #F58BEB;
}
.BgClassName
{
background-color: #F58BEB;
}
</style>
border-color css
<style>
span { border-color: #F58BEB; }
span { border-color: rgb(245,139,235); }
td.TdClassName
{
border-color: #F58BEB;
}
.TagClassName
{
border-color: #F58BEB;
}
</style>