Shades of Pale Magenta #F684DB
Tints of Pale Magenta #F684DB
RGB
CMYK
RGB Variations
Color information
#F684DB (or 0xF684DB) is known color: Pale Magenta. HEX triplet: F6, 84 and DB. RGB value is (246,132,219). Sum of RGB (Red+Green+Blue) = 246+132+219=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 132 (51.95% from 255 or 22.11% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F684DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F684DB is #097B24. Grayscale: #AFAFAF. Windows color (decimal): -621349 or 14386422. OLE color: 14386422.
HSL color Cylindrical-coordinate representation of color #F684DB: hue angle of 314.21º 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 #F684DB is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 219 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.04 |
| HSL | 314.21º | 0.86% | 0.74% | - |
| HSV(B) | 314.21º | 0.46% | 0.96% | - |
| XYZ | 59.04 | 41.21 | 71.86 | - |
| YUV | 176 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 219 | 0 | 0.46 | 0.11 | 0.04 | 314.21 | 0.86 | 0.74 |
| Hex | F6 | 84 | DB | 0 | 2E | B | 4 | 13A | 56 | 4A |
| Octal | 366 | 204 | 333 | 0 | 56 | 13 | 4 | 472 | 126 | 112 |
| Binary | 11110110 | 10000100 | 11011011 | 0 | 101110 | 1011 | 100 | 100111010 | 1010110 | 1001010 |
Color Harmonies of #F684DB
Complementary color
Monochromatic Colors of #F684DB
Black with #F684DB
Text Example
Text Example
White with #F684DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F684DB; }
p { color: rgb(246,132,219); }
H1.HeaderClassName
{
color: #F684DB;
}
.AnyTagClassName
{
color: #F684DB;
}
</style>
background-color css
<style>
a { background-color: #F684DB; }
a { background-color: rgb(246,132,219); }
div.DivClassName
{
background-color: #F684DB;
}
.BgClassName
{
background-color: #F684DB;
}
</style>
border-color css
<style>
span { border-color: #F684DB; }
span { border-color: rgb(246,132,219); }
td.TdClassName
{
border-color: #F684DB;
}
.TagClassName
{
border-color: #F684DB;
}
</style>