Shades of Pale Magenta #F685D4
Tints of Pale Magenta #F685D4
RGB
CMYK
RGB Variations
Color information
#F685D4 (or 0xF685D4) is known color: Pale Magenta. HEX triplet: F6, 85 and D4. RGB value is (246,133,212). Sum of RGB (Red+Green+Blue) = 246+133+212=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F685D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F685D4 is #097A2B. Grayscale: #AFAFAF. Windows color (decimal): -621100 or 13927926. OLE color: 13927926.
HSL color Cylindrical-coordinate representation of color #F685D4: hue angle of 318.05º 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 #F685D4 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 212 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.04 |
| HSL | 318.05º | 0.86% | 0.74% | - |
| HSV(B) | 318.05º | 0.46% | 0.96% | - |
| XYZ | 58.28 | 41.12 | 67.15 | - |
| YUV | 175.79 | 148.44 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 212 | 0 | 0.46 | 0.14 | 0.04 | 318.05 | 0.86 | 0.74 |
| Hex | F6 | 85 | D4 | 0 | 2E | E | 4 | 13E | 56 | 4A |
| Octal | 366 | 205 | 324 | 0 | 56 | 16 | 4 | 476 | 126 | 112 |
| Binary | 11110110 | 10000101 | 11010100 | 0 | 101110 | 1110 | 100 | 100111110 | 1010110 | 1001010 |
Color Harmonies of #F685D4
Complementary color
Monochromatic Colors of #F685D4
Black with #F685D4
Text Example
Text Example
White with #F685D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F685D4; }
p { color: rgb(246,133,212); }
H1.HeaderClassName
{
color: #F685D4;
}
.AnyTagClassName
{
color: #F685D4;
}
</style>
background-color css
<style>
a { background-color: #F685D4; }
a { background-color: rgb(246,133,212); }
div.DivClassName
{
background-color: #F685D4;
}
.BgClassName
{
background-color: #F685D4;
}
</style>
border-color css
<style>
span { border-color: #F685D4; }
span { border-color: rgb(246,133,212); }
td.TdClassName
{
border-color: #F685D4;
}
.TagClassName
{
border-color: #F685D4;
}
</style>