Shades of Pale Magenta #F982E0
Tints of Pale Magenta #F982E0
RGB
CMYK
RGB Variations
Color information
#F982E0 (or 0xF982E0) is known color: Pale Magenta. HEX triplet: F9, 82 and E0. RGB value is (249,130,224). Sum of RGB (Red+Green+Blue) = 249+130+224=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 130 (51.17% from 255 or 21.56% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F982E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982E0 is #067D1F. Grayscale: #B0B0B0. Windows color (decimal): -425248 or 14713593. OLE color: 14713593.
HSL color Cylindrical-coordinate representation of color #F982E0: hue angle of 312.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 #F982E0 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 224 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.02 |
| HSL | 312.61º | 0.91% | 0.74% | - |
| HSV(B) | 312.61º | 0.48% | 0.98% | - |
| XYZ | 60.5 | 41.49 | 75.34 | - |
| YUV | 176.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 224 | 0 | 0.48 | 0.10 | 0.02 | 312.61 | 0.91 | 0.74 |
| Hex | F9 | 82 | E0 | 0 | 30 | A | 2 | 139 | 5B | 4A |
| Octal | 371 | 202 | 340 | 0 | 60 | 12 | 2 | 471 | 133 | 112 |
| Binary | 11111001 | 10000010 | 11100000 | 0 | 110000 | 1010 | 10 | 100111001 | 1011011 | 1001010 |
Color Harmonies of #F982E0
Complementary color
Monochromatic Colors of #F982E0
Black with #F982E0
Text Example
Text Example
White with #F982E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982E0; }
p { color: rgb(249,130,224); }
H1.HeaderClassName
{
color: #F982E0;
}
.AnyTagClassName
{
color: #F982E0;
}
</style>
background-color css
<style>
a { background-color: #F982E0; }
a { background-color: rgb(249,130,224); }
div.DivClassName
{
background-color: #F982E0;
}
.BgClassName
{
background-color: #F982E0;
}
</style>
border-color css
<style>
span { border-color: #F982E0; }
span { border-color: rgb(249,130,224); }
td.TdClassName
{
border-color: #F982E0;
}
.TagClassName
{
border-color: #F982E0;
}
</style>