Shades of Pale Magenta #F986E3
Tints of Pale Magenta #F986E3
RGB
CMYK
RGB Variations
Color information
#F986E3 (or 0xF986E3) is known color: Pale Magenta. HEX triplet: F9, 86 and E3. RGB value is (249,134,227). Sum of RGB (Red+Green+Blue) = 249+134+227=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 134 (52.73% from 255 or 21.97% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F986E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986E3 is #06791C. Grayscale: #B2B2B2. Windows color (decimal): -424221 or 14911225. OLE color: 14911225.
HSL color Cylindrical-coordinate representation of color #F986E3: hue angle of 311.48º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F986E3 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 134 | 227 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.02 |
| HSL | 311.48º | 0.91% | 0.75% | - |
| HSV(B) | 311.48º | 0.46% | 0.98% | - |
| XYZ | 61.46 | 42.74 | 77.68 | - |
| YUV | 178.99 | 155.1 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 134 | 227 | 0 | 0.46 | 0.09 | 0.02 | 311.48 | 0.91 | 0.75 |
| Hex | F9 | 86 | E3 | 0 | 2E | 9 | 2 | 137 | 5B | 4B |
| Octal | 371 | 206 | 343 | 0 | 56 | 11 | 2 | 467 | 133 | 113 |
| Binary | 11111001 | 10000110 | 11100011 | 0 | 101110 | 1001 | 10 | 100110111 | 1011011 | 1001011 |
Color Harmonies of #F986E3
Complementary color
Monochromatic Colors of #F986E3
Black with #F986E3
Text Example
Text Example
White with #F986E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F986E3; }
p { color: rgb(249,134,227); }
H1.HeaderClassName
{
color: #F986E3;
}
.AnyTagClassName
{
color: #F986E3;
}
</style>
background-color css
<style>
a { background-color: #F986E3; }
a { background-color: rgb(249,134,227); }
div.DivClassName
{
background-color: #F986E3;
}
.BgClassName
{
background-color: #F986E3;
}
</style>
border-color css
<style>
span { border-color: #F986E3; }
span { border-color: rgb(249,134,227); }
td.TdClassName
{
border-color: #F986E3;
}
.TagClassName
{
border-color: #F986E3;
}
</style>