Shades of Pale Magenta #F976E4
Tints of Pale Magenta #F976E4
RGB
CMYK
RGB Variations
Color information
#F976E4 (or 0xF976E4) is known color: Pale Magenta. HEX triplet: F9, 76 and E4. RGB value is (249,118,228). Sum of RGB (Red+Green+Blue) = 249+118+228=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 118 (46.48% from 255 or 19.83% from 595); Blue value is 228 (89.45% from 255 or 38.32% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F976E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F976E4 is #06891B. Grayscale: #A9A9A9. Windows color (decimal): -428316 or 14972665. OLE color: 14972665.
HSL color Cylindrical-coordinate representation of color #F976E4: hue angle of 309.62º 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 #F976E4 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 118 | 228 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.02 |
| HSL | 309.62º | 0.92% | 0.72% | - |
| HSV(B) | 309.62º | 0.53% | 0.98% | - |
| XYZ | 59.55 | 38.7 | 77.73 | - |
| YUV | 169.71 | 160.9 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 118 | 228 | 0 | 0.53 | 0.08 | 0.02 | 309.62 | 0.92 | 0.72 |
| Hex | F9 | 76 | E4 | 0 | 35 | 8 | 2 | 136 | 5C | 48 |
| Octal | 371 | 166 | 344 | 0 | 65 | 10 | 2 | 466 | 134 | 110 |
| Binary | 11111001 | 1110110 | 11100100 | 0 | 110101 | 1000 | 10 | 100110110 | 1011100 | 1001000 |
Color Harmonies of #F976E4
Complementary color
Monochromatic Colors of #F976E4
Black with #F976E4
Text Example
Text Example
White with #F976E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F976E4; }
p { color: rgb(249,118,228); }
H1.HeaderClassName
{
color: #F976E4;
}
.AnyTagClassName
{
color: #F976E4;
}
</style>
background-color css
<style>
a { background-color: #F976E4; }
a { background-color: rgb(249,118,228); }
div.DivClassName
{
background-color: #F976E4;
}
.BgClassName
{
background-color: #F976E4;
}
</style>
border-color css
<style>
span { border-color: #F976E4; }
span { border-color: rgb(249,118,228); }
td.TdClassName
{
border-color: #F976E4;
}
.TagClassName
{
border-color: #F976E4;
}
</style>