Shades of Pale Magenta #F47CE0
Tints of Pale Magenta #F47CE0
RGB
CMYK
RGB Variations
Color information
#F47CE0 (or 0xF47CE0) is known color: Pale Magenta. HEX triplet: F4, 7C and E0. RGB value is (244,124,224). Sum of RGB (Red+Green+Blue) = 244+124+224=592 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.22% from 592); Green value is 124 (48.83% from 255 or 20.95% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 244 - color contains mainly: red. Hex color #F47CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47CE0 is #0B831F. Grayscale: #ABABAB. Windows color (decimal): -754464 or 14712052. OLE color: 14712052.
HSL color Cylindrical-coordinate representation of color #F47CE0: hue angle of 310º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47CE0 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 124 | 224 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.04 |
| HSL | 310º | 0.85% | 0.72% | - |
| HSV(B) | 310º | 0.49% | 0.96% | - |
| XYZ | 57.97 | 39.03 | 75 | - |
| YUV | 171.28 | 157.76 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 124 | 224 | 0 | 0.49 | 0.08 | 0.04 | 310 | 0.85 | 0.72 |
| Hex | F4 | 7C | E0 | 0 | 31 | 8 | 4 | 136 | 55 | 48 |
| Octal | 364 | 174 | 340 | 0 | 61 | 10 | 4 | 466 | 125 | 110 |
| Binary | 11110100 | 1111100 | 11100000 | 0 | 110001 | 1000 | 100 | 100110110 | 1010101 | 1001000 |
Color Harmonies of #F47CE0
Complementary color
Monochromatic Colors of #F47CE0
Black with #F47CE0
Text Example
Text Example
White with #F47CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47CE0; }
p { color: rgb(244,124,224); }
H1.HeaderClassName
{
color: #F47CE0;
}
.AnyTagClassName
{
color: #F47CE0;
}
</style>
background-color css
<style>
a { background-color: #F47CE0; }
a { background-color: rgb(244,124,224); }
div.DivClassName
{
background-color: #F47CE0;
}
.BgClassName
{
background-color: #F47CE0;
}
</style>
border-color css
<style>
span { border-color: #F47CE0; }
span { border-color: rgb(244,124,224); }
td.TdClassName
{
border-color: #F47CE0;
}
.TagClassName
{
border-color: #F47CE0;
}
</style>