Shades of Pale Magenta #F476E5
Tints of Pale Magenta #F476E5
RGB
CMYK
RGB Variations
Color information
#F476E5 (or 0xF476E5) is known color: Pale Magenta. HEX triplet: F4, 76 and E5. RGB value is (244,118,229). Sum of RGB (Red+Green+Blue) = 244+118+229=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 118 (46.48% from 255 or 19.97% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 244 - color contains mainly: red. Hex color #F476E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F476E5 is #0B891A. Grayscale: #A8A8A8. Windows color (decimal): -755995 or 15038196. OLE color: 15038196.
HSL color Cylindrical-coordinate representation of color #F476E5: hue angle of 307.14º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F476E5 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 118 | 229 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.04 |
| HSL | 307.14º | 0.85% | 0.71% | - |
| HSV(B) | 307.14º | 0.52% | 0.96% | - |
| XYZ | 57.93 | 37.85 | 78.38 | - |
| YUV | 168.33 | 162.24 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 118 | 229 | 0 | 0.52 | 0.06 | 0.04 | 307.14 | 0.85 | 0.71 |
| Hex | F4 | 76 | E5 | 0 | 34 | 6 | 4 | 133 | 55 | 47 |
| Octal | 364 | 166 | 345 | 0 | 64 | 6 | 4 | 463 | 125 | 107 |
| Binary | 11110100 | 1110110 | 11100101 | 0 | 110100 | 110 | 100 | 100110011 | 1010101 | 1000111 |
Color Harmonies of #F476E5
Complementary color
Monochromatic Colors of #F476E5
Black with #F476E5
Text Example
Text Example
White with #F476E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F476E5; }
p { color: rgb(244,118,229); }
H1.HeaderClassName
{
color: #F476E5;
}
.AnyTagClassName
{
color: #F476E5;
}
</style>
background-color css
<style>
a { background-color: #F476E5; }
a { background-color: rgb(244,118,229); }
div.DivClassName
{
background-color: #F476E5;
}
.BgClassName
{
background-color: #F476E5;
}
</style>
border-color css
<style>
span { border-color: #F476E5; }
span { border-color: rgb(244,118,229); }
td.TdClassName
{
border-color: #F476E5;
}
.TagClassName
{
border-color: #F476E5;
}
</style>