Shades of Pale Magenta #F98EDA
Tints of Pale Magenta #F98EDA
RGB
CMYK
RGB Variations
Color information
#F98EDA (or 0xF98EDA) is known color: Pale Magenta. HEX triplet: F9, 8E and DA. RGB value is (249,142,218). Sum of RGB (Red+Green+Blue) = 249+142+218=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 142 (55.86% from 255 or 23.32% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F98EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98EDA is #067125. Grayscale: #B6B6B6. Windows color (decimal): -422182 or 14323449. OLE color: 14323449.
HSL color Cylindrical-coordinate representation of color #F98EDA: hue angle of 317.38º 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 #F98EDA is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 218 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.02 |
| HSL | 317.38º | 0.9% | 0.77% | - |
| HSV(B) | 317.38º | 0.43% | 0.98% | - |
| XYZ | 61.39 | 44.55 | 71.69 | - |
| YUV | 182.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 218 | 0 | 0.43 | 0.12 | 0.02 | 317.38 | 0.9 | 0.77 |
| Hex | F9 | 8E | DA | 0 | 2B | C | 2 | 13D | 5A | 4D |
| Octal | 371 | 216 | 332 | 0 | 53 | 14 | 2 | 475 | 132 | 115 |
| Binary | 11111001 | 10001110 | 11011010 | 0 | 101011 | 1100 | 10 | 100111101 | 1011010 | 1001101 |
Color Harmonies of #F98EDA
Complementary color
Monochromatic Colors of #F98EDA
Black with #F98EDA
Text Example
Text Example
White with #F98EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98EDA; }
p { color: rgb(249,142,218); }
H1.HeaderClassName
{
color: #F98EDA;
}
.AnyTagClassName
{
color: #F98EDA;
}
</style>
background-color css
<style>
a { background-color: #F98EDA; }
a { background-color: rgb(249,142,218); }
div.DivClassName
{
background-color: #F98EDA;
}
.BgClassName
{
background-color: #F98EDA;
}
</style>
border-color css
<style>
span { border-color: #F98EDA; }
span { border-color: rgb(249,142,218); }
td.TdClassName
{
border-color: #F98EDA;
}
.TagClassName
{
border-color: #F98EDA;
}
</style>