Shades of Pale Magenta #F980EE
Tints of Pale Magenta #F980EE
RGB
CMYK
RGB Variations
Color information
#F980EE (or 0xF980EE) is known color: Pale Magenta. HEX triplet: F9, 80 and EE. RGB value is (249,128,238). Sum of RGB (Red+Green+Blue) = 249+128+238=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 128 (50.39% from 255 or 20.81% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F980EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F980EE is #067F11. Grayscale: #B0B0B0. Windows color (decimal): -425746 or 15630585. OLE color: 15630585.
HSL color Cylindrical-coordinate representation of color #F980EE: hue angle of 305.45º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F980EE is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 238 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.02 |
| HSL | 305.45º | 0.91% | 0.74% | - |
| HSV(B) | 305.45º | 0.49% | 0.98% | - |
| XYZ | 62.22 | 41.75 | 85.67 | - |
| YUV | 176.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 238 | 0 | 0.49 | 0.04 | 0.02 | 305.45 | 0.91 | 0.74 |
| Hex | F9 | 80 | EE | 0 | 31 | 4 | 2 | 131 | 5B | 4A |
| Octal | 371 | 200 | 356 | 0 | 61 | 4 | 2 | 461 | 133 | 112 |
| Binary | 11111001 | 10000000 | 11101110 | 0 | 110001 | 100 | 10 | 100110001 | 1011011 | 1001010 |
Color Harmonies of #F980EE
Complementary color
Monochromatic Colors of #F980EE
Black with #F980EE
Text Example
Text Example
White with #F980EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F980EE; }
p { color: rgb(249,128,238); }
H1.HeaderClassName
{
color: #F980EE;
}
.AnyTagClassName
{
color: #F980EE;
}
</style>
background-color css
<style>
a { background-color: #F980EE; }
a { background-color: rgb(249,128,238); }
div.DivClassName
{
background-color: #F980EE;
}
.BgClassName
{
background-color: #F980EE;
}
</style>
border-color css
<style>
span { border-color: #F980EE; }
span { border-color: rgb(249,128,238); }
td.TdClassName
{
border-color: #F980EE;
}
.TagClassName
{
border-color: #F980EE;
}
</style>