Shades of Pale Magenta #F981DB
Tints of Pale Magenta #F981DB
RGB
CMYK
RGB Variations
Color information
#F981DB (or 0xF981DB) is known color: Pale Magenta. HEX triplet: F9, 81 and DB. RGB value is (249,129,219). Sum of RGB (Red+Green+Blue) = 249+129+219=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 129 (50.78% from 255 or 21.61% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F981DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981DB is #067E24. Grayscale: #AEAEAE. Windows color (decimal): -425509 or 14385657. OLE color: 14385657.
HSL color Cylindrical-coordinate representation of color #F981DB: hue angle of 315º 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 #F981DB is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 129 | 219 | - |
CMYK | 0 | 0.48 | 0.12 | 0.02 |
HSL | 315º | 0.91% | 0.74% | - |
HSV(B) | 315º | 0.48% | 0.98% | - |
XYZ | 59.7 | 40.95 | 71.78 | - |
YUV | 175.14 | 152.76 | 180.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 129 | 219 | 0 | 0.48 | 0.12 | 0.02 | 315 | 0.91 | 0.74 |
Hex | F9 | 81 | DB | 0 | 30 | C | 2 | 13B | 5B | 4A |
Octal | 371 | 201 | 333 | 0 | 60 | 14 | 2 | 473 | 133 | 112 |
Binary | 11111001 | 10000001 | 11011011 | 0 | 110000 | 1100 | 10 | 100111011 | 1011011 | 1001010 |
Color Harmonies of #F981DB
Complementary color
Monochromatic Colors of #F981DB
Black with #F981DB
Text Example
Text Example
White with #F981DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F981DB; }
p { color: rgb(249,129,219); }
H1.HeaderClassName
{
color: #F981DB;
}
.AnyTagClassName
{
color: #F981DB;
}
</style>
background-color css
<style>
a { background-color: #F981DB; }
a { background-color: rgb(249,129,219); }
div.DivClassName
{
background-color: #F981DB;
}
.BgClassName
{
background-color: #F981DB;
}
</style>
border-color css
<style>
span { border-color: #F981DB; }
span { border-color: rgb(249,129,219); }
td.TdClassName
{
border-color: #F981DB;
}
.TagClassName
{
border-color: #F981DB;
}
</style>