Shades of Pale Magenta #F982DE
Tints of Pale Magenta #F982DE
RGB
CMYK
RGB Variations
Color information
#F982DE (or 0xF982DE) is known color: Pale Magenta. HEX triplet: F9, 82 and DE. RGB value is (249,130,222). Sum of RGB (Red+Green+Blue) = 249+130+222=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F982DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982DE is #067D21. Grayscale: #AFAFAF. Windows color (decimal): -425250 or 14582521. OLE color: 14582521.
HSL color Cylindrical-coordinate representation of color #F982DE: hue angle of 313.61º 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 #F982DE is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 222 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.02 |
| HSL | 313.61º | 0.91% | 0.74% | - |
| HSV(B) | 313.61º | 0.48% | 0.98% | - |
| XYZ | 60.23 | 41.38 | 73.92 | - |
| YUV | 176.07 | 153.92 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 222 | 0 | 0.48 | 0.11 | 0.02 | 313.61 | 0.91 | 0.74 |
| Hex | F9 | 82 | DE | 0 | 30 | B | 2 | 13A | 5B | 4A |
| Octal | 371 | 202 | 336 | 0 | 60 | 13 | 2 | 472 | 133 | 112 |
| Binary | 11111001 | 10000010 | 11011110 | 0 | 110000 | 1011 | 10 | 100111010 | 1011011 | 1001010 |
Color Harmonies of #F982DE
Complementary color
Monochromatic Colors of #F982DE
Black with #F982DE
Text Example
Text Example
White with #F982DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982DE; }
p { color: rgb(249,130,222); }
H1.HeaderClassName
{
color: #F982DE;
}
.AnyTagClassName
{
color: #F982DE;
}
</style>
background-color css
<style>
a { background-color: #F982DE; }
a { background-color: rgb(249,130,222); }
div.DivClassName
{
background-color: #F982DE;
}
.BgClassName
{
background-color: #F982DE;
}
</style>
border-color css
<style>
span { border-color: #F982DE; }
span { border-color: rgb(249,130,222); }
td.TdClassName
{
border-color: #F982DE;
}
.TagClassName
{
border-color: #F982DE;
}
</style>