Shades of Pale Magenta #F684DC
Tints of Pale Magenta #F684DC
RGB
CMYK
RGB Variations
Color information
#F684DC (or 0xF684DC) is known color: Pale Magenta. HEX triplet: F6, 84 and DC. RGB value is (246,132,220). Sum of RGB (Red+Green+Blue) = 246+132+220=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 132 (51.95% from 255 or 22.07% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F684DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F684DC is #097B23. Grayscale: #AFAFAF. Windows color (decimal): -621348 or 14451958. OLE color: 14451958.
HSL color Cylindrical-coordinate representation of color #F684DC: hue angle of 313.68º 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 #F684DC is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 220 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.04 |
| HSL | 313.68º | 0.86% | 0.74% | - |
| HSV(B) | 313.68º | 0.46% | 0.96% | - |
| XYZ | 59.18 | 41.26 | 72.56 | - |
| YUV | 176.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 220 | 0 | 0.46 | 0.11 | 0.04 | 313.68 | 0.86 | 0.74 |
| Hex | F6 | 84 | DC | 0 | 2E | B | 4 | 13A | 56 | 4A |
| Octal | 366 | 204 | 334 | 0 | 56 | 13 | 4 | 472 | 126 | 112 |
| Binary | 11110110 | 10000100 | 11011100 | 0 | 101110 | 1011 | 100 | 100111010 | 1010110 | 1001010 |
Color Harmonies of #F684DC
Complementary color
Monochromatic Colors of #F684DC
Black with #F684DC
Text Example
Text Example
White with #F684DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F684DC; }
p { color: rgb(246,132,220); }
H1.HeaderClassName
{
color: #F684DC;
}
.AnyTagClassName
{
color: #F684DC;
}
</style>
background-color css
<style>
a { background-color: #F684DC; }
a { background-color: rgb(246,132,220); }
div.DivClassName
{
background-color: #F684DC;
}
.BgClassName
{
background-color: #F684DC;
}
</style>
border-color css
<style>
span { border-color: #F684DC; }
span { border-color: rgb(246,132,220); }
td.TdClassName
{
border-color: #F684DC;
}
.TagClassName
{
border-color: #F684DC;
}
</style>