Shades of Pale Magenta #F97FDE
Tints of Pale Magenta #F97FDE
RGB
CMYK
RGB Variations
Color information
#F97FDE (or 0xF97FDE) is known color: Pale Magenta. HEX triplet: F9, 7F and DE. RGB value is (249,127,222). Sum of RGB (Red+Green+Blue) = 249+127+222=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 127 (50% from 255 or 21.24% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F97FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97FDE is #068021. Grayscale: #AEAEAE. Windows color (decimal): -426018 or 14581753. OLE color: 14581753.
HSL color Cylindrical-coordinate representation of color #F97FDE: hue angle of 313.28º 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 #F97FDE is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 127 | 222 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.02 |
| HSL | 313.28º | 0.91% | 0.74% | - |
| HSV(B) | 313.28º | 0.49% | 0.98% | - |
| XYZ | 59.84 | 40.59 | 73.79 | - |
| YUV | 174.31 | 154.92 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 127 | 222 | 0 | 0.49 | 0.11 | 0.02 | 313.28 | 0.91 | 0.74 |
| Hex | F9 | 7F | DE | 0 | 31 | B | 2 | 139 | 5B | 4A |
| Octal | 371 | 177 | 336 | 0 | 61 | 13 | 2 | 471 | 133 | 112 |
| Binary | 11111001 | 1111111 | 11011110 | 0 | 110001 | 1011 | 10 | 100111001 | 1011011 | 1001010 |
Color Harmonies of #F97FDE
Complementary color
Monochromatic Colors of #F97FDE
Black with #F97FDE
Text Example
Text Example
White with #F97FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97FDE; }
p { color: rgb(249,127,222); }
H1.HeaderClassName
{
color: #F97FDE;
}
.AnyTagClassName
{
color: #F97FDE;
}
</style>
background-color css
<style>
a { background-color: #F97FDE; }
a { background-color: rgb(249,127,222); }
div.DivClassName
{
background-color: #F97FDE;
}
.BgClassName
{
background-color: #F97FDE;
}
</style>
border-color css
<style>
span { border-color: #F97FDE; }
span { border-color: rgb(249,127,222); }
td.TdClassName
{
border-color: #F97FDE;
}
.TagClassName
{
border-color: #F97FDE;
}
</style>