Shades of Pale Magenta #F980D4
Tints of Pale Magenta #F980D4
RGB
CMYK
RGB Variations
Color information
#F980D4 (or 0xF980D4) is known color: Pale Magenta. HEX triplet: F9, 80 and D4. RGB value is (249,128,212). Sum of RGB (Red+Green+Blue) = 249+128+212=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 128 (50.39% from 255 or 21.73% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F980D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F980D4 is #067F2B. Grayscale: #ADADAD. Windows color (decimal): -425772 or 13926649. OLE color: 13926649.
HSL color Cylindrical-coordinate representation of color #F980D4: hue angle of 318.35º 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 #F980D4 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 212 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.02 |
| HSL | 318.35º | 0.91% | 0.74% | - |
| HSV(B) | 318.35º | 0.49% | 0.98% | - |
| XYZ | 58.67 | 40.33 | 66.98 | - |
| YUV | 173.76 | 149.59 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 212 | 0 | 0.49 | 0.15 | 0.02 | 318.35 | 0.91 | 0.74 |
| Hex | F9 | 80 | D4 | 0 | 31 | F | 2 | 13E | 5B | 4A |
| Octal | 371 | 200 | 324 | 0 | 61 | 17 | 2 | 476 | 133 | 112 |
| Binary | 11111001 | 10000000 | 11010100 | 0 | 110001 | 1111 | 10 | 100111110 | 1011011 | 1001010 |
Color Harmonies of #F980D4
Complementary color
Monochromatic Colors of #F980D4
Black with #F980D4
Text Example
Text Example
White with #F980D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F980D4; }
p { color: rgb(249,128,212); }
H1.HeaderClassName
{
color: #F980D4;
}
.AnyTagClassName
{
color: #F980D4;
}
</style>
background-color css
<style>
a { background-color: #F980D4; }
a { background-color: rgb(249,128,212); }
div.DivClassName
{
background-color: #F980D4;
}
.BgClassName
{
background-color: #F980D4;
}
</style>
border-color css
<style>
span { border-color: #F980D4; }
span { border-color: rgb(249,128,212); }
td.TdClassName
{
border-color: #F980D4;
}
.TagClassName
{
border-color: #F980D4;
}
</style>