Shades of Pale Magenta #F981ED
Tints of Pale Magenta #F981ED
RGB
CMYK
RGB Variations
Color information
#F981ED (or 0xF981ED) is known color: Pale Magenta. HEX triplet: F9, 81 and ED. RGB value is (249,129,237). Sum of RGB (Red+Green+Blue) = 249+129+237=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 129 (50.78% from 255 or 20.98% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F981ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F981ED is #067E12. Grayscale: #B0B0B0. Windows color (decimal): -425491 or 15565305. OLE color: 15565305.
HSL color Cylindrical-coordinate representation of color #F981ED: hue angle of 306º 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 #F981ED is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 237 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.02 |
| HSL | 306º | 0.91% | 0.74% | - |
| HSV(B) | 306º | 0.48% | 0.98% | - |
| XYZ | 62.2 | 41.95 | 84.94 | - |
| YUV | 177.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 237 | 0 | 0.48 | 0.05 | 0.02 | 306 | 0.91 | 0.74 |
| Hex | F9 | 81 | ED | 0 | 30 | 5 | 2 | 132 | 5B | 4A |
| Octal | 371 | 201 | 355 | 0 | 60 | 5 | 2 | 462 | 133 | 112 |
| Binary | 11111001 | 10000001 | 11101101 | 0 | 110000 | 101 | 10 | 100110010 | 1011011 | 1001010 |
Color Harmonies of #F981ED
Complementary color
Monochromatic Colors of #F981ED
Black with #F981ED
Text Example
Text Example
White with #F981ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F981ED; }
p { color: rgb(249,129,237); }
H1.HeaderClassName
{
color: #F981ED;
}
.AnyTagClassName
{
color: #F981ED;
}
</style>
background-color css
<style>
a { background-color: #F981ED; }
a { background-color: rgb(249,129,237); }
div.DivClassName
{
background-color: #F981ED;
}
.BgClassName
{
background-color: #F981ED;
}
</style>
border-color css
<style>
span { border-color: #F981ED; }
span { border-color: rgb(249,129,237); }
td.TdClassName
{
border-color: #F981ED;
}
.TagClassName
{
border-color: #F981ED;
}
</style>