Shades of Pale Magenta #F982E5
Tints of Pale Magenta #F982E5
RGB
CMYK
RGB Variations
Color information
#F982E5 (or 0xF982E5) is known color: Pale Magenta. HEX triplet: F9, 82 and E5. RGB value is (249,130,229). Sum of RGB (Red+Green+Blue) = 249+130+229=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 130 (51.17% from 255 or 21.38% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F982E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982E5 is #067D1A. Grayscale: #B0B0B0. Windows color (decimal): -425243 or 15041273. OLE color: 15041273.
HSL color Cylindrical-coordinate representation of color #F982E5: hue angle of 310.08º 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 #F982E5 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 229 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.02 |
| HSL | 310.08º | 0.91% | 0.74% | - |
| HSV(B) | 310.08º | 0.48% | 0.98% | - |
| XYZ | 61.19 | 41.76 | 78.96 | - |
| YUV | 176.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 229 | 0 | 0.48 | 0.08 | 0.02 | 310.08 | 0.91 | 0.74 |
| Hex | F9 | 82 | E5 | 0 | 30 | 8 | 2 | 136 | 5B | 4A |
| Octal | 371 | 202 | 345 | 0 | 60 | 10 | 2 | 466 | 133 | 112 |
| Binary | 11111001 | 10000010 | 11100101 | 0 | 110000 | 1000 | 10 | 100110110 | 1011011 | 1001010 |
Color Harmonies of #F982E5
Complementary color
Monochromatic Colors of #F982E5
Black with #F982E5
Text Example
Text Example
White with #F982E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982E5; }
p { color: rgb(249,130,229); }
H1.HeaderClassName
{
color: #F982E5;
}
.AnyTagClassName
{
color: #F982E5;
}
</style>
background-color css
<style>
a { background-color: #F982E5; }
a { background-color: rgb(249,130,229); }
div.DivClassName
{
background-color: #F982E5;
}
.BgClassName
{
background-color: #F982E5;
}
</style>
border-color css
<style>
span { border-color: #F982E5; }
span { border-color: rgb(249,130,229); }
td.TdClassName
{
border-color: #F982E5;
}
.TagClassName
{
border-color: #F982E5;
}
</style>