Shades of Pale Magenta #F980DA
Tints of Pale Magenta #F980DA
RGB
CMYK
RGB Variations
Color information
#F980DA (or 0xF980DA) is known color: Pale Magenta. HEX triplet: F9, 80 and DA. RGB value is (249,128,218). Sum of RGB (Red+Green+Blue) = 249+128+218=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 128 (50.39% from 255 or 21.51% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F980DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F980DA is #067F25. Grayscale: #AEAEAE. Windows color (decimal): -425766 or 14319865. OLE color: 14319865.
HSL color Cylindrical-coordinate representation of color #F980DA: hue angle of 315.37º 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 #F980DA is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 218 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.02 |
| HSL | 315.37º | 0.91% | 0.74% | - |
| HSV(B) | 315.37º | 0.49% | 0.98% | - |
| XYZ | 59.44 | 40.64 | 71.04 | - |
| YUV | 174.44 | 152.59 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 218 | 0 | 0.49 | 0.12 | 0.02 | 315.37 | 0.91 | 0.74 |
| Hex | F9 | 80 | DA | 0 | 31 | C | 2 | 13B | 5B | 4A |
| Octal | 371 | 200 | 332 | 0 | 61 | 14 | 2 | 473 | 133 | 112 |
| Binary | 11111001 | 10000000 | 11011010 | 0 | 110001 | 1100 | 10 | 100111011 | 1011011 | 1001010 |
Color Harmonies of #F980DA
Complementary color
Monochromatic Colors of #F980DA
Black with #F980DA
Text Example
Text Example
White with #F980DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F980DA; }
p { color: rgb(249,128,218); }
H1.HeaderClassName
{
color: #F980DA;
}
.AnyTagClassName
{
color: #F980DA;
}
</style>
background-color css
<style>
a { background-color: #F980DA; }
a { background-color: rgb(249,128,218); }
div.DivClassName
{
background-color: #F980DA;
}
.BgClassName
{
background-color: #F980DA;
}
</style>
border-color css
<style>
span { border-color: #F980DA; }
span { border-color: rgb(249,128,218); }
td.TdClassName
{
border-color: #F980DA;
}
.TagClassName
{
border-color: #F980DA;
}
</style>