Shades of Pale Magenta #F97EDB
Tints of Pale Magenta #F97EDB
RGB
CMYK
RGB Variations
Color information
#F97EDB (or 0xF97EDB) is known color: Pale Magenta. HEX triplet: F9, 7E and DB. RGB value is (249,126,219). Sum of RGB (Red+Green+Blue) = 249+126+219=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 126 (49.61% from 255 or 21.21% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F97EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97EDB is #068124. Grayscale: #ADADAD. Windows color (decimal): -426277 or 14384889. OLE color: 14384889.
HSL color Cylindrical-coordinate representation of color #F97EDB: hue angle of 314.63º 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 #F97EDB is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 126 | 219 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.02 |
| HSL | 314.63º | 0.91% | 0.74% | - |
| HSV(B) | 314.63º | 0.49% | 0.98% | - |
| XYZ | 59.31 | 40.18 | 71.65 | - |
| YUV | 173.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 126 | 219 | 0 | 0.49 | 0.12 | 0.02 | 314.63 | 0.91 | 0.74 |
| Hex | F9 | 7E | DB | 0 | 31 | C | 2 | 13B | 5B | 4A |
| Octal | 371 | 176 | 333 | 0 | 61 | 14 | 2 | 473 | 133 | 112 |
| Binary | 11111001 | 1111110 | 11011011 | 0 | 110001 | 1100 | 10 | 100111011 | 1011011 | 1001010 |
Color Harmonies of #F97EDB
Complementary color
Monochromatic Colors of #F97EDB
Black with #F97EDB
Text Example
Text Example
White with #F97EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97EDB; }
p { color: rgb(249,126,219); }
H1.HeaderClassName
{
color: #F97EDB;
}
.AnyTagClassName
{
color: #F97EDB;
}
</style>
background-color css
<style>
a { background-color: #F97EDB; }
a { background-color: rgb(249,126,219); }
div.DivClassName
{
background-color: #F97EDB;
}
.BgClassName
{
background-color: #F97EDB;
}
</style>
border-color css
<style>
span { border-color: #F97EDB; }
span { border-color: rgb(249,126,219); }
td.TdClassName
{
border-color: #F97EDB;
}
.TagClassName
{
border-color: #F97EDB;
}
</style>