Shades of Pale Magenta #F690EC
Tints of Pale Magenta #F690EC
RGB
CMYK
RGB Variations
Color information
#F690EC (or 0xF690EC) is known color: Pale Magenta. HEX triplet: F6, 90 and EC. RGB value is (246,144,236). Sum of RGB (Red+Green+Blue) = 246+144+236=626 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.30% from 626); Green value is 144 (56.64% from 255 or 23.00% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 246 - color contains mainly: red. Hex color #F690EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F690EC is #096F13. Grayscale: #B8B8B8. Windows color (decimal): -618260 or 15503606. OLE color: 15503606.
HSL color Cylindrical-coordinate representation of color #F690EC: hue angle of 305.88º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F690EC is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 236 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.04 |
| HSL | 305.88º | 0.85% | 0.76% | - |
| HSV(B) | 305.88º | 0.41% | 0.96% | - |
| XYZ | 63.12 | 45.6 | 84.83 | - |
| YUV | 184.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 236 | 0 | 0.41 | 0.04 | 0.04 | 305.88 | 0.85 | 0.76 |
| Hex | F6 | 90 | EC | 0 | 29 | 4 | 4 | 132 | 55 | 4C |
| Octal | 366 | 220 | 354 | 0 | 51 | 4 | 4 | 462 | 125 | 114 |
| Binary | 11110110 | 10010000 | 11101100 | 0 | 101001 | 100 | 100 | 100110010 | 1010101 | 1001100 |
Color Harmonies of #F690EC
Complementary color
Monochromatic Colors of #F690EC
Black with #F690EC
Text Example
Text Example
White with #F690EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690EC; }
p { color: rgb(246,144,236); }
H1.HeaderClassName
{
color: #F690EC;
}
.AnyTagClassName
{
color: #F690EC;
}
</style>
background-color css
<style>
a { background-color: #F690EC; }
a { background-color: rgb(246,144,236); }
div.DivClassName
{
background-color: #F690EC;
}
.BgClassName
{
background-color: #F690EC;
}
</style>
border-color css
<style>
span { border-color: #F690EC; }
span { border-color: rgb(246,144,236); }
td.TdClassName
{
border-color: #F690EC;
}
.TagClassName
{
border-color: #F690EC;
}
</style>