Shades of Pale Magenta #F974DC
Tints of Pale Magenta #F974DC
RGB
CMYK
RGB Variations
Color information
#F974DC (or 0xF974DC) is known color: Pale Magenta. HEX triplet: F9, 74 and DC. RGB value is (249,116,220). Sum of RGB (Red+Green+Blue) = 249+116+220=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 116 (45.70% from 255 or 19.83% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F974DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F974DC is #068B23. Grayscale: #A7A7A7. Windows color (decimal): -428836 or 14447865. OLE color: 14447865.
HSL color Cylindrical-coordinate representation of color #F974DC: hue angle of 313.08º 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 #F974DC is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 116 | 220 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.02 |
| HSL | 313.08º | 0.92% | 0.72% | - |
| HSV(B) | 313.08º | 0.53% | 0.98% | - |
| XYZ | 58.23 | 37.8 | 71.94 | - |
| YUV | 167.62 | 157.56 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 116 | 220 | 0 | 0.53 | 0.12 | 0.02 | 313.08 | 0.92 | 0.72 |
| Hex | F9 | 74 | DC | 0 | 35 | C | 2 | 139 | 5C | 48 |
| Octal | 371 | 164 | 334 | 0 | 65 | 14 | 2 | 471 | 134 | 110 |
| Binary | 11111001 | 1110100 | 11011100 | 0 | 110101 | 1100 | 10 | 100111001 | 1011100 | 1001000 |
Color Harmonies of #F974DC
Complementary color
Monochromatic Colors of #F974DC
Black with #F974DC
Text Example
Text Example
White with #F974DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F974DC; }
p { color: rgb(249,116,220); }
H1.HeaderClassName
{
color: #F974DC;
}
.AnyTagClassName
{
color: #F974DC;
}
</style>
background-color css
<style>
a { background-color: #F974DC; }
a { background-color: rgb(249,116,220); }
div.DivClassName
{
background-color: #F974DC;
}
.BgClassName
{
background-color: #F974DC;
}
</style>
border-color css
<style>
span { border-color: #F974DC; }
span { border-color: rgb(249,116,220); }
td.TdClassName
{
border-color: #F974DC;
}
.TagClassName
{
border-color: #F974DC;
}
</style>