Shades of Pale Magenta #F972E0
Tints of Pale Magenta #F972E0
RGB
CMYK
RGB Variations
Color information
#F972E0 (or 0xF972E0) is known color: Pale Magenta. HEX triplet: F9, 72 and E0. RGB value is (249,114,224). Sum of RGB (Red+Green+Blue) = 249+114+224=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 114 (44.92% from 255 or 19.42% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F972E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F972E0 is #068D1F. Grayscale: #A6A6A6. Windows color (decimal): -429344 or 14709497. OLE color: 14709497.
HSL color Cylindrical-coordinate representation of color #F972E0: hue angle of 311.11º 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 #F972E0 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 114 | 224 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.02 |
| HSL | 311.11º | 0.92% | 0.71% | - |
| HSV(B) | 311.11º | 0.54% | 0.98% | - |
| XYZ | 58.54 | 37.56 | 74.68 | - |
| YUV | 166.91 | 160.23 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 114 | 224 | 0 | 0.54 | 0.10 | 0.02 | 311.11 | 0.92 | 0.71 |
| Hex | F9 | 72 | E0 | 0 | 36 | A | 2 | 137 | 5C | 47 |
| Octal | 371 | 162 | 340 | 0 | 66 | 12 | 2 | 467 | 134 | 107 |
| Binary | 11111001 | 1110010 | 11100000 | 0 | 110110 | 1010 | 10 | 100110111 | 1011100 | 1000111 |
Color Harmonies of #F972E0
Complementary color
Monochromatic Colors of #F972E0
Black with #F972E0
Text Example
Text Example
White with #F972E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F972E0; }
p { color: rgb(249,114,224); }
H1.HeaderClassName
{
color: #F972E0;
}
.AnyTagClassName
{
color: #F972E0;
}
</style>
background-color css
<style>
a { background-color: #F972E0; }
a { background-color: rgb(249,114,224); }
div.DivClassName
{
background-color: #F972E0;
}
.BgClassName
{
background-color: #F972E0;
}
</style>
border-color css
<style>
span { border-color: #F972E0; }
span { border-color: rgb(249,114,224); }
td.TdClassName
{
border-color: #F972E0;
}
.TagClassName
{
border-color: #F972E0;
}
</style>