Shades of Pale Magenta #F682DB
Tints of Pale Magenta #F682DB
RGB
CMYK
RGB Variations
Color information
#F682DB (or 0xF682DB) is known color: Pale Magenta. HEX triplet: F6, 82 and DB. RGB value is (246,130,219). Sum of RGB (Red+Green+Blue) = 246+130+219=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 130 (51.17% from 255 or 21.85% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F682DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F682DB is #097D24. Grayscale: #AEAEAE. Windows color (decimal): -621861 or 14385910. OLE color: 14385910.
HSL color Cylindrical-coordinate representation of color #F682DB: hue angle of 313.97º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F682DB is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 219 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.04 |
| HSL | 313.97º | 0.87% | 0.74% | - |
| HSV(B) | 313.97º | 0.47% | 0.96% | - |
| XYZ | 58.77 | 40.67 | 71.77 | - |
| YUV | 174.83 | 152.93 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 219 | 0 | 0.47 | 0.11 | 0.04 | 313.97 | 0.87 | 0.74 |
| Hex | F6 | 82 | DB | 0 | 2F | B | 4 | 13A | 57 | 4A |
| Octal | 366 | 202 | 333 | 0 | 57 | 13 | 4 | 472 | 127 | 112 |
| Binary | 11110110 | 10000010 | 11011011 | 0 | 101111 | 1011 | 100 | 100111010 | 1010111 | 1001010 |
Color Harmonies of #F682DB
Complementary color
Monochromatic Colors of #F682DB
Black with #F682DB
Text Example
Text Example
White with #F682DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F682DB; }
p { color: rgb(246,130,219); }
H1.HeaderClassName
{
color: #F682DB;
}
.AnyTagClassName
{
color: #F682DB;
}
</style>
background-color css
<style>
a { background-color: #F682DB; }
a { background-color: rgb(246,130,219); }
div.DivClassName
{
background-color: #F682DB;
}
.BgClassName
{
background-color: #F682DB;
}
</style>
border-color css
<style>
span { border-color: #F682DB; }
span { border-color: rgb(246,130,219); }
td.TdClassName
{
border-color: #F682DB;
}
.TagClassName
{
border-color: #F682DB;
}
</style>