Shades of Pale Magenta #F47DE4
Tints of Pale Magenta #F47DE4
RGB
CMYK
RGB Variations
Color information
#F47DE4 (or 0xF47DE4) is known color: Pale Magenta. HEX triplet: F4, 7D and E4. RGB value is (244,125,228). Sum of RGB (Red+Green+Blue) = 244+125+228=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 125 (49.22% from 255 or 20.94% from 597); Blue value is 228 (89.45% from 255 or 38.19% from 597); Max value from RGB is 244 - color contains mainly: red. Hex color #F47DE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47DE4 is #0B821B. Grayscale: #ACACAC. Windows color (decimal): -754204 or 14974452. OLE color: 14974452.
HSL color Cylindrical-coordinate representation of color #F47DE4: hue angle of 308.07º degrees, saturation: 0.84, 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 #F47DE4 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 228 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.04 |
| HSL | 308.07º | 0.84% | 0.72% | - |
| HSV(B) | 308.07º | 0.49% | 0.96% | - |
| XYZ | 58.65 | 39.5 | 77.93 | - |
| YUV | 172.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 228 | 0 | 0.49 | 0.07 | 0.04 | 308.07 | 0.84 | 0.72 |
| Hex | F4 | 7D | E4 | 0 | 31 | 7 | 4 | 134 | 54 | 48 |
| Octal | 364 | 175 | 344 | 0 | 61 | 7 | 4 | 464 | 124 | 110 |
| Binary | 11110100 | 1111101 | 11100100 | 0 | 110001 | 111 | 100 | 100110100 | 1010100 | 1001000 |
Color Harmonies of #F47DE4
Complementary color
Monochromatic Colors of #F47DE4
Black with #F47DE4
Text Example
Text Example
White with #F47DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47DE4; }
p { color: rgb(244,125,228); }
H1.HeaderClassName
{
color: #F47DE4;
}
.AnyTagClassName
{
color: #F47DE4;
}
</style>
background-color css
<style>
a { background-color: #F47DE4; }
a { background-color: rgb(244,125,228); }
div.DivClassName
{
background-color: #F47DE4;
}
.BgClassName
{
background-color: #F47DE4;
}
</style>
border-color css
<style>
span { border-color: #F47DE4; }
span { border-color: rgb(244,125,228); }
td.TdClassName
{
border-color: #F47DE4;
}
.TagClassName
{
border-color: #F47DE4;
}
</style>