Shades of Pale Magenta #FF8CE6
Tints of Pale Magenta #FF8CE6
RGB
CMYK
RGB Variations
Color information
#FF8CE6 (or 0xFF8CE6) is known color: Pale Magenta. HEX triplet: FF, 8C and E6. RGB value is (255,140,230). Sum of RGB (Red+Green+Blue) = 255+140+230=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 140 (55.08% from 255 or 22.4% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8CE6 is #007319. Grayscale: #B8B8B8. Windows color (decimal): -29466 or 15109375. OLE color: 15109375.
HSL color Cylindrical-coordinate representation of color #FF8CE6: hue angle of 313.04º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8CE6 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 230 | - |
| CMYK | 0 | 0.45 | 0.10 | 0 |
| HSL | 313.04º | 1% | 0.77% | - |
| HSV(B) | 313.04º | 0.45% | 1% | - |
| XYZ | 64.9 | 45.73 | 80.27 | - |
| YUV | 184.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 230 | 0 | 0.45 | 0.10 | 0 | 313.04 | 1 | 0.77 |
| Hex | FF | 8C | E6 | 0 | 2D | A | 0 | 139 | 64 | 4D |
| Octal | 377 | 214 | 346 | 0 | 55 | 12 | 0 | 471 | 144 | 115 |
| Binary | 11111111 | 10001100 | 11100110 | 0 | 101101 | 1010 | 0 | 100111001 | 1100100 | 1001101 |
Color Harmonies of #FF8CE6
Complementary color
Monochromatic Colors of #FF8CE6
Black with #FF8CE6
Text Example
Text Example
White with #FF8CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CE6; }
p { color: rgb(255,140,230); }
H1.HeaderClassName
{
color: #FF8CE6;
}
.AnyTagClassName
{
color: #FF8CE6;
}
</style>
background-color css
<style>
a { background-color: #FF8CE6; }
a { background-color: rgb(255,140,230); }
div.DivClassName
{
background-color: #FF8CE6;
}
.BgClassName
{
background-color: #FF8CE6;
}
</style>
border-color css
<style>
span { border-color: #FF8CE6; }
span { border-color: rgb(255,140,230); }
td.TdClassName
{
border-color: #FF8CE6;
}
.TagClassName
{
border-color: #FF8CE6;
}
</style>