Shades of Pale Magenta #F47FE0
Tints of Pale Magenta #F47FE0
RGB
CMYK
RGB Variations
Color information
#F47FE0 (or 0xF47FE0) is known color: Pale Magenta. HEX triplet: F4, 7F and E0. RGB value is (244,127,224). Sum of RGB (Red+Green+Blue) = 244+127+224=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F47FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47FE0 is #0B801F. Grayscale: #ACACAC. Windows color (decimal): -753696 or 14712820. OLE color: 14712820.
HSL color Cylindrical-coordinate representation of color #F47FE0: hue angle of 310.26º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F47FE0 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 127 | 224 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.04 |
| HSL | 310.26º | 0.84% | 0.73% | - |
| HSV(B) | 310.26º | 0.48% | 0.96% | - |
| XYZ | 58.35 | 39.79 | 75.13 | - |
| YUV | 173.04 | 156.76 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 127 | 224 | 0 | 0.48 | 0.08 | 0.04 | 310.26 | 0.84 | 0.73 |
| Hex | F4 | 7F | E0 | 0 | 30 | 8 | 4 | 136 | 54 | 49 |
| Octal | 364 | 177 | 340 | 0 | 60 | 10 | 4 | 466 | 124 | 111 |
| Binary | 11110100 | 1111111 | 11100000 | 0 | 110000 | 1000 | 100 | 100110110 | 1010100 | 1001001 |
Color Harmonies of #F47FE0
Complementary color
Monochromatic Colors of #F47FE0
Black with #F47FE0
Text Example
Text Example
White with #F47FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47FE0; }
p { color: rgb(244,127,224); }
H1.HeaderClassName
{
color: #F47FE0;
}
.AnyTagClassName
{
color: #F47FE0;
}
</style>
background-color css
<style>
a { background-color: #F47FE0; }
a { background-color: rgb(244,127,224); }
div.DivClassName
{
background-color: #F47FE0;
}
.BgClassName
{
background-color: #F47FE0;
}
</style>
border-color css
<style>
span { border-color: #F47FE0; }
span { border-color: rgb(244,127,224); }
td.TdClassName
{
border-color: #F47FE0;
}
.TagClassName
{
border-color: #F47FE0;
}
</style>