Shades of Pale Magenta #F46DE0
Tints of Pale Magenta #F46DE0
RGB
CMYK
RGB Variations
Color information
#F46DE0 (or 0xF46DE0) is known color: Pale Magenta. HEX triplet: F4, 6D and E0. RGB value is (244,109,224). Sum of RGB (Red+Green+Blue) = 244+109+224=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 109 (42.97% from 255 or 18.89% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 244 - color contains mainly: red. Hex color #F46DE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F46DE0 is #0B921F. Grayscale: #A2A2A2. Windows color (decimal): -758304 or 14708212. OLE color: 14708212.
HSL color Cylindrical-coordinate representation of color #F46DE0: hue angle of 308.89º 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 #F46DE0 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 109 | 224 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.04 |
| HSL | 308.89º | 0.86% | 0.69% | - |
| HSV(B) | 308.89º | 0.55% | 0.96% | - |
| XYZ | 56.23 | 35.55 | 74.42 | - |
| YUV | 162.48 | 162.73 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 109 | 224 | 0 | 0.55 | 0.08 | 0.04 | 308.89 | 0.86 | 0.69 |
| Hex | F4 | 6D | E0 | 0 | 37 | 8 | 4 | 135 | 56 | 45 |
| Octal | 364 | 155 | 340 | 0 | 67 | 10 | 4 | 465 | 126 | 105 |
| Binary | 11110100 | 1101101 | 11100000 | 0 | 110111 | 1000 | 100 | 100110101 | 1010110 | 1000101 |
Color Harmonies of #F46DE0
Complementary color
Monochromatic Colors of #F46DE0
Black with #F46DE0
Text Example
Text Example
White with #F46DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46DE0; }
p { color: rgb(244,109,224); }
H1.HeaderClassName
{
color: #F46DE0;
}
.AnyTagClassName
{
color: #F46DE0;
}
</style>
background-color css
<style>
a { background-color: #F46DE0; }
a { background-color: rgb(244,109,224); }
div.DivClassName
{
background-color: #F46DE0;
}
.BgClassName
{
background-color: #F46DE0;
}
</style>
border-color css
<style>
span { border-color: #F46DE0; }
span { border-color: rgb(244,109,224); }
td.TdClassName
{
border-color: #F46DE0;
}
.TagClassName
{
border-color: #F46DE0;
}
</style>