Shades of Pale Magenta #F686E8
Tints of Pale Magenta #F686E8
RGB
CMYK
RGB Variations
Color information
#F686E8 (or 0xF686E8) is known color: Pale Magenta. HEX triplet: F6, 86 and E8. RGB value is (246,134,232). Sum of RGB (Red+Green+Blue) = 246+134+232=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 134 (52.73% from 255 or 21.90% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F686E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F686E8 is #097917. Grayscale: #B2B2B2. Windows color (decimal): -620824 or 15238902. OLE color: 15238902.
HSL color Cylindrical-coordinate representation of color #F686E8: hue angle of 307.5º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F686E8 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 232 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.04 |
| HSL | 307.5º | 0.86% | 0.75% | - |
| HSV(B) | 307.5º | 0.46% | 0.96% | - |
| XYZ | 61.1 | 42.47 | 81.32 | - |
| YUV | 178.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 232 | 0 | 0.46 | 0.06 | 0.04 | 307.5 | 0.86 | 0.75 |
| Hex | F6 | 86 | E8 | 0 | 2E | 6 | 4 | 134 | 56 | 4B |
| Octal | 366 | 206 | 350 | 0 | 56 | 6 | 4 | 464 | 126 | 113 |
| Binary | 11110110 | 10000110 | 11101000 | 0 | 101110 | 110 | 100 | 100110100 | 1010110 | 1001011 |
Color Harmonies of #F686E8
Complementary color
Monochromatic Colors of #F686E8
Black with #F686E8
Text Example
Text Example
White with #F686E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F686E8; }
p { color: rgb(246,134,232); }
H1.HeaderClassName
{
color: #F686E8;
}
.AnyTagClassName
{
color: #F686E8;
}
</style>
background-color css
<style>
a { background-color: #F686E8; }
a { background-color: rgb(246,134,232); }
div.DivClassName
{
background-color: #F686E8;
}
.BgClassName
{
background-color: #F686E8;
}
</style>
border-color css
<style>
span { border-color: #F686E8; }
span { border-color: rgb(246,134,232); }
td.TdClassName
{
border-color: #F686E8;
}
.TagClassName
{
border-color: #F686E8;
}
</style>