Shades of Pale Magenta #FF86EA
Tints of Pale Magenta #FF86EA
RGB
CMYK
RGB Variations
Color information
#FF86EA (or 0xFF86EA) is known color: Pale Magenta. HEX triplet: FF, 86 and EA. RGB value is (255,134,234). Sum of RGB (Red+Green+Blue) = 255+134+234=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 134 (52.73% from 255 or 21.51% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF86EA is #007915. Grayscale: #B5B5B5. Windows color (decimal): -30998 or 15369983. OLE color: 15369983.
HSL color Cylindrical-coordinate representation of color #FF86EA: hue angle of 310.41º 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 #FF86EA is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 234 | - |
| CMYK | 0 | 0.47 | 0.08 | 0 |
| HSL | 310.41º | 1% | 0.76% | - |
| HSV(B) | 310.41º | 0.47% | 1% | - |
| XYZ | 64.62 | 44.25 | 82.98 | - |
| YUV | 181.58 | 157.59 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 234 | 0 | 0.47 | 0.08 | 0 | 310.41 | 1 | 0.76 |
| Hex | FF | 86 | EA | 0 | 2F | 8 | 0 | 136 | 64 | 4C |
| Octal | 377 | 206 | 352 | 0 | 57 | 10 | 0 | 466 | 144 | 114 |
| Binary | 11111111 | 10000110 | 11101010 | 0 | 101111 | 1000 | 0 | 100110110 | 1100100 | 1001100 |
Color Harmonies of #FF86EA
Complementary color
Monochromatic Colors of #FF86EA
Black with #FF86EA
Text Example
Text Example
White with #FF86EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86EA; }
p { color: rgb(255,134,234); }
H1.HeaderClassName
{
color: #FF86EA;
}
.AnyTagClassName
{
color: #FF86EA;
}
</style>
background-color css
<style>
a { background-color: #FF86EA; }
a { background-color: rgb(255,134,234); }
div.DivClassName
{
background-color: #FF86EA;
}
.BgClassName
{
background-color: #FF86EA;
}
</style>
border-color css
<style>
span { border-color: #FF86EA; }
span { border-color: rgb(255,134,234); }
td.TdClassName
{
border-color: #FF86EA;
}
.TagClassName
{
border-color: #FF86EA;
}
</style>