Shades of Pale Magenta #F981DF
Tints of Pale Magenta #F981DF
RGB
CMYK
RGB Variations
Color information
#F981DF (or 0xF981DF) is known color: Pale Magenta. HEX triplet: F9, 81 and DF. RGB value is (249,129,223). Sum of RGB (Red+Green+Blue) = 249+129+223=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 129 (50.78% from 255 or 21.46% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F981DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981DF is #067E20. Grayscale: #AFAFAF. Windows color (decimal): -425505 or 14647801. OLE color: 14647801.
HSL color Cylindrical-coordinate representation of color #F981DF: hue angle of 313º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F981DF is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 223 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.02 |
| HSL | 313º | 0.91% | 0.74% | - |
| HSV(B) | 313º | 0.48% | 0.98% | - |
| XYZ | 60.24 | 41.17 | 74.58 | - |
| YUV | 175.6 | 154.76 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 223 | 0 | 0.48 | 0.10 | 0.02 | 313 | 0.91 | 0.74 |
| Hex | F9 | 81 | DF | 0 | 30 | A | 2 | 139 | 5B | 4A |
| Octal | 371 | 201 | 337 | 0 | 60 | 12 | 2 | 471 | 133 | 112 |
| Binary | 11111001 | 10000001 | 11011111 | 0 | 110000 | 1010 | 10 | 100111001 | 1011011 | 1001010 |
Color Harmonies of #F981DF
Complementary color
Monochromatic Colors of #F981DF
Black with #F981DF
Text Example
Text Example
White with #F981DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F981DF; }
p { color: rgb(249,129,223); }
H1.HeaderClassName
{
color: #F981DF;
}
.AnyTagClassName
{
color: #F981DF;
}
</style>
background-color css
<style>
a { background-color: #F981DF; }
a { background-color: rgb(249,129,223); }
div.DivClassName
{
background-color: #F981DF;
}
.BgClassName
{
background-color: #F981DF;
}
</style>
border-color css
<style>
span { border-color: #F981DF; }
span { border-color: rgb(249,129,223); }
td.TdClassName
{
border-color: #F981DF;
}
.TagClassName
{
border-color: #F981DF;
}
</style>