Shades of Pale Magenta #F984DF
Tints of Pale Magenta #F984DF
RGB
CMYK
RGB Variations
Color information
#F984DF (or 0xF984DF) is known color: Pale Magenta. HEX triplet: F9, 84 and DF. RGB value is (249,132,223). Sum of RGB (Red+Green+Blue) = 249+132+223=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 132 (51.95% from 255 or 21.85% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F984DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F984DF is #067B20. Grayscale: #B1B1B1. Windows color (decimal): -424737 or 14648569. OLE color: 14648569.
HSL color Cylindrical-coordinate representation of color #F984DF: hue angle of 313.33º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F984DF is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 132 | 223 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.02 |
| HSL | 313.33º | 0.91% | 0.75% | - |
| HSV(B) | 313.33º | 0.47% | 0.98% | - |
| XYZ | 60.64 | 41.97 | 74.72 | - |
| YUV | 177.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 132 | 223 | 0 | 0.47 | 0.10 | 0.02 | 313.33 | 0.91 | 0.75 |
| Hex | F9 | 84 | DF | 0 | 2F | A | 2 | 139 | 5B | 4B |
| Octal | 371 | 204 | 337 | 0 | 57 | 12 | 2 | 471 | 133 | 113 |
| Binary | 11111001 | 10000100 | 11011111 | 0 | 101111 | 1010 | 10 | 100111001 | 1011011 | 1001011 |
Color Harmonies of #F984DF
Complementary color
Monochromatic Colors of #F984DF
Black with #F984DF
Text Example
Text Example
White with #F984DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F984DF; }
p { color: rgb(249,132,223); }
H1.HeaderClassName
{
color: #F984DF;
}
.AnyTagClassName
{
color: #F984DF;
}
</style>
background-color css
<style>
a { background-color: #F984DF; }
a { background-color: rgb(249,132,223); }
div.DivClassName
{
background-color: #F984DF;
}
.BgClassName
{
background-color: #F984DF;
}
</style>
border-color css
<style>
span { border-color: #F984DF; }
span { border-color: rgb(249,132,223); }
td.TdClassName
{
border-color: #F984DF;
}
.TagClassName
{
border-color: #F984DF;
}
</style>