Shades of Pale Magenta #F982D7
Tints of Pale Magenta #F982D7
RGB
CMYK
RGB Variations
Color information
#F982D7 (or 0xF982D7) is known color: Pale Magenta. HEX triplet: F9, 82 and D7. RGB value is (249,130,215). Sum of RGB (Red+Green+Blue) = 249+130+215=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 130 (51.17% from 255 or 21.89% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F982D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982D7 is #067D28. Grayscale: #AFAFAF. Windows color (decimal): -425257 or 14123769. OLE color: 14123769.
HSL color Cylindrical-coordinate representation of color #F982D7: hue angle of 317.14º 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 #F982D7 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 215 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.02 |
| HSL | 317.14º | 0.91% | 0.74% | - |
| HSV(B) | 317.14º | 0.48% | 0.98% | - |
| XYZ | 59.32 | 41.01 | 69.08 | - |
| YUV | 175.27 | 150.42 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 215 | 0 | 0.48 | 0.14 | 0.02 | 317.14 | 0.91 | 0.74 |
| Hex | F9 | 82 | D7 | 0 | 30 | E | 2 | 13D | 5B | 4A |
| Octal | 371 | 202 | 327 | 0 | 60 | 16 | 2 | 475 | 133 | 112 |
| Binary | 11111001 | 10000010 | 11010111 | 0 | 110000 | 1110 | 10 | 100111101 | 1011011 | 1001010 |
Color Harmonies of #F982D7
Complementary color
Monochromatic Colors of #F982D7
Black with #F982D7
Text Example
Text Example
White with #F982D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982D7; }
p { color: rgb(249,130,215); }
H1.HeaderClassName
{
color: #F982D7;
}
.AnyTagClassName
{
color: #F982D7;
}
</style>
background-color css
<style>
a { background-color: #F982D7; }
a { background-color: rgb(249,130,215); }
div.DivClassName
{
background-color: #F982D7;
}
.BgClassName
{
background-color: #F982D7;
}
</style>
border-color css
<style>
span { border-color: #F982D7; }
span { border-color: rgb(249,130,215); }
td.TdClassName
{
border-color: #F982D7;
}
.TagClassName
{
border-color: #F982D7;
}
</style>