Shades of Pale Magenta #F693EC
Tints of Pale Magenta #F693EC
RGB
CMYK
RGB Variations
Color information
#F693EC (or 0xF693EC) is known color: Pale Magenta. HEX triplet: F6, 93 and EC. RGB value is (246,147,236). Sum of RGB (Red+Green+Blue) = 246+147+236=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 147 (57.81% from 255 or 23.37% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F693EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F693EC is #096C13. Grayscale: #BABABA. Windows color (decimal): -617492 or 15504374. OLE color: 15504374.
HSL color Cylindrical-coordinate representation of color #F693EC: hue angle of 306.06º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F693EC is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 147 | 236 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.04 |
| HSL | 306.06º | 0.85% | 0.77% | - |
| HSV(B) | 306.06º | 0.4% | 0.96% | - |
| XYZ | 63.58 | 46.52 | 84.98 | - |
| YUV | 186.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 147 | 236 | 0 | 0.40 | 0.04 | 0.04 | 306.06 | 0.85 | 0.77 |
| Hex | F6 | 93 | EC | 0 | 28 | 4 | 4 | 132 | 55 | 4D |
| Octal | 366 | 223 | 354 | 0 | 50 | 4 | 4 | 462 | 125 | 115 |
| Binary | 11110110 | 10010011 | 11101100 | 0 | 101000 | 100 | 100 | 100110010 | 1010101 | 1001101 |
Color Harmonies of #F693EC
Complementary color
Monochromatic Colors of #F693EC
Black with #F693EC
Text Example
Text Example
White with #F693EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F693EC; }
p { color: rgb(246,147,236); }
H1.HeaderClassName
{
color: #F693EC;
}
.AnyTagClassName
{
color: #F693EC;
}
</style>
background-color css
<style>
a { background-color: #F693EC; }
a { background-color: rgb(246,147,236); }
div.DivClassName
{
background-color: #F693EC;
}
.BgClassName
{
background-color: #F693EC;
}
</style>
border-color css
<style>
span { border-color: #F693EC; }
span { border-color: rgb(246,147,236); }
td.TdClassName
{
border-color: #F693EC;
}
.TagClassName
{
border-color: #F693EC;
}
</style>