Shades of Pale Magenta #F97EDF
Tints of Pale Magenta #F97EDF
RGB
CMYK
RGB Variations
Color information
#F97EDF (or 0xF97EDF) is known color: Pale Magenta. HEX triplet: F9, 7E and DF. RGB value is (249,126,223). Sum of RGB (Red+Green+Blue) = 249+126+223=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 126 (49.61% from 255 or 21.07% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F97EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97EDF is #068120. Grayscale: #ADADAD. Windows color (decimal): -426273 or 14647033. OLE color: 14647033.
HSL color Cylindrical-coordinate representation of color #F97EDF: hue angle of 312.68º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F97EDF is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 126 | 223 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.02 |
| HSL | 312.68º | 0.91% | 0.74% | - |
| HSV(B) | 312.68º | 0.49% | 0.98% | - |
| XYZ | 59.85 | 40.39 | 74.45 | - |
| YUV | 173.84 | 155.75 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 126 | 223 | 0 | 0.49 | 0.10 | 0.02 | 312.68 | 0.91 | 0.74 |
| Hex | F9 | 7E | DF | 0 | 31 | A | 2 | 139 | 5B | 4A |
| Octal | 371 | 176 | 337 | 0 | 61 | 12 | 2 | 471 | 133 | 112 |
| Binary | 11111001 | 1111110 | 11011111 | 0 | 110001 | 1010 | 10 | 100111001 | 1011011 | 1001010 |
Color Harmonies of #F97EDF
Complementary color
Monochromatic Colors of #F97EDF
Black with #F97EDF
Text Example
Text Example
White with #F97EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97EDF; }
p { color: rgb(249,126,223); }
H1.HeaderClassName
{
color: #F97EDF;
}
.AnyTagClassName
{
color: #F97EDF;
}
</style>
background-color css
<style>
a { background-color: #F97EDF; }
a { background-color: rgb(249,126,223); }
div.DivClassName
{
background-color: #F97EDF;
}
.BgClassName
{
background-color: #F97EDF;
}
</style>
border-color css
<style>
span { border-color: #F97EDF; }
span { border-color: rgb(249,126,223); }
td.TdClassName
{
border-color: #F97EDF;
}
.TagClassName
{
border-color: #F97EDF;
}
</style>