Shades of Pale Magenta #F982E7
Tints of Pale Magenta #F982E7
RGB
CMYK
RGB Variations
Color information
#F982E7 (or 0xF982E7) is known color: Pale Magenta. HEX triplet: F9, 82 and E7. RGB value is (249,130,231). Sum of RGB (Red+Green+Blue) = 249+130+231=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 130 (51.17% from 255 or 21.31% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F982E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F982E7 is #067D18. Grayscale: #B0B0B0. Windows color (decimal): -425241 or 15172345. OLE color: 15172345.
HSL color Cylindrical-coordinate representation of color #F982E7: hue angle of 309.08º 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 #F982E7 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 231 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.02 |
| HSL | 309.08º | 0.91% | 0.74% | - |
| HSV(B) | 309.08º | 0.48% | 0.98% | - |
| XYZ | 61.47 | 41.87 | 80.44 | - |
| YUV | 177.1 | 158.42 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 231 | 0 | 0.48 | 0.07 | 0.02 | 309.08 | 0.91 | 0.74 |
| Hex | F9 | 82 | E7 | 0 | 30 | 7 | 2 | 135 | 5B | 4A |
| Octal | 371 | 202 | 347 | 0 | 60 | 7 | 2 | 465 | 133 | 112 |
| Binary | 11111001 | 10000010 | 11100111 | 0 | 110000 | 111 | 10 | 100110101 | 1011011 | 1001010 |
Color Harmonies of #F982E7
Complementary color
Monochromatic Colors of #F982E7
Black with #F982E7
Text Example
Text Example
White with #F982E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982E7; }
p { color: rgb(249,130,231); }
H1.HeaderClassName
{
color: #F982E7;
}
.AnyTagClassName
{
color: #F982E7;
}
</style>
background-color css
<style>
a { background-color: #F982E7; }
a { background-color: rgb(249,130,231); }
div.DivClassName
{
background-color: #F982E7;
}
.BgClassName
{
background-color: #F982E7;
}
</style>
border-color css
<style>
span { border-color: #F982E7; }
span { border-color: rgb(249,130,231); }
td.TdClassName
{
border-color: #F982E7;
}
.TagClassName
{
border-color: #F982E7;
}
</style>