Shades of Pale Magenta #F47DE6
Tints of Pale Magenta #F47DE6
RGB
CMYK
RGB Variations
Color information
#F47DE6 (or 0xF47DE6) is known color: Pale Magenta. HEX triplet: F4, 7D and E6. RGB value is (244,125,230). Sum of RGB (Red+Green+Blue) = 244+125+230=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 125 (49.22% from 255 or 20.87% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 244 - color contains mainly: red. Hex color #F47DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F47DE6 is #0B8219. Grayscale: #ACACAC. Windows color (decimal): -754202 or 15105524. OLE color: 15105524.
HSL color Cylindrical-coordinate representation of color #F47DE6: hue angle of 307.06º 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 #F47DE6 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 230 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.04 |
| HSL | 307.06º | 0.84% | 0.72% | - |
| HSV(B) | 307.06º | 0.49% | 0.96% | - |
| XYZ | 58.92 | 39.61 | 79.4 | - |
| YUV | 172.55 | 160.42 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 230 | 0 | 0.49 | 0.06 | 0.04 | 307.06 | 0.84 | 0.72 |
| Hex | F4 | 7D | E6 | 0 | 31 | 6 | 4 | 133 | 54 | 48 |
| Octal | 364 | 175 | 346 | 0 | 61 | 6 | 4 | 463 | 124 | 110 |
| Binary | 11110100 | 1111101 | 11100110 | 0 | 110001 | 110 | 100 | 100110011 | 1010100 | 1001000 |
Color Harmonies of #F47DE6
Complementary color
Monochromatic Colors of #F47DE6
Black with #F47DE6
Text Example
Text Example
White with #F47DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47DE6; }
p { color: rgb(244,125,230); }
H1.HeaderClassName
{
color: #F47DE6;
}
.AnyTagClassName
{
color: #F47DE6;
}
</style>
background-color css
<style>
a { background-color: #F47DE6; }
a { background-color: rgb(244,125,230); }
div.DivClassName
{
background-color: #F47DE6;
}
.BgClassName
{
background-color: #F47DE6;
}
</style>
border-color css
<style>
span { border-color: #F47DE6; }
span { border-color: rgb(244,125,230); }
td.TdClassName
{
border-color: #F47DE6;
}
.TagClassName
{
border-color: #F47DE6;
}
</style>