Shades of Pale Magenta #F586E2
Tints of Pale Magenta #F586E2
RGB
CMYK
RGB Variations
Color information
#F586E2 (or 0xF586E2) is known color: Pale Magenta. HEX triplet: F5, 86 and E2. RGB value is (245,134,226). Sum of RGB (Red+Green+Blue) = 245+134+226=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 134 (52.73% from 255 or 22.15% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F586E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F586E2 is #0A791D. Grayscale: #B1B1B1. Windows color (decimal): -686366 or 14845685. OLE color: 14845685.
HSL color Cylindrical-coordinate representation of color #F586E2: hue angle of 310.27º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F586E2 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 226 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.04 |
| HSL | 310.27º | 0.85% | 0.74% | - |
| HSV(B) | 310.27º | 0.45% | 0.96% | - |
| XYZ | 59.91 | 41.95 | 76.89 | - |
| YUV | 177.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 226 | 0 | 0.45 | 0.08 | 0.04 | 310.27 | 0.85 | 0.74 |
| Hex | F5 | 86 | E2 | 0 | 2D | 8 | 4 | 136 | 55 | 4A |
| Octal | 365 | 206 | 342 | 0 | 55 | 10 | 4 | 466 | 125 | 112 |
| Binary | 11110101 | 10000110 | 11100010 | 0 | 101101 | 1000 | 100 | 100110110 | 1010101 | 1001010 |
Color Harmonies of #F586E2
Complementary color
Monochromatic Colors of #F586E2
Black with #F586E2
Text Example
Text Example
White with #F586E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F586E2; }
p { color: rgb(245,134,226); }
H1.HeaderClassName
{
color: #F586E2;
}
.AnyTagClassName
{
color: #F586E2;
}
</style>
background-color css
<style>
a { background-color: #F586E2; }
a { background-color: rgb(245,134,226); }
div.DivClassName
{
background-color: #F586E2;
}
.BgClassName
{
background-color: #F586E2;
}
</style>
border-color css
<style>
span { border-color: #F586E2; }
span { border-color: rgb(245,134,226); }
td.TdClassName
{
border-color: #F586E2;
}
.TagClassName
{
border-color: #F586E2;
}
</style>