Shades of Pale Magenta #F682DD
Tints of Pale Magenta #F682DD
RGB
CMYK
RGB Variations
Color information
#F682DD (or 0xF682DD) is known color: Pale Magenta. HEX triplet: F6, 82 and DD. RGB value is (246,130,221). Sum of RGB (Red+Green+Blue) = 246+130+221=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 130 (51.17% from 255 or 21.78% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F682DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F682DD is #097D22. Grayscale: #AEAEAE. Windows color (decimal): -621859 or 14516982. OLE color: 14516982.
HSL color Cylindrical-coordinate representation of color #F682DD: hue angle of 312.93º 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 #F682DD is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 221 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.04 |
| HSL | 312.93º | 0.87% | 0.74% | - |
| HSV(B) | 312.93º | 0.47% | 0.96% | - |
| XYZ | 59.04 | 40.78 | 73.17 | - |
| YUV | 175.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 221 | 0 | 0.47 | 0.10 | 0.04 | 312.93 | 0.87 | 0.74 |
| Hex | F6 | 82 | DD | 0 | 2F | A | 4 | 139 | 57 | 4A |
| Octal | 366 | 202 | 335 | 0 | 57 | 12 | 4 | 471 | 127 | 112 |
| Binary | 11110110 | 10000010 | 11011101 | 0 | 101111 | 1010 | 100 | 100111001 | 1010111 | 1001010 |
Color Harmonies of #F682DD
Complementary color
Monochromatic Colors of #F682DD
Black with #F682DD
Text Example
Text Example
White with #F682DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F682DD; }
p { color: rgb(246,130,221); }
H1.HeaderClassName
{
color: #F682DD;
}
.AnyTagClassName
{
color: #F682DD;
}
</style>
background-color css
<style>
a { background-color: #F682DD; }
a { background-color: rgb(246,130,221); }
div.DivClassName
{
background-color: #F682DD;
}
.BgClassName
{
background-color: #F682DD;
}
</style>
border-color css
<style>
span { border-color: #F682DD; }
span { border-color: rgb(246,130,221); }
td.TdClassName
{
border-color: #F682DD;
}
.TagClassName
{
border-color: #F682DD;
}
</style>