Shades of Pale Magenta #F986EE
Tints of Pale Magenta #F986EE
RGB
CMYK
RGB Variations
Color information
#F986EE (or 0xF986EE) is known color: Pale Magenta. HEX triplet: F9, 86 and EE. RGB value is (249,134,238). Sum of RGB (Red+Green+Blue) = 249+134+238=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 134 (52.73% from 255 or 21.58% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F986EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F986EE is #067911. Grayscale: #B3B3B3. Windows color (decimal): -424210 or 15632121. OLE color: 15632121.
HSL color Cylindrical-coordinate representation of color #F986EE: hue angle of 305.74º 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 #F986EE is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 134 | 238 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.02 |
| HSL | 305.74º | 0.91% | 0.75% | - |
| HSV(B) | 305.74º | 0.46% | 0.98% | - |
| XYZ | 63.02 | 43.36 | 85.94 | - |
| YUV | 180.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 134 | 238 | 0 | 0.46 | 0.04 | 0.02 | 305.74 | 0.91 | 0.75 |
| Hex | F9 | 86 | EE | 0 | 2E | 4 | 2 | 132 | 5B | 4B |
| Octal | 371 | 206 | 356 | 0 | 56 | 4 | 2 | 462 | 133 | 113 |
| Binary | 11111001 | 10000110 | 11101110 | 0 | 101110 | 100 | 10 | 100110010 | 1011011 | 1001011 |
Color Harmonies of #F986EE
Complementary color
Monochromatic Colors of #F986EE
Black with #F986EE
Text Example
Text Example
White with #F986EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F986EE; }
p { color: rgb(249,134,238); }
H1.HeaderClassName
{
color: #F986EE;
}
.AnyTagClassName
{
color: #F986EE;
}
</style>
background-color css
<style>
a { background-color: #F986EE; }
a { background-color: rgb(249,134,238); }
div.DivClassName
{
background-color: #F986EE;
}
.BgClassName
{
background-color: #F986EE;
}
</style>
border-color css
<style>
span { border-color: #F986EE; }
span { border-color: rgb(249,134,238); }
td.TdClassName
{
border-color: #F986EE;
}
.TagClassName
{
border-color: #F986EE;
}
</style>