Shades of Pale Magenta #F972EC
Tints of Pale Magenta #F972EC
RGB
CMYK
RGB Variations
Color information
#F972EC (or 0xF972EC) is known color: Pale Magenta. HEX triplet: F9, 72 and EC. RGB value is (249,114,236). Sum of RGB (Red+Green+Blue) = 249+114+236=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 114 (44.92% from 255 or 19.03% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F972EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F972EC is #068D13. Grayscale: #A7A7A7. Windows color (decimal): -429332 or 15495929. OLE color: 15495929.
HSL color Cylindrical-coordinate representation of color #F972EC: hue angle of 305.78º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F972EC is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 114 | 236 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.02 |
| HSL | 305.78º | 0.92% | 0.71% | - |
| HSV(B) | 305.78º | 0.54% | 0.98% | - |
| XYZ | 60.22 | 38.23 | 83.56 | - |
| YUV | 168.27 | 166.23 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 114 | 236 | 0 | 0.54 | 0.05 | 0.02 | 305.78 | 0.92 | 0.71 |
| Hex | F9 | 72 | EC | 0 | 36 | 5 | 2 | 132 | 5C | 47 |
| Octal | 371 | 162 | 354 | 0 | 66 | 5 | 2 | 462 | 134 | 107 |
| Binary | 11111001 | 1110010 | 11101100 | 0 | 110110 | 101 | 10 | 100110010 | 1011100 | 1000111 |
Color Harmonies of #F972EC
Complementary color
Monochromatic Colors of #F972EC
Black with #F972EC
Text Example
Text Example
White with #F972EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F972EC; }
p { color: rgb(249,114,236); }
H1.HeaderClassName
{
color: #F972EC;
}
.AnyTagClassName
{
color: #F972EC;
}
</style>
background-color css
<style>
a { background-color: #F972EC; }
a { background-color: rgb(249,114,236); }
div.DivClassName
{
background-color: #F972EC;
}
.BgClassName
{
background-color: #F972EC;
}
</style>
border-color css
<style>
span { border-color: #F972EC; }
span { border-color: rgb(249,114,236); }
td.TdClassName
{
border-color: #F972EC;
}
.TagClassName
{
border-color: #F972EC;
}
</style>