Shades of Pale Magenta #F980ED
Tints of Pale Magenta #F980ED
RGB
CMYK
RGB Variations
Color information
#F980ED (or 0xF980ED) is known color: Pale Magenta. HEX triplet: F9, 80 and ED. RGB value is (249,128,237). Sum of RGB (Red+Green+Blue) = 249+128+237=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 128 (50.39% from 255 or 20.85% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F980ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F980ED is #067F12. Grayscale: #B0B0B0. Windows color (decimal): -425747 or 15565049. OLE color: 15565049.
HSL color Cylindrical-coordinate representation of color #F980ED: hue angle of 305.95º 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 #F980ED is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 237 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.02 |
| HSL | 305.95º | 0.91% | 0.74% | - |
| HSV(B) | 305.95º | 0.49% | 0.98% | - |
| XYZ | 62.07 | 41.69 | 84.9 | - |
| YUV | 176.61 | 162.09 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 237 | 0 | 0.49 | 0.05 | 0.02 | 305.95 | 0.91 | 0.74 |
| Hex | F9 | 80 | ED | 0 | 31 | 5 | 2 | 132 | 5B | 4A |
| Octal | 371 | 200 | 355 | 0 | 61 | 5 | 2 | 462 | 133 | 112 |
| Binary | 11111001 | 10000000 | 11101101 | 0 | 110001 | 101 | 10 | 100110010 | 1011011 | 1001010 |
Color Harmonies of #F980ED
Complementary color
Monochromatic Colors of #F980ED
Black with #F980ED
Text Example
Text Example
White with #F980ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F980ED; }
p { color: rgb(249,128,237); }
H1.HeaderClassName
{
color: #F980ED;
}
.AnyTagClassName
{
color: #F980ED;
}
</style>
background-color css
<style>
a { background-color: #F980ED; }
a { background-color: rgb(249,128,237); }
div.DivClassName
{
background-color: #F980ED;
}
.BgClassName
{
background-color: #F980ED;
}
</style>
border-color css
<style>
span { border-color: #F980ED; }
span { border-color: rgb(249,128,237); }
td.TdClassName
{
border-color: #F980ED;
}
.TagClassName
{
border-color: #F980ED;
}
</style>