Shades of Pale Magenta #F97CE1
Tints of Pale Magenta #F97CE1
RGB
CMYK
RGB Variations
Color information
#F97CE1 (or 0xF97CE1) is known color: Pale Magenta. HEX triplet: F9, 7C and E1. RGB value is (249,124,225). Sum of RGB (Red+Green+Blue) = 249+124+225=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 124 (48.83% from 255 or 20.74% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F97CE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97CE1 is #06831E. Grayscale: #ACACAC. Windows color (decimal): -426783 or 14777593. OLE color: 14777593.
HSL color Cylindrical-coordinate representation of color #F97CE1: hue angle of 311.52º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F97CE1 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 124 | 225 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.02 |
| HSL | 311.52º | 0.91% | 0.73% | - |
| HSV(B) | 311.52º | 0.5% | 0.98% | - |
| XYZ | 59.87 | 39.99 | 75.8 | - |
| YUV | 172.89 | 157.41 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 124 | 225 | 0 | 0.50 | 0.10 | 0.02 | 311.52 | 0.91 | 0.73 |
| Hex | F9 | 7C | E1 | 0 | 32 | A | 2 | 138 | 5B | 49 |
| Octal | 371 | 174 | 341 | 0 | 62 | 12 | 2 | 470 | 133 | 111 |
| Binary | 11111001 | 1111100 | 11100001 | 0 | 110010 | 1010 | 10 | 100111000 | 1011011 | 1001001 |
Color Harmonies of #F97CE1
Complementary color
Monochromatic Colors of #F97CE1
Black with #F97CE1
Text Example
Text Example
White with #F97CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97CE1; }
p { color: rgb(249,124,225); }
H1.HeaderClassName
{
color: #F97CE1;
}
.AnyTagClassName
{
color: #F97CE1;
}
</style>
background-color css
<style>
a { background-color: #F97CE1; }
a { background-color: rgb(249,124,225); }
div.DivClassName
{
background-color: #F97CE1;
}
.BgClassName
{
background-color: #F97CE1;
}
</style>
border-color css
<style>
span { border-color: #F97CE1; }
span { border-color: rgb(249,124,225); }
td.TdClassName
{
border-color: #F97CE1;
}
.TagClassName
{
border-color: #F97CE1;
}
</style>