Shades of Pale Magenta #F47CE5
Tints of Pale Magenta #F47CE5
RGB
CMYK
RGB Variations
Color information
#F47CE5 (or 0xF47CE5) is known color: Pale Magenta. HEX triplet: F4, 7C and E5. RGB value is (244,124,229). Sum of RGB (Red+Green+Blue) = 244+124+229=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 124 (48.83% from 255 or 20.77% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 244 - color contains mainly: red. Hex color #F47CE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47CE5 is #0B831A. Grayscale: #ABABAB. Windows color (decimal): -754459 or 15039732. OLE color: 15039732.
HSL color Cylindrical-coordinate representation of color #F47CE5: hue angle of 307.5º 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 #F47CE5 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 124 | 229 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.04 |
| HSL | 307.5º | 0.85% | 0.72% | - |
| HSV(B) | 307.5º | 0.49% | 0.96% | - |
| XYZ | 58.66 | 39.31 | 78.62 | - |
| YUV | 171.85 | 160.26 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 124 | 229 | 0 | 0.49 | 0.06 | 0.04 | 307.5 | 0.85 | 0.72 |
| Hex | F4 | 7C | E5 | 0 | 31 | 6 | 4 | 134 | 55 | 48 |
| Octal | 364 | 174 | 345 | 0 | 61 | 6 | 4 | 464 | 125 | 110 |
| Binary | 11110100 | 1111100 | 11100101 | 0 | 110001 | 110 | 100 | 100110100 | 1010101 | 1001000 |
Color Harmonies of #F47CE5
Complementary color
Monochromatic Colors of #F47CE5
Black with #F47CE5
Text Example
Text Example
White with #F47CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47CE5; }
p { color: rgb(244,124,229); }
H1.HeaderClassName
{
color: #F47CE5;
}
.AnyTagClassName
{
color: #F47CE5;
}
</style>
background-color css
<style>
a { background-color: #F47CE5; }
a { background-color: rgb(244,124,229); }
div.DivClassName
{
background-color: #F47CE5;
}
.BgClassName
{
background-color: #F47CE5;
}
</style>
border-color css
<style>
span { border-color: #F47CE5; }
span { border-color: rgb(244,124,229); }
td.TdClassName
{
border-color: #F47CE5;
}
.TagClassName
{
border-color: #F47CE5;
}
</style>