Shades of Pale Magenta #F98EDF
Tints of Pale Magenta #F98EDF
RGB
CMYK
RGB Variations
Color information
#F98EDF (or 0xF98EDF) is known color: Pale Magenta. HEX triplet: F9, 8E and DF. RGB value is (249,142,223). Sum of RGB (Red+Green+Blue) = 249+142+223=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 142 (55.86% from 255 or 23.13% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F98EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98EDF is #067120. Grayscale: #B7B7B7. Windows color (decimal): -422177 or 14651129. OLE color: 14651129.
HSL color Cylindrical-coordinate representation of color #F98EDF: hue angle of 314.58º 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 #F98EDF is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 223 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.02 |
| HSL | 314.58º | 0.9% | 0.77% | - |
| HSV(B) | 314.58º | 0.43% | 0.98% | - |
| XYZ | 62.06 | 44.81 | 75.19 | - |
| YUV | 183.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 223 | 0 | 0.43 | 0.10 | 0.02 | 314.58 | 0.9 | 0.77 |
| Hex | F9 | 8E | DF | 0 | 2B | A | 2 | 13B | 5A | 4D |
| Octal | 371 | 216 | 337 | 0 | 53 | 12 | 2 | 473 | 132 | 115 |
| Binary | 11111001 | 10001110 | 11011111 | 0 | 101011 | 1010 | 10 | 100111011 | 1011010 | 1001101 |
Color Harmonies of #F98EDF
Complementary color
Monochromatic Colors of #F98EDF
Black with #F98EDF
Text Example
Text Example
White with #F98EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98EDF; }
p { color: rgb(249,142,223); }
H1.HeaderClassName
{
color: #F98EDF;
}
.AnyTagClassName
{
color: #F98EDF;
}
</style>
background-color css
<style>
a { background-color: #F98EDF; }
a { background-color: rgb(249,142,223); }
div.DivClassName
{
background-color: #F98EDF;
}
.BgClassName
{
background-color: #F98EDF;
}
</style>
border-color css
<style>
span { border-color: #F98EDF; }
span { border-color: rgb(249,142,223); }
td.TdClassName
{
border-color: #F98EDF;
}
.TagClassName
{
border-color: #F98EDF;
}
</style>