Shades of Pale Magenta #F684EC
Tints of Pale Magenta #F684EC
RGB
CMYK
RGB Variations
Color information
#F684EC (or 0xF684EC) is known color: Pale Magenta. HEX triplet: F6, 84 and EC. RGB value is (246,132,236). Sum of RGB (Red+Green+Blue) = 246+132+236=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 132 (51.95% from 255 or 21.50% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F684EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F684EC is #097B13. Grayscale: #B1B1B1. Windows color (decimal): -621332 or 15500534. OLE color: 15500534.
HSL color Cylindrical-coordinate representation of color #F684EC: hue angle of 305.26º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F684EC is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 236 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.04 |
| HSL | 305.26º | 0.86% | 0.74% | - |
| HSV(B) | 305.26º | 0.46% | 0.96% | - |
| XYZ | 61.4 | 42.15 | 84.26 | - |
| YUV | 177.94 | 160.77 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 236 | 0 | 0.46 | 0.04 | 0.04 | 305.26 | 0.86 | 0.74 |
| Hex | F6 | 84 | EC | 0 | 2E | 4 | 4 | 131 | 56 | 4A |
| Octal | 366 | 204 | 354 | 0 | 56 | 4 | 4 | 461 | 126 | 112 |
| Binary | 11110110 | 10000100 | 11101100 | 0 | 101110 | 100 | 100 | 100110001 | 1010110 | 1001010 |
Color Harmonies of #F684EC
Complementary color
Monochromatic Colors of #F684EC
Black with #F684EC
Text Example
Text Example
White with #F684EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F684EC; }
p { color: rgb(246,132,236); }
H1.HeaderClassName
{
color: #F684EC;
}
.AnyTagClassName
{
color: #F684EC;
}
</style>
background-color css
<style>
a { background-color: #F684EC; }
a { background-color: rgb(246,132,236); }
div.DivClassName
{
background-color: #F684EC;
}
.BgClassName
{
background-color: #F684EC;
}
</style>
border-color css
<style>
span { border-color: #F684EC; }
span { border-color: rgb(246,132,236); }
td.TdClassName
{
border-color: #F684EC;
}
.TagClassName
{
border-color: #F684EC;
}
</style>