Shades of Pale Magenta #F685DC
Tints of Pale Magenta #F685DC
RGB
CMYK
RGB Variations
Color information
#F685DC (or 0xF685DC) is known color: Pale Magenta. HEX triplet: F6, 85 and DC. RGB value is (246,133,220). Sum of RGB (Red+Green+Blue) = 246+133+220=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 133 (52.34% from 255 or 22.20% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F685DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F685DC is #097A23. Grayscale: #B0B0B0. Windows color (decimal): -621092 or 14452214. OLE color: 14452214.
HSL color Cylindrical-coordinate representation of color #F685DC: hue angle of 313.81º 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 #F685DC is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 220 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.04 |
| HSL | 313.81º | 0.86% | 0.74% | - |
| HSV(B) | 313.81º | 0.46% | 0.96% | - |
| XYZ | 59.31 | 41.54 | 72.6 | - |
| YUV | 176.71 | 152.44 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 220 | 0 | 0.46 | 0.11 | 0.04 | 313.81 | 0.86 | 0.74 |
| Hex | F6 | 85 | DC | 0 | 2E | B | 4 | 13A | 56 | 4A |
| Octal | 366 | 205 | 334 | 0 | 56 | 13 | 4 | 472 | 126 | 112 |
| Binary | 11110110 | 10000101 | 11011100 | 0 | 101110 | 1011 | 100 | 100111010 | 1010110 | 1001010 |
Color Harmonies of #F685DC
Complementary color
Monochromatic Colors of #F685DC
Black with #F685DC
Text Example
Text Example
White with #F685DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F685DC; }
p { color: rgb(246,133,220); }
H1.HeaderClassName
{
color: #F685DC;
}
.AnyTagClassName
{
color: #F685DC;
}
</style>
background-color css
<style>
a { background-color: #F685DC; }
a { background-color: rgb(246,133,220); }
div.DivClassName
{
background-color: #F685DC;
}
.BgClassName
{
background-color: #F685DC;
}
</style>
border-color css
<style>
span { border-color: #F685DC; }
span { border-color: rgb(246,133,220); }
td.TdClassName
{
border-color: #F685DC;
}
.TagClassName
{
border-color: #F685DC;
}
</style>