Shades of Pale Magenta #F981DA
Tints of Pale Magenta #F981DA
RGB
CMYK
RGB Variations
Color information
#F981DA (or 0xF981DA) is known color: Pale Magenta. HEX triplet: F9, 81 and DA. RGB value is (249,129,218). Sum of RGB (Red+Green+Blue) = 249+129+218=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 129 (50.78% from 255 or 21.64% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F981DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981DA is #067E25. Grayscale: #AEAEAE. Windows color (decimal): -425510 or 14320121. OLE color: 14320121.
HSL color Cylindrical-coordinate representation of color #F981DA: hue angle of 315.5º 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 #F981DA is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 129 | 218 | - |
CMYK | 0 | 0.48 | 0.12 | 0.02 |
HSL | 315.5º | 0.91% | 0.74% | - |
HSV(B) | 315.5º | 0.48% | 0.98% | - |
XYZ | 59.57 | 40.9 | 71.08 | - |
YUV | 175.03 | 152.26 | 180.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 129 | 218 | 0 | 0.48 | 0.12 | 0.02 | 315.5 | 0.91 | 0.74 |
Hex | F9 | 81 | DA | 0 | 30 | C | 2 | 13C | 5B | 4A |
Octal | 371 | 201 | 332 | 0 | 60 | 14 | 2 | 474 | 133 | 112 |
Binary | 11111001 | 10000001 | 11011010 | 0 | 110000 | 1100 | 10 | 100111100 | 1011011 | 1001010 |
Color Harmonies of #F981DA
Complementary color
Monochromatic Colors of #F981DA
Black with #F981DA
Text Example
Text Example
White with #F981DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F981DA; }
p { color: rgb(249,129,218); }
H1.HeaderClassName
{
color: #F981DA;
}
.AnyTagClassName
{
color: #F981DA;
}
</style>
background-color css
<style>
a { background-color: #F981DA; }
a { background-color: rgb(249,129,218); }
div.DivClassName
{
background-color: #F981DA;
}
.BgClassName
{
background-color: #F981DA;
}
</style>
border-color css
<style>
span { border-color: #F981DA; }
span { border-color: rgb(249,129,218); }
td.TdClassName
{
border-color: #F981DA;
}
.TagClassName
{
border-color: #F981DA;
}
</style>