Shades of Pale Magenta #F982DC
Tints of Pale Magenta #F982DC
RGB
CMYK
RGB Variations
Color information
#F982DC (or 0xF982DC) is known color: Pale Magenta. HEX triplet: F9, 82 and DC. RGB value is (249,130,220). Sum of RGB (Red+Green+Blue) = 249+130+220=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 130 (51.17% from 255 or 21.70% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F982DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982DC is #067D23. Grayscale: #AFAFAF. Windows color (decimal): -425252 or 14451449. OLE color: 14451449.
HSL color Cylindrical-coordinate representation of color #F982DC: hue angle of 314.62º 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 #F982DC is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 220 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.02 |
| HSL | 314.62º | 0.91% | 0.74% | - |
| HSV(B) | 314.62º | 0.48% | 0.98% | - |
| XYZ | 59.97 | 41.27 | 72.52 | - |
| YUV | 175.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 220 | 0 | 0.48 | 0.12 | 0.02 | 314.62 | 0.91 | 0.74 |
| Hex | F9 | 82 | DC | 0 | 30 | C | 2 | 13B | 5B | 4A |
| Octal | 371 | 202 | 334 | 0 | 60 | 14 | 2 | 473 | 133 | 112 |
| Binary | 11111001 | 10000010 | 11011100 | 0 | 110000 | 1100 | 10 | 100111011 | 1011011 | 1001010 |
Color Harmonies of #F982DC
Complementary color
Monochromatic Colors of #F982DC
Black with #F982DC
Text Example
Text Example
White with #F982DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982DC; }
p { color: rgb(249,130,220); }
H1.HeaderClassName
{
color: #F982DC;
}
.AnyTagClassName
{
color: #F982DC;
}
</style>
background-color css
<style>
a { background-color: #F982DC; }
a { background-color: rgb(249,130,220); }
div.DivClassName
{
background-color: #F982DC;
}
.BgClassName
{
background-color: #F982DC;
}
</style>
border-color css
<style>
span { border-color: #F982DC; }
span { border-color: rgb(249,130,220); }
td.TdClassName
{
border-color: #F982DC;
}
.TagClassName
{
border-color: #F982DC;
}
</style>