Shades of Pale Magenta #F66EDC
Tints of Pale Magenta #F66EDC
RGB
CMYK
RGB Variations
Color information
#F66EDC (or 0xF66EDC) is known color: Pale Magenta. HEX triplet: F6, 6E and DC. RGB value is (246,110,220). Sum of RGB (Red+Green+Blue) = 246+110+220=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 110 (43.36% from 255 or 19.10% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F66EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66EDC is #099123. Grayscale: #A2A2A2. Windows color (decimal): -626980 or 14446326. OLE color: 14446326.
HSL color Cylindrical-coordinate representation of color #F66EDC: hue angle of 311.47º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F66EDC is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 110 | 220 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.04 |
| HSL | 311.47º | 0.88% | 0.7% | - |
| HSV(B) | 311.47º | 0.55% | 0.96% | - |
| XYZ | 56.5 | 35.91 | 71.66 | - |
| YUV | 163.2 | 160.06 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 110 | 220 | 0 | 0.55 | 0.11 | 0.04 | 311.47 | 0.88 | 0.7 |
| Hex | F6 | 6E | DC | 0 | 37 | B | 4 | 137 | 58 | 46 |
| Octal | 366 | 156 | 334 | 0 | 67 | 13 | 4 | 467 | 130 | 106 |
| Binary | 11110110 | 1101110 | 11011100 | 0 | 110111 | 1011 | 100 | 100110111 | 1011000 | 1000110 |
Color Harmonies of #F66EDC
Complementary color
Monochromatic Colors of #F66EDC
Black with #F66EDC
Text Example
Text Example
White with #F66EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66EDC; }
p { color: rgb(246,110,220); }
H1.HeaderClassName
{
color: #F66EDC;
}
.AnyTagClassName
{
color: #F66EDC;
}
</style>
background-color css
<style>
a { background-color: #F66EDC; }
a { background-color: rgb(246,110,220); }
div.DivClassName
{
background-color: #F66EDC;
}
.BgClassName
{
background-color: #F66EDC;
}
</style>
border-color css
<style>
span { border-color: #F66EDC; }
span { border-color: rgb(246,110,220); }
td.TdClassName
{
border-color: #F66EDC;
}
.TagClassName
{
border-color: #F66EDC;
}
</style>