Shades of Pale Magenta #F982E3
Tints of Pale Magenta #F982E3
RGB
CMYK
RGB Variations
Color information
#F982E3 (or 0xF982E3) is known color: Pale Magenta. HEX triplet: F9, 82 and E3. RGB value is (249,130,227). Sum of RGB (Red+Green+Blue) = 249+130+227=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 130 (51.17% from 255 or 21.45% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F982E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982E3 is #067D1C. Grayscale: #B0B0B0. Windows color (decimal): -425245 or 14910201. OLE color: 14910201.
HSL color Cylindrical-coordinate representation of color #F982E3: hue angle of 311.09º 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 #F982E3 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 227 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.02 |
| HSL | 311.09º | 0.91% | 0.74% | - |
| HSV(B) | 311.09º | 0.48% | 0.98% | - |
| XYZ | 60.91 | 41.65 | 77.5 | - |
| YUV | 176.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 227 | 0 | 0.48 | 0.09 | 0.02 | 311.09 | 0.91 | 0.74 |
| Hex | F9 | 82 | E3 | 0 | 30 | 9 | 2 | 137 | 5B | 4A |
| Octal | 371 | 202 | 343 | 0 | 60 | 11 | 2 | 467 | 133 | 112 |
| Binary | 11111001 | 10000010 | 11100011 | 0 | 110000 | 1001 | 10 | 100110111 | 1011011 | 1001010 |
Color Harmonies of #F982E3
Complementary color
Monochromatic Colors of #F982E3
Black with #F982E3
Text Example
Text Example
White with #F982E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982E3; }
p { color: rgb(249,130,227); }
H1.HeaderClassName
{
color: #F982E3;
}
.AnyTagClassName
{
color: #F982E3;
}
</style>
background-color css
<style>
a { background-color: #F982E3; }
a { background-color: rgb(249,130,227); }
div.DivClassName
{
background-color: #F982E3;
}
.BgClassName
{
background-color: #F982E3;
}
</style>
border-color css
<style>
span { border-color: #F982E3; }
span { border-color: rgb(249,130,227); }
td.TdClassName
{
border-color: #F982E3;
}
.TagClassName
{
border-color: #F982E3;
}
</style>