Shades of Pale Magenta #F982E6
Tints of Pale Magenta #F982E6
RGB
CMYK
RGB Variations
Color information
#F982E6 (or 0xF982E6) is known color: Pale Magenta. HEX triplet: F9, 82 and E6. RGB value is (249,130,230). Sum of RGB (Red+Green+Blue) = 249+130+230=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 130 (51.17% from 255 or 21.35% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F982E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F982E6 is #067D19. Grayscale: #B0B0B0. Windows color (decimal): -425242 or 15106809. OLE color: 15106809.
HSL color Cylindrical-coordinate representation of color #F982E6: hue angle of 309.58º 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 #F982E6 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 230 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.02 |
| HSL | 309.58º | 0.91% | 0.74% | - |
| HSV(B) | 309.58º | 0.48% | 0.98% | - |
| XYZ | 61.33 | 41.82 | 79.7 | - |
| YUV | 176.98 | 157.92 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 230 | 0 | 0.48 | 0.08 | 0.02 | 309.58 | 0.91 | 0.74 |
| Hex | F9 | 82 | E6 | 0 | 30 | 8 | 2 | 136 | 5B | 4A |
| Octal | 371 | 202 | 346 | 0 | 60 | 10 | 2 | 466 | 133 | 112 |
| Binary | 11111001 | 10000010 | 11100110 | 0 | 110000 | 1000 | 10 | 100110110 | 1011011 | 1001010 |
Color Harmonies of #F982E6
Complementary color
Monochromatic Colors of #F982E6
Black with #F982E6
Text Example
Text Example
White with #F982E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982E6; }
p { color: rgb(249,130,230); }
H1.HeaderClassName
{
color: #F982E6;
}
.AnyTagClassName
{
color: #F982E6;
}
</style>
background-color css
<style>
a { background-color: #F982E6; }
a { background-color: rgb(249,130,230); }
div.DivClassName
{
background-color: #F982E6;
}
.BgClassName
{
background-color: #F982E6;
}
</style>
border-color css
<style>
span { border-color: #F982E6; }
span { border-color: rgb(249,130,230); }
td.TdClassName
{
border-color: #F982E6;
}
.TagClassName
{
border-color: #F982E6;
}
</style>