Shades of Pale Magenta #F682EC
Tints of Pale Magenta #F682EC
RGB
CMYK
RGB Variations
Color information
#F682EC (or 0xF682EC) is known color: Pale Magenta. HEX triplet: F6, 82 and EC. RGB value is (246,130,236). Sum of RGB (Red+Green+Blue) = 246+130+236=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 130 (51.17% from 255 or 21.24% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F682EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F682EC is #097D13. Grayscale: #B0B0B0. Windows color (decimal): -621844 or 15500022. OLE color: 15500022.
HSL color Cylindrical-coordinate representation of color #F682EC: hue angle of 305.17º 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 #F682EC is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 236 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.04 |
| HSL | 305.17º | 0.87% | 0.74% | - |
| HSV(B) | 305.17º | 0.47% | 0.96% | - |
| XYZ | 61.13 | 41.61 | 84.17 | - |
| YUV | 176.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 236 | 0 | 0.47 | 0.04 | 0.04 | 305.17 | 0.87 | 0.74 |
| Hex | F6 | 82 | EC | 0 | 2F | 4 | 4 | 131 | 57 | 4A |
| Octal | 366 | 202 | 354 | 0 | 57 | 4 | 4 | 461 | 127 | 112 |
| Binary | 11110110 | 10000010 | 11101100 | 0 | 101111 | 100 | 100 | 100110001 | 1010111 | 1001010 |
Color Harmonies of #F682EC
Complementary color
Monochromatic Colors of #F682EC
Black with #F682EC
Text Example
Text Example
White with #F682EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F682EC; }
p { color: rgb(246,130,236); }
H1.HeaderClassName
{
color: #F682EC;
}
.AnyTagClassName
{
color: #F682EC;
}
</style>
background-color css
<style>
a { background-color: #F682EC; }
a { background-color: rgb(246,130,236); }
div.DivClassName
{
background-color: #F682EC;
}
.BgClassName
{
background-color: #F682EC;
}
</style>
border-color css
<style>
span { border-color: #F682EC; }
span { border-color: rgb(246,130,236); }
td.TdClassName
{
border-color: #F682EC;
}
.TagClassName
{
border-color: #F682EC;
}
</style>