Shades of Pale Magenta #F98EED
Tints of Pale Magenta #F98EED
RGB
CMYK
RGB Variations
Color information
#F98EED (or 0xF98EED) is known color: Pale Magenta. HEX triplet: F9, 8E and ED. RGB value is (249,142,237). Sum of RGB (Red+Green+Blue) = 249+142+237=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 142 (55.86% from 255 or 22.61% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F98EED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98EED is #067112. Grayscale: #B8B8B8. Windows color (decimal): -422163 or 15568633. OLE color: 15568633.
HSL color Cylindrical-coordinate representation of color #F98EED: hue angle of 306.73º 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 #F98EED is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 237 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.02 |
| HSL | 306.73º | 0.9% | 0.77% | - |
| HSV(B) | 306.73º | 0.43% | 0.98% | - |
| XYZ | 64.03 | 45.6 | 85.55 | - |
| YUV | 184.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 237 | 0 | 0.43 | 0.05 | 0.02 | 306.73 | 0.9 | 0.77 |
| Hex | F9 | 8E | ED | 0 | 2B | 5 | 2 | 133 | 5A | 4D |
| Octal | 371 | 216 | 355 | 0 | 53 | 5 | 2 | 463 | 132 | 115 |
| Binary | 11111001 | 10001110 | 11101101 | 0 | 101011 | 101 | 10 | 100110011 | 1011010 | 1001101 |
Color Harmonies of #F98EED
Complementary color
Monochromatic Colors of #F98EED
Black with #F98EED
Text Example
Text Example
White with #F98EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98EED; }
p { color: rgb(249,142,237); }
H1.HeaderClassName
{
color: #F98EED;
}
.AnyTagClassName
{
color: #F98EED;
}
</style>
background-color css
<style>
a { background-color: #F98EED; }
a { background-color: rgb(249,142,237); }
div.DivClassName
{
background-color: #F98EED;
}
.BgClassName
{
background-color: #F98EED;
}
</style>
border-color css
<style>
span { border-color: #F98EED; }
span { border-color: rgb(249,142,237); }
td.TdClassName
{
border-color: #F98EED;
}
.TagClassName
{
border-color: #F98EED;
}
</style>