Shades of Pale Magenta #F686D4
Tints of Pale Magenta #F686D4
RGB
CMYK
RGB Variations
Color information
#F686D4 (or 0xF686D4) is known color: Pale Magenta. HEX triplet: F6, 86 and D4. RGB value is (246,134,212). Sum of RGB (Red+Green+Blue) = 246+134+212=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 134 (52.73% from 255 or 22.64% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F686D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686D4 is #09792B. Grayscale: #B0B0B0. Windows color (decimal): -620844 or 13928182. OLE color: 13928182.
HSL color Cylindrical-coordinate representation of color #F686D4: hue angle of 318.21º 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 #F686D4 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 212 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.04 |
| HSL | 318.21º | 0.86% | 0.75% | - |
| HSV(B) | 318.21º | 0.46% | 0.96% | - |
| XYZ | 58.41 | 41.4 | 67.2 | - |
| YUV | 176.38 | 148.11 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 212 | 0 | 0.46 | 0.14 | 0.04 | 318.21 | 0.86 | 0.75 |
| Hex | F6 | 86 | D4 | 0 | 2E | E | 4 | 13E | 56 | 4B |
| Octal | 366 | 206 | 324 | 0 | 56 | 16 | 4 | 476 | 126 | 113 |
| Binary | 11110110 | 10000110 | 11010100 | 0 | 101110 | 1110 | 100 | 100111110 | 1010110 | 1001011 |
Color Harmonies of #F686D4
Complementary color
Monochromatic Colors of #F686D4
Black with #F686D4
Text Example
Text Example
White with #F686D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F686D4; }
p { color: rgb(246,134,212); }
H1.HeaderClassName
{
color: #F686D4;
}
.AnyTagClassName
{
color: #F686D4;
}
</style>
background-color css
<style>
a { background-color: #F686D4; }
a { background-color: rgb(246,134,212); }
div.DivClassName
{
background-color: #F686D4;
}
.BgClassName
{
background-color: #F686D4;
}
</style>
border-color css
<style>
span { border-color: #F686D4; }
span { border-color: rgb(246,134,212); }
td.TdClassName
{
border-color: #F686D4;
}
.TagClassName
{
border-color: #F686D4;
}
</style>