Shades of Pale Magenta #F46EDD
Tints of Pale Magenta #F46EDD
RGB
CMYK
RGB Variations
Color information
#F46EDD (or 0xF46EDD) is known color: Pale Magenta. HEX triplet: F4, 6E and DD. RGB value is (244,110,221). Sum of RGB (Red+Green+Blue) = 244+110+221=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 110 (43.36% from 255 or 19.13% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F46EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F46EDD is #0B9122. Grayscale: #A2A2A2. Windows color (decimal): -758051 or 14511860. OLE color: 14511860.
HSL color Cylindrical-coordinate representation of color #F46EDD: hue angle of 310.3º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F46EDD is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 110 | 221 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.04 |
| HSL | 310.3º | 0.86% | 0.69% | - |
| HSV(B) | 310.3º | 0.55% | 0.96% | - |
| XYZ | 55.94 | 35.61 | 72.33 | - |
| YUV | 162.72 | 160.89 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 110 | 221 | 0 | 0.55 | 0.09 | 0.04 | 310.3 | 0.86 | 0.69 |
| Hex | F4 | 6E | DD | 0 | 37 | 9 | 4 | 136 | 56 | 45 |
| Octal | 364 | 156 | 335 | 0 | 67 | 11 | 4 | 466 | 126 | 105 |
| Binary | 11110100 | 1101110 | 11011101 | 0 | 110111 | 1001 | 100 | 100110110 | 1010110 | 1000101 |
Color Harmonies of #F46EDD
Complementary color
Monochromatic Colors of #F46EDD
Black with #F46EDD
Text Example
Text Example
White with #F46EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46EDD; }
p { color: rgb(244,110,221); }
H1.HeaderClassName
{
color: #F46EDD;
}
.AnyTagClassName
{
color: #F46EDD;
}
</style>
background-color css
<style>
a { background-color: #F46EDD; }
a { background-color: rgb(244,110,221); }
div.DivClassName
{
background-color: #F46EDD;
}
.BgClassName
{
background-color: #F46EDD;
}
</style>
border-color css
<style>
span { border-color: #F46EDD; }
span { border-color: rgb(244,110,221); }
td.TdClassName
{
border-color: #F46EDD;
}
.TagClassName
{
border-color: #F46EDD;
}
</style>