Shades of Pale Magenta #F984EC
Tints of Pale Magenta #F984EC
RGB
CMYK
RGB Variations
Color information
#F984EC (or 0xF984EC) is known color: Pale Magenta. HEX triplet: F9, 84 and EC. RGB value is (249,132,236). Sum of RGB (Red+Green+Blue) = 249+132+236=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 132 (51.95% from 255 or 21.39% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F984EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F984EC is #067B13. Grayscale: #B2B2B2. Windows color (decimal): -424724 or 15500537. OLE color: 15500537.
HSL color Cylindrical-coordinate representation of color #F984EC: hue angle of 306.67º 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 #F984EC is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 132 | 236 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.02 |
| HSL | 306.67º | 0.91% | 0.75% | - |
| HSV(B) | 306.67º | 0.47% | 0.98% | - |
| XYZ | 62.46 | 42.7 | 84.31 | - |
| YUV | 178.84 | 160.26 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 132 | 236 | 0 | 0.47 | 0.05 | 0.02 | 306.67 | 0.91 | 0.75 |
| Hex | F9 | 84 | EC | 0 | 2F | 5 | 2 | 133 | 5B | 4B |
| Octal | 371 | 204 | 354 | 0 | 57 | 5 | 2 | 463 | 133 | 113 |
| Binary | 11111001 | 10000100 | 11101100 | 0 | 101111 | 101 | 10 | 100110011 | 1011011 | 1001011 |
Color Harmonies of #F984EC
Complementary color
Monochromatic Colors of #F984EC
Black with #F984EC
Text Example
Text Example
White with #F984EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F984EC; }
p { color: rgb(249,132,236); }
H1.HeaderClassName
{
color: #F984EC;
}
.AnyTagClassName
{
color: #F984EC;
}
</style>
background-color css
<style>
a { background-color: #F984EC; }
a { background-color: rgb(249,132,236); }
div.DivClassName
{
background-color: #F984EC;
}
.BgClassName
{
background-color: #F984EC;
}
</style>
border-color css
<style>
span { border-color: #F984EC; }
span { border-color: rgb(249,132,236); }
td.TdClassName
{
border-color: #F984EC;
}
.TagClassName
{
border-color: #F984EC;
}
</style>