Shades of Pale Magenta #F982EE
Tints of Pale Magenta #F982EE
RGB
CMYK
RGB Variations
Color information
#F982EE (or 0xF982EE) is known color: Pale Magenta. HEX triplet: F9, 82 and EE. RGB value is (249,130,238). Sum of RGB (Red+Green+Blue) = 249+130+238=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 130 (51.17% from 255 or 21.07% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F982EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F982EE is #067D11. Grayscale: #B1B1B1. Windows color (decimal): -425234 or 15631097. OLE color: 15631097.
HSL color Cylindrical-coordinate representation of color #F982EE: hue angle of 305.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 #F982EE is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 238 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.02 |
| HSL | 305.55º | 0.91% | 0.74% | - |
| HSV(B) | 305.55º | 0.48% | 0.98% | - |
| XYZ | 62.48 | 42.28 | 85.76 | - |
| YUV | 177.89 | 161.92 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 238 | 0 | 0.48 | 0.04 | 0.02 | 305.55 | 0.91 | 0.74 |
| Hex | F9 | 82 | EE | 0 | 30 | 4 | 2 | 132 | 5B | 4A |
| Octal | 371 | 202 | 356 | 0 | 60 | 4 | 2 | 462 | 133 | 112 |
| Binary | 11111001 | 10000010 | 11101110 | 0 | 110000 | 100 | 10 | 100110010 | 1011011 | 1001010 |
Color Harmonies of #F982EE
Complementary color
Monochromatic Colors of #F982EE
Black with #F982EE
Text Example
Text Example
White with #F982EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982EE; }
p { color: rgb(249,130,238); }
H1.HeaderClassName
{
color: #F982EE;
}
.AnyTagClassName
{
color: #F982EE;
}
</style>
background-color css
<style>
a { background-color: #F982EE; }
a { background-color: rgb(249,130,238); }
div.DivClassName
{
background-color: #F982EE;
}
.BgClassName
{
background-color: #F982EE;
}
</style>
border-color css
<style>
span { border-color: #F982EE; }
span { border-color: rgb(249,130,238); }
td.TdClassName
{
border-color: #F982EE;
}
.TagClassName
{
border-color: #F982EE;
}
</style>