Shades of Pale Magenta #FF86EC
Tints of Pale Magenta #FF86EC
RGB
CMYK
RGB Variations
Color information
#FF86EC (or 0xFF86EC) is known color: Pale Magenta. HEX triplet: FF, 86 and EC. RGB value is (255,134,236). Sum of RGB (Red+Green+Blue) = 255+134+236=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 134 (52.73% from 255 or 21.44% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF86EC is #007913. Grayscale: #B5B5B5. Windows color (decimal): -30996 or 15501055. OLE color: 15501055.
HSL color Cylindrical-coordinate representation of color #FF86EC: hue angle of 309.42º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF86EC is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 236 | - |
| CMYK | 0 | 0.47 | 0.07 | 0 |
| HSL | 309.42º | 1% | 0.76% | - |
| HSV(B) | 309.42º | 0.47% | 1% | - |
| XYZ | 64.91 | 44.37 | 84.5 | - |
| YUV | 181.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 236 | 0 | 0.47 | 0.07 | 0 | 309.42 | 1 | 0.76 |
| Hex | FF | 86 | EC | 0 | 2F | 7 | 0 | 135 | 64 | 4C |
| Octal | 377 | 206 | 354 | 0 | 57 | 7 | 0 | 465 | 144 | 114 |
| Binary | 11111111 | 10000110 | 11101100 | 0 | 101111 | 111 | 0 | 100110101 | 1100100 | 1001100 |
Color Harmonies of #FF86EC
Complementary color
Monochromatic Colors of #FF86EC
Black with #FF86EC
Text Example
Text Example
White with #FF86EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86EC; }
p { color: rgb(255,134,236); }
H1.HeaderClassName
{
color: #FF86EC;
}
.AnyTagClassName
{
color: #FF86EC;
}
</style>
background-color css
<style>
a { background-color: #FF86EC; }
a { background-color: rgb(255,134,236); }
div.DivClassName
{
background-color: #FF86EC;
}
.BgClassName
{
background-color: #FF86EC;
}
</style>
border-color css
<style>
span { border-color: #FF86EC; }
span { border-color: rgb(255,134,236); }
td.TdClassName
{
border-color: #FF86EC;
}
.TagClassName
{
border-color: #FF86EC;
}
</style>