Shades of Pale Magenta #F98EDC
Tints of Pale Magenta #F98EDC
RGB
CMYK
RGB Variations
Color information
#F98EDC (or 0xF98EDC) is known color: Pale Magenta. HEX triplet: F9, 8E and DC. RGB value is (249,142,220). Sum of RGB (Red+Green+Blue) = 249+142+220=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 142 (55.86% from 255 or 23.24% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F98EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98EDC is #067123. Grayscale: #B6B6B6. Windows color (decimal): -422180 or 14454521. OLE color: 14454521.
HSL color Cylindrical-coordinate representation of color #F98EDC: hue angle of 316.26º 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 #F98EDC is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 220 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.02 |
| HSL | 316.26º | 0.9% | 0.77% | - |
| HSV(B) | 316.26º | 0.43% | 0.98% | - |
| XYZ | 61.66 | 44.65 | 73.08 | - |
| YUV | 182.89 | 148.95 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 220 | 0 | 0.43 | 0.12 | 0.02 | 316.26 | 0.9 | 0.77 |
| Hex | F9 | 8E | DC | 0 | 2B | C | 2 | 13C | 5A | 4D |
| Octal | 371 | 216 | 334 | 0 | 53 | 14 | 2 | 474 | 132 | 115 |
| Binary | 11111001 | 10001110 | 11011100 | 0 | 101011 | 1100 | 10 | 100111100 | 1011010 | 1001101 |
Color Harmonies of #F98EDC
Complementary color
Monochromatic Colors of #F98EDC
Black with #F98EDC
Text Example
Text Example
White with #F98EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98EDC; }
p { color: rgb(249,142,220); }
H1.HeaderClassName
{
color: #F98EDC;
}
.AnyTagClassName
{
color: #F98EDC;
}
</style>
background-color css
<style>
a { background-color: #F98EDC; }
a { background-color: rgb(249,142,220); }
div.DivClassName
{
background-color: #F98EDC;
}
.BgClassName
{
background-color: #F98EDC;
}
</style>
border-color css
<style>
span { border-color: #F98EDC; }
span { border-color: rgb(249,142,220); }
td.TdClassName
{
border-color: #F98EDC;
}
.TagClassName
{
border-color: #F98EDC;
}
</style>