Shades of Pale Magenta #F479E5
Tints of Pale Magenta #F479E5
RGB
CMYK
RGB Variations
Color information
#F479E5 (or 0xF479E5) is known color: Pale Magenta. HEX triplet: F4, 79 and E5. RGB value is (244,121,229). Sum of RGB (Red+Green+Blue) = 244+121+229=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 121 (47.66% from 255 or 20.37% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 244 - color contains mainly: red. Hex color #F479E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F479E5 is #0B861A. Grayscale: #A9A9A9. Windows color (decimal): -755227 or 15038964. OLE color: 15038964.
HSL color Cylindrical-coordinate representation of color #F479E5: hue angle of 307.32º 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 #F479E5 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 121 | 229 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.04 |
| HSL | 307.32º | 0.85% | 0.72% | - |
| HSV(B) | 307.32º | 0.5% | 0.96% | - |
| XYZ | 58.29 | 38.56 | 78.5 | - |
| YUV | 170.09 | 161.25 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 121 | 229 | 0 | 0.50 | 0.06 | 0.04 | 307.32 | 0.85 | 0.72 |
| Hex | F4 | 79 | E5 | 0 | 32 | 6 | 4 | 133 | 55 | 48 |
| Octal | 364 | 171 | 345 | 0 | 62 | 6 | 4 | 463 | 125 | 110 |
| Binary | 11110100 | 1111001 | 11100101 | 0 | 110010 | 110 | 100 | 100110011 | 1010101 | 1001000 |
Color Harmonies of #F479E5
Complementary color
Monochromatic Colors of #F479E5
Black with #F479E5
Text Example
Text Example
White with #F479E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F479E5; }
p { color: rgb(244,121,229); }
H1.HeaderClassName
{
color: #F479E5;
}
.AnyTagClassName
{
color: #F479E5;
}
</style>
background-color css
<style>
a { background-color: #F479E5; }
a { background-color: rgb(244,121,229); }
div.DivClassName
{
background-color: #F479E5;
}
.BgClassName
{
background-color: #F479E5;
}
</style>
border-color css
<style>
span { border-color: #F479E5; }
span { border-color: rgb(244,121,229); }
td.TdClassName
{
border-color: #F479E5;
}
.TagClassName
{
border-color: #F479E5;
}
</style>