Shades of Pale Magenta #F983E1
Tints of Pale Magenta #F983E1
RGB
CMYK
RGB Variations
Color information
#F983E1 (or 0xF983E1) is known color: Pale Magenta. HEX triplet: F9, 83 and E1. RGB value is (249,131,225). Sum of RGB (Red+Green+Blue) = 249+131+225=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 131 (51.56% from 255 or 21.65% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F983E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983E1 is #067C1E. Grayscale: #B0B0B0. Windows color (decimal): -424991 or 14779385. OLE color: 14779385.
HSL color Cylindrical-coordinate representation of color #F983E1: hue angle of 312.2º 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 #F983E1 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 131 | 225 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.02 |
| HSL | 312.2º | 0.91% | 0.75% | - |
| HSV(B) | 312.2º | 0.47% | 0.98% | - |
| XYZ | 60.77 | 41.81 | 76.1 | - |
| YUV | 177 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 131 | 225 | 0 | 0.47 | 0.10 | 0.02 | 312.2 | 0.91 | 0.75 |
| Hex | F9 | 83 | E1 | 0 | 2F | A | 2 | 138 | 5B | 4B |
| Octal | 371 | 203 | 341 | 0 | 57 | 12 | 2 | 470 | 133 | 113 |
| Binary | 11111001 | 10000011 | 11100001 | 0 | 101111 | 1010 | 10 | 100111000 | 1011011 | 1001011 |
Color Harmonies of #F983E1
Complementary color
Monochromatic Colors of #F983E1
Black with #F983E1
Text Example
Text Example
White with #F983E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F983E1; }
p { color: rgb(249,131,225); }
H1.HeaderClassName
{
color: #F983E1;
}
.AnyTagClassName
{
color: #F983E1;
}
</style>
background-color css
<style>
a { background-color: #F983E1; }
a { background-color: rgb(249,131,225); }
div.DivClassName
{
background-color: #F983E1;
}
.BgClassName
{
background-color: #F983E1;
}
</style>
border-color css
<style>
span { border-color: #F983E1; }
span { border-color: rgb(249,131,225); }
td.TdClassName
{
border-color: #F983E1;
}
.TagClassName
{
border-color: #F983E1;
}
</style>