Shades of Pale Magenta #F972D9
Tints of Pale Magenta #F972D9
RGB
CMYK
RGB Variations
Color information
#F972D9 (or 0xF972D9) is known color: Pale Magenta. HEX triplet: F9, 72 and D9. RGB value is (249,114,217). Sum of RGB (Red+Green+Blue) = 249+114+217=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 114 (44.92% from 255 or 19.66% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F972D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F972D9 is #068D26. Grayscale: #A5A5A5. Windows color (decimal): -429351 or 14250745. OLE color: 14250745.
HSL color Cylindrical-coordinate representation of color #F972D9: hue angle of 314.22º 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 #F972D9 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 114 | 217 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.02 |
| HSL | 314.22º | 0.92% | 0.71% | - |
| HSV(B) | 314.22º | 0.54% | 0.98% | - |
| XYZ | 57.61 | 37.18 | 69.79 | - |
| YUV | 166.11 | 156.73 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 114 | 217 | 0 | 0.54 | 0.13 | 0.02 | 314.22 | 0.92 | 0.71 |
| Hex | F9 | 72 | D9 | 0 | 36 | D | 2 | 13A | 5C | 47 |
| Octal | 371 | 162 | 331 | 0 | 66 | 15 | 2 | 472 | 134 | 107 |
| Binary | 11111001 | 1110010 | 11011001 | 0 | 110110 | 1101 | 10 | 100111010 | 1011100 | 1000111 |
Color Harmonies of #F972D9
Complementary color
Monochromatic Colors of #F972D9
Black with #F972D9
Text Example
Text Example
White with #F972D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F972D9; }
p { color: rgb(249,114,217); }
H1.HeaderClassName
{
color: #F972D9;
}
.AnyTagClassName
{
color: #F972D9;
}
</style>
background-color css
<style>
a { background-color: #F972D9; }
a { background-color: rgb(249,114,217); }
div.DivClassName
{
background-color: #F972D9;
}
.BgClassName
{
background-color: #F972D9;
}
</style>
border-color css
<style>
span { border-color: #F972D9; }
span { border-color: rgb(249,114,217); }
td.TdClassName
{
border-color: #F972D9;
}
.TagClassName
{
border-color: #F972D9;
}
</style>