Shades of Pale Magenta #F98ED5
Tints of Pale Magenta #F98ED5
RGB
CMYK
RGB Variations
Color information
#F98ED5 (or 0xF98ED5) is known color: Pale Magenta. HEX triplet: F9, 8E and D5. RGB value is (249,142,213). Sum of RGB (Red+Green+Blue) = 249+142+213=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 142 (55.86% from 255 or 23.51% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F98ED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98ED5 is #06712A. Grayscale: #B5B5B5. Windows color (decimal): -422187 or 13995769. OLE color: 13995769.
HSL color Cylindrical-coordinate representation of color #F98ED5: hue angle of 320.19º 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 #F98ED5 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 213 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.02 |
| HSL | 320.19º | 0.9% | 0.77% | - |
| HSV(B) | 320.19º | 0.43% | 0.98% | - |
| XYZ | 60.75 | 44.29 | 68.3 | - |
| YUV | 182.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 213 | 0 | 0.43 | 0.14 | 0.02 | 320.19 | 0.9 | 0.77 |
| Hex | F9 | 8E | D5 | 0 | 2B | E | 2 | 140 | 5A | 4D |
| Octal | 371 | 216 | 325 | 0 | 53 | 16 | 2 | 500 | 132 | 115 |
| Binary | 11111001 | 10001110 | 11010101 | 0 | 101011 | 1110 | 10 | 101000000 | 1011010 | 1001101 |
Color Harmonies of #F98ED5
Complementary color
Monochromatic Colors of #F98ED5
Black with #F98ED5
Text Example
Text Example
White with #F98ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98ED5; }
p { color: rgb(249,142,213); }
H1.HeaderClassName
{
color: #F98ED5;
}
.AnyTagClassName
{
color: #F98ED5;
}
</style>
background-color css
<style>
a { background-color: #F98ED5; }
a { background-color: rgb(249,142,213); }
div.DivClassName
{
background-color: #F98ED5;
}
.BgClassName
{
background-color: #F98ED5;
}
</style>
border-color css
<style>
span { border-color: #F98ED5; }
span { border-color: rgb(249,142,213); }
td.TdClassName
{
border-color: #F98ED5;
}
.TagClassName
{
border-color: #F98ED5;
}
</style>