Shades of Pale Magenta #F682DA
Tints of Pale Magenta #F682DA
RGB
CMYK
RGB Variations
Color information
#F682DA (or 0xF682DA) is known color: Pale Magenta. HEX triplet: F6, 82 and DA. RGB value is (246,130,218). Sum of RGB (Red+Green+Blue) = 246+130+218=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 130 (51.17% from 255 or 21.89% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F682DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F682DA is #097D25. Grayscale: #AEAEAE. Windows color (decimal): -621862 or 14320374. OLE color: 14320374.
HSL color Cylindrical-coordinate representation of color #F682DA: hue angle of 314.48º 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 #F682DA is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 218 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.04 |
| HSL | 314.48º | 0.87% | 0.74% | - |
| HSV(B) | 314.48º | 0.47% | 0.96% | - |
| XYZ | 58.64 | 40.62 | 71.08 | - |
| YUV | 174.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 218 | 0 | 0.47 | 0.11 | 0.04 | 314.48 | 0.87 | 0.74 |
| Hex | F6 | 82 | DA | 0 | 2F | B | 4 | 13A | 57 | 4A |
| Octal | 366 | 202 | 332 | 0 | 57 | 13 | 4 | 472 | 127 | 112 |
| Binary | 11110110 | 10000010 | 11011010 | 0 | 101111 | 1011 | 100 | 100111010 | 1010111 | 1001010 |
Color Harmonies of #F682DA
Complementary color
Monochromatic Colors of #F682DA
Black with #F682DA
Text Example
Text Example
White with #F682DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F682DA; }
p { color: rgb(246,130,218); }
H1.HeaderClassName
{
color: #F682DA;
}
.AnyTagClassName
{
color: #F682DA;
}
</style>
background-color css
<style>
a { background-color: #F682DA; }
a { background-color: rgb(246,130,218); }
div.DivClassName
{
background-color: #F682DA;
}
.BgClassName
{
background-color: #F682DA;
}
</style>
border-color css
<style>
span { border-color: #F682DA; }
span { border-color: rgb(246,130,218); }
td.TdClassName
{
border-color: #F682DA;
}
.TagClassName
{
border-color: #F682DA;
}
</style>