Shades of Pale Magenta #F982E9
Tints of Pale Magenta #F982E9
RGB
CMYK
RGB Variations
Color information
#F982E9 (or 0xF982E9) is known color: Pale Magenta. HEX triplet: F9, 82 and E9. RGB value is (249,130,233). Sum of RGB (Red+Green+Blue) = 249+130+233=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 130 (51.17% from 255 or 21.24% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F982E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F982E9 is #067D16. Grayscale: #B1B1B1. Windows color (decimal): -425239 or 15303417. OLE color: 15303417.
HSL color Cylindrical-coordinate representation of color #F982E9: hue angle of 308.07º 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 #F982E9 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 233 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.02 |
| HSL | 308.07º | 0.91% | 0.74% | - |
| HSV(B) | 308.07º | 0.48% | 0.98% | - |
| XYZ | 61.76 | 41.99 | 81.94 | - |
| YUV | 177.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 233 | 0 | 0.48 | 0.06 | 0.02 | 308.07 | 0.91 | 0.74 |
| Hex | F9 | 82 | E9 | 0 | 30 | 6 | 2 | 134 | 5B | 4A |
| Octal | 371 | 202 | 351 | 0 | 60 | 6 | 2 | 464 | 133 | 112 |
| Binary | 11111001 | 10000010 | 11101001 | 0 | 110000 | 110 | 10 | 100110100 | 1011011 | 1001010 |
Color Harmonies of #F982E9
Complementary color
Monochromatic Colors of #F982E9
Black with #F982E9
Text Example
Text Example
White with #F982E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982E9; }
p { color: rgb(249,130,233); }
H1.HeaderClassName
{
color: #F982E9;
}
.AnyTagClassName
{
color: #F982E9;
}
</style>
background-color css
<style>
a { background-color: #F982E9; }
a { background-color: rgb(249,130,233); }
div.DivClassName
{
background-color: #F982E9;
}
.BgClassName
{
background-color: #F982E9;
}
</style>
border-color css
<style>
span { border-color: #F982E9; }
span { border-color: rgb(249,130,233); }
td.TdClassName
{
border-color: #F982E9;
}
.TagClassName
{
border-color: #F982E9;
}
</style>