Shades of Pale Magenta #F58CE2
Tints of Pale Magenta #F58CE2
RGB
CMYK
RGB Variations
Color information
#F58CE2 (or 0xF58CE2) is known color: Pale Magenta. HEX triplet: F5, 8C and E2. RGB value is (245,140,226). Sum of RGB (Red+Green+Blue) = 245+140+226=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 226 (88.67% from 255 or 36.99% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58CE2 is #0A731D. Grayscale: #B4B4B4. Windows color (decimal): -684830 or 14847221. OLE color: 14847221.
HSL color Cylindrical-coordinate representation of color #F58CE2: hue angle of 310.86º 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 #F58CE2 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 226 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.04 |
| HSL | 310.86º | 0.84% | 0.75% | - |
| HSV(B) | 310.86º | 0.43% | 0.96% | - |
| XYZ | 60.76 | 43.66 | 77.18 | - |
| YUV | 181.2 | 153.29 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 226 | 0 | 0.43 | 0.08 | 0.04 | 310.86 | 0.84 | 0.75 |
| Hex | F5 | 8C | E2 | 0 | 2B | 8 | 4 | 137 | 54 | 4B |
| Octal | 365 | 214 | 342 | 0 | 53 | 10 | 4 | 467 | 124 | 113 |
| Binary | 11110101 | 10001100 | 11100010 | 0 | 101011 | 1000 | 100 | 100110111 | 1010100 | 1001011 |
Color Harmonies of #F58CE2
Complementary color
Monochromatic Colors of #F58CE2
Black with #F58CE2
Text Example
Text Example
White with #F58CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58CE2; }
p { color: rgb(245,140,226); }
H1.HeaderClassName
{
color: #F58CE2;
}
.AnyTagClassName
{
color: #F58CE2;
}
</style>
background-color css
<style>
a { background-color: #F58CE2; }
a { background-color: rgb(245,140,226); }
div.DivClassName
{
background-color: #F58CE2;
}
.BgClassName
{
background-color: #F58CE2;
}
</style>
border-color css
<style>
span { border-color: #F58CE2; }
span { border-color: rgb(245,140,226); }
td.TdClassName
{
border-color: #F58CE2;
}
.TagClassName
{
border-color: #F58CE2;
}
</style>