Shades of Pale Magenta #F976DF
Tints of Pale Magenta #F976DF
RGB
CMYK
RGB Variations
Color information
#F976DF (or 0xF976DF) is known color: Pale Magenta. HEX triplet: F9, 76 and DF. RGB value is (249,118,223). Sum of RGB (Red+Green+Blue) = 249+118+223=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 118 (46.48% from 255 or 20% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F976DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F976DF is #068920. Grayscale: #A8A8A8. Windows color (decimal): -428321 or 14644985. OLE color: 14644985.
HSL color Cylindrical-coordinate representation of color #F976DF: hue angle of 311.91º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F976DF is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 118 | 223 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.02 |
| HSL | 311.91º | 0.92% | 0.72% | - |
| HSV(B) | 311.91º | 0.53% | 0.98% | - |
| XYZ | 58.86 | 38.42 | 74.13 | - |
| YUV | 169.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 118 | 223 | 0 | 0.53 | 0.10 | 0.02 | 311.91 | 0.92 | 0.72 |
| Hex | F9 | 76 | DF | 0 | 35 | A | 2 | 138 | 5C | 48 |
| Octal | 371 | 166 | 337 | 0 | 65 | 12 | 2 | 470 | 134 | 110 |
| Binary | 11111001 | 1110110 | 11011111 | 0 | 110101 | 1010 | 10 | 100111000 | 1011100 | 1001000 |
Color Harmonies of #F976DF
Complementary color
Monochromatic Colors of #F976DF
Black with #F976DF
Text Example
Text Example
White with #F976DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F976DF; }
p { color: rgb(249,118,223); }
H1.HeaderClassName
{
color: #F976DF;
}
.AnyTagClassName
{
color: #F976DF;
}
</style>
background-color css
<style>
a { background-color: #F976DF; }
a { background-color: rgb(249,118,223); }
div.DivClassName
{
background-color: #F976DF;
}
.BgClassName
{
background-color: #F976DF;
}
</style>
border-color css
<style>
span { border-color: #F976DF; }
span { border-color: rgb(249,118,223); }
td.TdClassName
{
border-color: #F976DF;
}
.TagClassName
{
border-color: #F976DF;
}
</style>