Shades of Pale Magenta #F476E1
Tints of Pale Magenta #F476E1
RGB
CMYK
RGB Variations
Color information
#F476E1 (or 0xF476E1) is known color: Pale Magenta. HEX triplet: F4, 76 and E1. RGB value is (244,118,225). Sum of RGB (Red+Green+Blue) = 244+118+225=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 118 (46.48% from 255 or 20.10% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 244 - color contains mainly: red. Hex color #F476E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F476E1 is #0B891E. Grayscale: #A7A7A7. Windows color (decimal): -755999 or 14776052. OLE color: 14776052.
HSL color Cylindrical-coordinate representation of color #F476E1: hue angle of 309.05º 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 #F476E1 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 118 | 225 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.04 |
| HSL | 309.05º | 0.85% | 0.71% | - |
| HSV(B) | 309.05º | 0.52% | 0.96% | - |
| XYZ | 57.38 | 37.63 | 75.47 | - |
| YUV | 167.87 | 160.24 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 118 | 225 | 0 | 0.52 | 0.08 | 0.04 | 309.05 | 0.85 | 0.71 |
| Hex | F4 | 76 | E1 | 0 | 34 | 8 | 4 | 135 | 55 | 47 |
| Octal | 364 | 166 | 341 | 0 | 64 | 10 | 4 | 465 | 125 | 107 |
| Binary | 11110100 | 1110110 | 11100001 | 0 | 110100 | 1000 | 100 | 100110101 | 1010101 | 1000111 |
Color Harmonies of #F476E1
Complementary color
Monochromatic Colors of #F476E1
Black with #F476E1
Text Example
Text Example
White with #F476E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F476E1; }
p { color: rgb(244,118,225); }
H1.HeaderClassName
{
color: #F476E1;
}
.AnyTagClassName
{
color: #F476E1;
}
</style>
background-color css
<style>
a { background-color: #F476E1; }
a { background-color: rgb(244,118,225); }
div.DivClassName
{
background-color: #F476E1;
}
.BgClassName
{
background-color: #F476E1;
}
</style>
border-color css
<style>
span { border-color: #F476E1; }
span { border-color: rgb(244,118,225); }
td.TdClassName
{
border-color: #F476E1;
}
.TagClassName
{
border-color: #F476E1;
}
</style>