Shades of Pale Magenta #F976DA
Tints of Pale Magenta #F976DA
RGB
CMYK
RGB Variations
Color information
#F976DA (or 0xF976DA) is known color: Pale Magenta. HEX triplet: F9, 76 and DA. RGB value is (249,118,218). Sum of RGB (Red+Green+Blue) = 249+118+218=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 118 (46.48% from 255 or 20.17% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F976DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F976DA is #068925. Grayscale: #A8A8A8. Windows color (decimal): -428326 or 14317305. OLE color: 14317305.
HSL color Cylindrical-coordinate representation of color #F976DA: hue angle of 314.2º 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 #F976DA is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 118 | 218 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.02 |
| HSL | 314.2º | 0.92% | 0.72% | - |
| HSV(B) | 314.2º | 0.53% | 0.98% | - |
| XYZ | 58.2 | 38.16 | 70.63 | - |
| YUV | 168.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 118 | 218 | 0 | 0.53 | 0.12 | 0.02 | 314.2 | 0.92 | 0.72 |
| Hex | F9 | 76 | DA | 0 | 35 | C | 2 | 13A | 5C | 48 |
| Octal | 371 | 166 | 332 | 0 | 65 | 14 | 2 | 472 | 134 | 110 |
| Binary | 11111001 | 1110110 | 11011010 | 0 | 110101 | 1100 | 10 | 100111010 | 1011100 | 1001000 |
Color Harmonies of #F976DA
Complementary color
Monochromatic Colors of #F976DA
Black with #F976DA
Text Example
Text Example
White with #F976DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F976DA; }
p { color: rgb(249,118,218); }
H1.HeaderClassName
{
color: #F976DA;
}
.AnyTagClassName
{
color: #F976DA;
}
</style>
background-color css
<style>
a { background-color: #F976DA; }
a { background-color: rgb(249,118,218); }
div.DivClassName
{
background-color: #F976DA;
}
.BgClassName
{
background-color: #F976DA;
}
</style>
border-color css
<style>
span { border-color: #F976DA; }
span { border-color: rgb(249,118,218); }
td.TdClassName
{
border-color: #F976DA;
}
.TagClassName
{
border-color: #F976DA;
}
</style>