Shades of Pale Magenta #F682D9
Tints of Pale Magenta #F682D9
RGB
CMYK
RGB Variations
Color information
#F682D9 (or 0xF682D9) is known color: Pale Magenta. HEX triplet: F6, 82 and D9. RGB value is (246,130,217). Sum of RGB (Red+Green+Blue) = 246+130+217=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 130 (51.17% from 255 or 21.92% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F682D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F682D9 is #097D26. Grayscale: #AEAEAE. Windows color (decimal): -621863 or 14254838. OLE color: 14254838.
HSL color Cylindrical-coordinate representation of color #F682D9: hue angle of 315º 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 #F682D9 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 217 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.04 |
| HSL | 315º | 0.87% | 0.74% | - |
| HSV(B) | 315º | 0.47% | 0.96% | - |
| XYZ | 58.51 | 40.57 | 70.39 | - |
| YUV | 174.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 217 | 0 | 0.47 | 0.12 | 0.04 | 315 | 0.87 | 0.74 |
| Hex | F6 | 82 | D9 | 0 | 2F | C | 4 | 13B | 57 | 4A |
| Octal | 366 | 202 | 331 | 0 | 57 | 14 | 4 | 473 | 127 | 112 |
| Binary | 11110110 | 10000010 | 11011001 | 0 | 101111 | 1100 | 100 | 100111011 | 1010111 | 1001010 |
Color Harmonies of #F682D9
Complementary color
Monochromatic Colors of #F682D9
Black with #F682D9
Text Example
Text Example
White with #F682D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F682D9; }
p { color: rgb(246,130,217); }
H1.HeaderClassName
{
color: #F682D9;
}
.AnyTagClassName
{
color: #F682D9;
}
</style>
background-color css
<style>
a { background-color: #F682D9; }
a { background-color: rgb(246,130,217); }
div.DivClassName
{
background-color: #F682D9;
}
.BgClassName
{
background-color: #F682D9;
}
</style>
border-color css
<style>
span { border-color: #F682D9; }
span { border-color: rgb(246,130,217); }
td.TdClassName
{
border-color: #F682D9;
}
.TagClassName
{
border-color: #F682D9;
}
</style>