Shades of Pale Magenta #F68EE1
Tints of Pale Magenta #F68EE1
RGB
CMYK
RGB Variations
Color information
#F68EE1 (or 0xF68EE1) is known color: Pale Magenta. HEX triplet: F6, 8E and E1. RGB value is (246,142,225). Sum of RGB (Red+Green+Blue) = 246+142+225=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 142 (55.86% from 255 or 23.16% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68EE1 is #09711E. Grayscale: #B6B6B6. Windows color (decimal): -618783 or 14782198. OLE color: 14782198.
HSL color Cylindrical-coordinate representation of color #F68EE1: hue angle of 312.12º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68EE1 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 225 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.04 |
| HSL | 312.12º | 0.85% | 0.76% | - |
| HSV(B) | 312.12º | 0.42% | 0.96% | - |
| XYZ | 61.27 | 44.38 | 76.57 | - |
| YUV | 182.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 225 | 0 | 0.42 | 0.09 | 0.04 | 312.12 | 0.85 | 0.76 |
| Hex | F6 | 8E | E1 | 0 | 2A | 9 | 4 | 138 | 55 | 4C |
| Octal | 366 | 216 | 341 | 0 | 52 | 11 | 4 | 470 | 125 | 114 |
| Binary | 11110110 | 10001110 | 11100001 | 0 | 101010 | 1001 | 100 | 100111000 | 1010101 | 1001100 |
Color Harmonies of #F68EE1
Complementary color
Monochromatic Colors of #F68EE1
Black with #F68EE1
Text Example
Text Example
White with #F68EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68EE1; }
p { color: rgb(246,142,225); }
H1.HeaderClassName
{
color: #F68EE1;
}
.AnyTagClassName
{
color: #F68EE1;
}
</style>
background-color css
<style>
a { background-color: #F68EE1; }
a { background-color: rgb(246,142,225); }
div.DivClassName
{
background-color: #F68EE1;
}
.BgClassName
{
background-color: #F68EE1;
}
</style>
border-color css
<style>
span { border-color: #F68EE1; }
span { border-color: rgb(246,142,225); }
td.TdClassName
{
border-color: #F68EE1;
}
.TagClassName
{
border-color: #F68EE1;
}
</style>