Shades of Pale Magenta #F983EC
Tints of Pale Magenta #F983EC
RGB
CMYK
RGB Variations
Color information
#F983EC (or 0xF983EC) is known color: Pale Magenta. HEX triplet: F9, 83 and EC. RGB value is (249,131,236). Sum of RGB (Red+Green+Blue) = 249+131+236=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 131 (51.56% from 255 or 21.27% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F983EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F983EC is #067C13. Grayscale: #B1B1B1. Windows color (decimal): -424980 or 15500281. OLE color: 15500281.
HSL color Cylindrical-coordinate representation of color #F983EC: hue angle of 306.61º 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 #F983EC is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 131 | 236 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.02 |
| HSL | 306.61º | 0.91% | 0.75% | - |
| HSV(B) | 306.61º | 0.47% | 0.98% | - |
| XYZ | 62.32 | 42.43 | 84.26 | - |
| YUV | 178.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 131 | 236 | 0 | 0.47 | 0.05 | 0.02 | 306.61 | 0.91 | 0.75 |
| Hex | F9 | 83 | EC | 0 | 2F | 5 | 2 | 133 | 5B | 4B |
| Octal | 371 | 203 | 354 | 0 | 57 | 5 | 2 | 463 | 133 | 113 |
| Binary | 11111001 | 10000011 | 11101100 | 0 | 101111 | 101 | 10 | 100110011 | 1011011 | 1001011 |
Color Harmonies of #F983EC
Complementary color
Monochromatic Colors of #F983EC
Black with #F983EC
Text Example
Text Example
White with #F983EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F983EC; }
p { color: rgb(249,131,236); }
H1.HeaderClassName
{
color: #F983EC;
}
.AnyTagClassName
{
color: #F983EC;
}
</style>
background-color css
<style>
a { background-color: #F983EC; }
a { background-color: rgb(249,131,236); }
div.DivClassName
{
background-color: #F983EC;
}
.BgClassName
{
background-color: #F983EC;
}
</style>
border-color css
<style>
span { border-color: #F983EC; }
span { border-color: rgb(249,131,236); }
td.TdClassName
{
border-color: #F983EC;
}
.TagClassName
{
border-color: #F983EC;
}
</style>