Shades of Pale Magenta #F982EC
Tints of Pale Magenta #F982EC
RGB
CMYK
RGB Variations
Color information
#F982EC (or 0xF982EC) is known color: Pale Magenta. HEX triplet: F9, 82 and EC. RGB value is (249,130,236). Sum of RGB (Red+Green+Blue) = 249+130+236=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 130 (51.17% from 255 or 21.14% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F982EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F982EC is #067D13. Grayscale: #B1B1B1. Windows color (decimal): -425236 or 15500025. OLE color: 15500025.
HSL color Cylindrical-coordinate representation of color #F982EC: hue angle of 306.55º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F982EC is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 236 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.02 |
| HSL | 306.55º | 0.91% | 0.74% | - |
| HSV(B) | 306.55º | 0.48% | 0.98% | - |
| XYZ | 62.19 | 42.16 | 84.22 | - |
| YUV | 177.67 | 160.92 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 236 | 0 | 0.48 | 0.05 | 0.02 | 306.55 | 0.91 | 0.74 |
| Hex | F9 | 82 | EC | 0 | 30 | 5 | 2 | 133 | 5B | 4A |
| Octal | 371 | 202 | 354 | 0 | 60 | 5 | 2 | 463 | 133 | 112 |
| Binary | 11111001 | 10000010 | 11101100 | 0 | 110000 | 101 | 10 | 100110011 | 1011011 | 1001010 |
Color Harmonies of #F982EC
Complementary color
Monochromatic Colors of #F982EC
Black with #F982EC
Text Example
Text Example
White with #F982EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982EC; }
p { color: rgb(249,130,236); }
H1.HeaderClassName
{
color: #F982EC;
}
.AnyTagClassName
{
color: #F982EC;
}
</style>
background-color css
<style>
a { background-color: #F982EC; }
a { background-color: rgb(249,130,236); }
div.DivClassName
{
background-color: #F982EC;
}
.BgClassName
{
background-color: #F982EC;
}
</style>
border-color css
<style>
span { border-color: #F982EC; }
span { border-color: rgb(249,130,236); }
td.TdClassName
{
border-color: #F982EC;
}
.TagClassName
{
border-color: #F982EC;
}
</style>