Shades of Pale Magenta #F68EE0
Tints of Pale Magenta #F68EE0
RGB
CMYK
RGB Variations
Color information
#F68EE0 (or 0xF68EE0) is known color: Pale Magenta. HEX triplet: F6, 8E and E0. RGB value is (246,142,224). Sum of RGB (Red+Green+Blue) = 246+142+224=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 142 (55.86% from 255 or 23.20% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68EE0 is #09711F. Grayscale: #B6B6B6. Windows color (decimal): -618784 or 14716662. OLE color: 14716662.
HSL color Cylindrical-coordinate representation of color #F68EE0: hue angle of 312.69º 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 #F68EE0 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 224 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.04 |
| HSL | 312.69º | 0.85% | 0.76% | - |
| HSV(B) | 312.69º | 0.42% | 0.96% | - |
| XYZ | 61.13 | 44.32 | 75.85 | - |
| YUV | 182.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 224 | 0 | 0.42 | 0.09 | 0.04 | 312.69 | 0.85 | 0.76 |
| Hex | F6 | 8E | E0 | 0 | 2A | 9 | 4 | 139 | 55 | 4C |
| Octal | 366 | 216 | 340 | 0 | 52 | 11 | 4 | 471 | 125 | 114 |
| Binary | 11110110 | 10001110 | 11100000 | 0 | 101010 | 1001 | 100 | 100111001 | 1010101 | 1001100 |
Color Harmonies of #F68EE0
Complementary color
Monochromatic Colors of #F68EE0
Black with #F68EE0
Text Example
Text Example
White with #F68EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68EE0; }
p { color: rgb(246,142,224); }
H1.HeaderClassName
{
color: #F68EE0;
}
.AnyTagClassName
{
color: #F68EE0;
}
</style>
background-color css
<style>
a { background-color: #F68EE0; }
a { background-color: rgb(246,142,224); }
div.DivClassName
{
background-color: #F68EE0;
}
.BgClassName
{
background-color: #F68EE0;
}
</style>
border-color css
<style>
span { border-color: #F68EE0; }
span { border-color: rgb(246,142,224); }
td.TdClassName
{
border-color: #F68EE0;
}
.TagClassName
{
border-color: #F68EE0;
}
</style>