Shades of Pale Magenta #F479D6
Tints of Pale Magenta #F479D6
RGB
CMYK
RGB Variations
Color information
#F479D6 (or 0xF479D6) is known color: Pale Magenta. HEX triplet: F4, 79 and D6. RGB value is (244,121,214). Sum of RGB (Red+Green+Blue) = 244+121+214=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 121 (47.66% from 255 or 20.90% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F479D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F479D6 is #0B8629. Grayscale: #A8A8A8. Windows color (decimal): -755242 or 14055924. OLE color: 14055924.
HSL color Cylindrical-coordinate representation of color #F479D6: hue angle of 314.63º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F479D6 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 121 | 214 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.04 |
| HSL | 314.63º | 0.85% | 0.72% | - |
| HSV(B) | 314.63º | 0.5% | 0.96% | - |
| XYZ | 56.28 | 37.76 | 67.94 | - |
| YUV | 168.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 121 | 214 | 0 | 0.50 | 0.12 | 0.04 | 314.63 | 0.85 | 0.72 |
| Hex | F4 | 79 | D6 | 0 | 32 | C | 4 | 13B | 55 | 48 |
| Octal | 364 | 171 | 326 | 0 | 62 | 14 | 4 | 473 | 125 | 110 |
| Binary | 11110100 | 1111001 | 11010110 | 0 | 110010 | 1100 | 100 | 100111011 | 1010101 | 1001000 |
Color Harmonies of #F479D6
Complementary color
Monochromatic Colors of #F479D6
Black with #F479D6
Text Example
Text Example
White with #F479D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F479D6; }
p { color: rgb(244,121,214); }
H1.HeaderClassName
{
color: #F479D6;
}
.AnyTagClassName
{
color: #F479D6;
}
</style>
background-color css
<style>
a { background-color: #F479D6; }
a { background-color: rgb(244,121,214); }
div.DivClassName
{
background-color: #F479D6;
}
.BgClassName
{
background-color: #F479D6;
}
</style>
border-color css
<style>
span { border-color: #F479D6; }
span { border-color: rgb(244,121,214); }
td.TdClassName
{
border-color: #F479D6;
}
.TagClassName
{
border-color: #F479D6;
}
</style>