Shades of Pale Magenta #F693E8
Tints of Pale Magenta #F693E8
RGB
CMYK
RGB Variations
Color information
#F693E8 (or 0xF693E8) is known color: Pale Magenta. HEX triplet: F6, 93 and E8. RGB value is (246,147,232). Sum of RGB (Red+Green+Blue) = 246+147+232=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 147 (57.81% from 255 or 23.52% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 246 - color contains mainly: red. Hex color #F693E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F693E8 is #096C17. Grayscale: #BABABA. Windows color (decimal): -617496 or 15242230. OLE color: 15242230.
HSL color Cylindrical-coordinate representation of color #F693E8: hue angle of 308.48º 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 #F693E8 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 147 | 232 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.04 |
| HSL | 308.48º | 0.85% | 0.77% | - |
| HSV(B) | 308.48º | 0.4% | 0.96% | - |
| XYZ | 63.01 | 46.29 | 81.96 | - |
| YUV | 186.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 147 | 232 | 0 | 0.40 | 0.06 | 0.04 | 308.48 | 0.85 | 0.77 |
| Hex | F6 | 93 | E8 | 0 | 28 | 6 | 4 | 134 | 55 | 4D |
| Octal | 366 | 223 | 350 | 0 | 50 | 6 | 4 | 464 | 125 | 115 |
| Binary | 11110110 | 10010011 | 11101000 | 0 | 101000 | 110 | 100 | 100110100 | 1010101 | 1001101 |
Color Harmonies of #F693E8
Complementary color
Monochromatic Colors of #F693E8
Black with #F693E8
Text Example
Text Example
White with #F693E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F693E8; }
p { color: rgb(246,147,232); }
H1.HeaderClassName
{
color: #F693E8;
}
.AnyTagClassName
{
color: #F693E8;
}
</style>
background-color css
<style>
a { background-color: #F693E8; }
a { background-color: rgb(246,147,232); }
div.DivClassName
{
background-color: #F693E8;
}
.BgClassName
{
background-color: #F693E8;
}
</style>
border-color css
<style>
span { border-color: #F693E8; }
span { border-color: rgb(246,147,232); }
td.TdClassName
{
border-color: #F693E8;
}
.TagClassName
{
border-color: #F693E8;
}
</style>