Shades of Pale Magenta #F58CEB
Tints of Pale Magenta #F58CEB
RGB
CMYK
RGB Variations
Color information
#F58CEB (or 0xF58CEB) is known color: Pale Magenta. HEX triplet: F5, 8C and EB. RGB value is (245,140,235). Sum of RGB (Red+Green+Blue) = 245+140+235=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 140 (55.08% from 255 or 22.58% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58CEB is #0A7314. Grayscale: #B5B5B5. Windows color (decimal): -684821 or 15437045. OLE color: 15437045.
HSL color Cylindrical-coordinate representation of color #F58CEB: hue angle of 305.71º 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 #F58CEB is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 235 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.04 |
| HSL | 305.71º | 0.84% | 0.75% | - |
| HSV(B) | 305.71º | 0.43% | 0.96% | - |
| XYZ | 62.03 | 44.17 | 83.85 | - |
| YUV | 182.23 | 157.79 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 235 | 0 | 0.43 | 0.04 | 0.04 | 305.71 | 0.84 | 0.75 |
| Hex | F5 | 8C | EB | 0 | 2B | 4 | 4 | 132 | 54 | 4B |
| Octal | 365 | 214 | 353 | 0 | 53 | 4 | 4 | 462 | 124 | 113 |
| Binary | 11110101 | 10001100 | 11101011 | 0 | 101011 | 100 | 100 | 100110010 | 1010100 | 1001011 |
Color Harmonies of #F58CEB
Complementary color
Monochromatic Colors of #F58CEB
Black with #F58CEB
Text Example
Text Example
White with #F58CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58CEB; }
p { color: rgb(245,140,235); }
H1.HeaderClassName
{
color: #F58CEB;
}
.AnyTagClassName
{
color: #F58CEB;
}
</style>
background-color css
<style>
a { background-color: #F58CEB; }
a { background-color: rgb(245,140,235); }
div.DivClassName
{
background-color: #F58CEB;
}
.BgClassName
{
background-color: #F58CEB;
}
</style>
border-color css
<style>
span { border-color: #F58CEB; }
span { border-color: rgb(245,140,235); }
td.TdClassName
{
border-color: #F58CEB;
}
.TagClassName
{
border-color: #F58CEB;
}
</style>