Shades of Pale Magenta #F66EE5
Tints of Pale Magenta #F66EE5
RGB
CMYK
RGB Variations
Color information
#F66EE5 (or 0xF66EE5) is known color: Pale Magenta. HEX triplet: F6, 6E and E5. RGB value is (246,110,229). Sum of RGB (Red+Green+Blue) = 246+110+229=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 110 (43.36% from 255 or 18.80% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F66EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66EE5 is #09911A. Grayscale: #A3A3A3. Windows color (decimal): -626971 or 15036150. OLE color: 15036150.
HSL color Cylindrical-coordinate representation of color #F66EE5: hue angle of 307.5º 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 #F66EE5 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 110 | 229 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.04 |
| HSL | 307.5º | 0.88% | 0.7% | - |
| HSV(B) | 307.5º | 0.55% | 0.96% | - |
| XYZ | 57.72 | 36.4 | 78.11 | - |
| YUV | 164.23 | 164.56 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 110 | 229 | 0 | 0.55 | 0.07 | 0.04 | 307.5 | 0.88 | 0.7 |
| Hex | F6 | 6E | E5 | 0 | 37 | 7 | 4 | 134 | 58 | 46 |
| Octal | 366 | 156 | 345 | 0 | 67 | 7 | 4 | 464 | 130 | 106 |
| Binary | 11110110 | 1101110 | 11100101 | 0 | 110111 | 111 | 100 | 100110100 | 1011000 | 1000110 |
Color Harmonies of #F66EE5
Complementary color
Monochromatic Colors of #F66EE5
Black with #F66EE5
Text Example
Text Example
White with #F66EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66EE5; }
p { color: rgb(246,110,229); }
H1.HeaderClassName
{
color: #F66EE5;
}
.AnyTagClassName
{
color: #F66EE5;
}
</style>
background-color css
<style>
a { background-color: #F66EE5; }
a { background-color: rgb(246,110,229); }
div.DivClassName
{
background-color: #F66EE5;
}
.BgClassName
{
background-color: #F66EE5;
}
</style>
border-color css
<style>
span { border-color: #F66EE5; }
span { border-color: rgb(246,110,229); }
td.TdClassName
{
border-color: #F66EE5;
}
.TagClassName
{
border-color: #F66EE5;
}
</style>