Shades of Pale Magenta #F98EE6
Tints of Pale Magenta #F98EE6
RGB
CMYK
RGB Variations
Color information
#F98EE6 (or 0xF98EE6) is known color: Pale Magenta. HEX triplet: F9, 8E and E6. RGB value is (249,142,230). Sum of RGB (Red+Green+Blue) = 249+142+230=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 142 (55.86% from 255 or 22.87% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F98EE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98EE6 is #067119. Grayscale: #B7B7B7. Windows color (decimal): -422170 or 15109881. OLE color: 15109881.
HSL color Cylindrical-coordinate representation of color #F98EE6: hue angle of 310.65º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98EE6 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 230 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.02 |
| HSL | 310.65º | 0.9% | 0.77% | - |
| HSV(B) | 310.65º | 0.43% | 0.98% | - |
| XYZ | 63.02 | 45.2 | 80.27 | - |
| YUV | 184.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 230 | 0 | 0.43 | 0.08 | 0.02 | 310.65 | 0.9 | 0.77 |
| Hex | F9 | 8E | E6 | 0 | 2B | 8 | 2 | 137 | 5A | 4D |
| Octal | 371 | 216 | 346 | 0 | 53 | 10 | 2 | 467 | 132 | 115 |
| Binary | 11111001 | 10001110 | 11100110 | 0 | 101011 | 1000 | 10 | 100110111 | 1011010 | 1001101 |
Color Harmonies of #F98EE6
Complementary color
Monochromatic Colors of #F98EE6
Black with #F98EE6
Text Example
Text Example
White with #F98EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98EE6; }
p { color: rgb(249,142,230); }
H1.HeaderClassName
{
color: #F98EE6;
}
.AnyTagClassName
{
color: #F98EE6;
}
</style>
background-color css
<style>
a { background-color: #F98EE6; }
a { background-color: rgb(249,142,230); }
div.DivClassName
{
background-color: #F98EE6;
}
.BgClassName
{
background-color: #F98EE6;
}
</style>
border-color css
<style>
span { border-color: #F98EE6; }
span { border-color: rgb(249,142,230); }
td.TdClassName
{
border-color: #F98EE6;
}
.TagClassName
{
border-color: #F98EE6;
}
</style>