Shades of Pale Magenta #F479E0
Tints of Pale Magenta #F479E0
RGB
CMYK
RGB Variations
Color information
#F479E0 (or 0xF479E0) is known color: Pale Magenta. HEX triplet: F4, 79 and E0. RGB value is (244,121,224). Sum of RGB (Red+Green+Blue) = 244+121+224=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 121 (47.66% from 255 or 20.54% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F479E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F479E0 is #0B861F. Grayscale: #A9A9A9. Windows color (decimal): -755232 or 14711284. OLE color: 14711284.
HSL color Cylindrical-coordinate representation of color #F479E0: hue angle of 309.76º 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 #F479E0 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 121 | 224 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.04 |
| HSL | 309.76º | 0.85% | 0.72% | - |
| HSV(B) | 309.76º | 0.5% | 0.96% | - |
| XYZ | 57.6 | 38.29 | 74.88 | - |
| YUV | 169.52 | 158.75 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 121 | 224 | 0 | 0.50 | 0.08 | 0.04 | 309.76 | 0.85 | 0.72 |
| Hex | F4 | 79 | E0 | 0 | 32 | 8 | 4 | 136 | 55 | 48 |
| Octal | 364 | 171 | 340 | 0 | 62 | 10 | 4 | 466 | 125 | 110 |
| Binary | 11110100 | 1111001 | 11100000 | 0 | 110010 | 1000 | 100 | 100110110 | 1010101 | 1001000 |
Color Harmonies of #F479E0
Complementary color
Monochromatic Colors of #F479E0
Black with #F479E0
Text Example
Text Example
White with #F479E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F479E0; }
p { color: rgb(244,121,224); }
H1.HeaderClassName
{
color: #F479E0;
}
.AnyTagClassName
{
color: #F479E0;
}
</style>
background-color css
<style>
a { background-color: #F479E0; }
a { background-color: rgb(244,121,224); }
div.DivClassName
{
background-color: #F479E0;
}
.BgClassName
{
background-color: #F479E0;
}
</style>
border-color css
<style>
span { border-color: #F479E0; }
span { border-color: rgb(244,121,224); }
td.TdClassName
{
border-color: #F479E0;
}
.TagClassName
{
border-color: #F479E0;
}
</style>