Shades of Pale Magenta #F66EDF
Tints of Pale Magenta #F66EDF
RGB
CMYK
RGB Variations
Color information
#F66EDF (or 0xF66EDF) is known color: Pale Magenta. HEX triplet: F6, 6E and DF. RGB value is (246,110,223). Sum of RGB (Red+Green+Blue) = 246+110+223=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 110 (43.36% from 255 or 19.00% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F66EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66EDF is #099120. Grayscale: #A3A3A3. Windows color (decimal): -626977 or 14642934. OLE color: 14642934.
HSL color Cylindrical-coordinate representation of color #F66EDF: hue angle of 310.15º 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 #F66EDF is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 110 | 223 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.04 |
| HSL | 310.15º | 0.88% | 0.7% | - |
| HSV(B) | 310.15º | 0.55% | 0.96% | - |
| XYZ | 56.9 | 36.07 | 73.78 | - |
| YUV | 163.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 110 | 223 | 0 | 0.55 | 0.09 | 0.04 | 310.15 | 0.88 | 0.7 |
| Hex | F6 | 6E | DF | 0 | 37 | 9 | 4 | 136 | 58 | 46 |
| Octal | 366 | 156 | 337 | 0 | 67 | 11 | 4 | 466 | 130 | 106 |
| Binary | 11110110 | 1101110 | 11011111 | 0 | 110111 | 1001 | 100 | 100110110 | 1011000 | 1000110 |
Color Harmonies of #F66EDF
Complementary color
Monochromatic Colors of #F66EDF
Black with #F66EDF
Text Example
Text Example
White with #F66EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66EDF; }
p { color: rgb(246,110,223); }
H1.HeaderClassName
{
color: #F66EDF;
}
.AnyTagClassName
{
color: #F66EDF;
}
</style>
background-color css
<style>
a { background-color: #F66EDF; }
a { background-color: rgb(246,110,223); }
div.DivClassName
{
background-color: #F66EDF;
}
.BgClassName
{
background-color: #F66EDF;
}
</style>
border-color css
<style>
span { border-color: #F66EDF; }
span { border-color: rgb(246,110,223); }
td.TdClassName
{
border-color: #F66EDF;
}
.TagClassName
{
border-color: #F66EDF;
}
</style>