Shades of Pale Magenta #F685D6
Tints of Pale Magenta #F685D6
RGB
CMYK
RGB Variations
Color information
#F685D6 (or 0xF685D6) is known color: Pale Magenta. HEX triplet: F6, 85 and D6. RGB value is (246,133,214). Sum of RGB (Red+Green+Blue) = 246+133+214=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F685D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F685D6 is #097A29. Grayscale: #AFAFAF. Windows color (decimal): -621098 or 14058998. OLE color: 14058998.
HSL color Cylindrical-coordinate representation of color #F685D6: hue angle of 316.99º 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 #F685D6 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 214 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.04 |
| HSL | 316.99º | 0.86% | 0.74% | - |
| HSV(B) | 316.99º | 0.46% | 0.96% | - |
| XYZ | 58.53 | 41.22 | 68.49 | - |
| YUV | 176.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 214 | 0 | 0.46 | 0.13 | 0.04 | 316.99 | 0.86 | 0.74 |
| Hex | F6 | 85 | D6 | 0 | 2E | D | 4 | 13D | 56 | 4A |
| Octal | 366 | 205 | 326 | 0 | 56 | 15 | 4 | 475 | 126 | 112 |
| Binary | 11110110 | 10000101 | 11010110 | 0 | 101110 | 1101 | 100 | 100111101 | 1010110 | 1001010 |
Color Harmonies of #F685D6
Complementary color
Monochromatic Colors of #F685D6
Black with #F685D6
Text Example
Text Example
White with #F685D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F685D6; }
p { color: rgb(246,133,214); }
H1.HeaderClassName
{
color: #F685D6;
}
.AnyTagClassName
{
color: #F685D6;
}
</style>
background-color css
<style>
a { background-color: #F685D6; }
a { background-color: rgb(246,133,214); }
div.DivClassName
{
background-color: #F685D6;
}
.BgClassName
{
background-color: #F685D6;
}
</style>
border-color css
<style>
span { border-color: #F685D6; }
span { border-color: rgb(246,133,214); }
td.TdClassName
{
border-color: #F685D6;
}
.TagClassName
{
border-color: #F685D6;
}
</style>