Shades of Pale Magenta #F68EED
Tints of Pale Magenta #F68EED
RGB
CMYK
RGB Variations
Color information
#F68EED (or 0xF68EED) is known color: Pale Magenta. HEX triplet: F6, 8E and ED. RGB value is (246,142,237). Sum of RGB (Red+Green+Blue) = 246+142+237=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 142 (55.86% from 255 or 22.72% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68EED is #097112. Grayscale: #B7B7B7. Windows color (decimal): -618771 or 15568630. OLE color: 15568630.
HSL color Cylindrical-coordinate representation of color #F68EED: hue angle of 305.19º 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 #F68EED is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 237 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.04 |
| HSL | 305.19º | 0.85% | 0.76% | - |
| HSV(B) | 305.19º | 0.42% | 0.96% | - |
| XYZ | 62.97 | 45.05 | 85.5 | - |
| YUV | 183.93 | 157.96 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 237 | 0 | 0.42 | 0.04 | 0.04 | 305.19 | 0.85 | 0.76 |
| Hex | F6 | 8E | ED | 0 | 2A | 4 | 4 | 131 | 55 | 4C |
| Octal | 366 | 216 | 355 | 0 | 52 | 4 | 4 | 461 | 125 | 114 |
| Binary | 11110110 | 10001110 | 11101101 | 0 | 101010 | 100 | 100 | 100110001 | 1010101 | 1001100 |
Color Harmonies of #F68EED
Complementary color
Monochromatic Colors of #F68EED
Black with #F68EED
Text Example
Text Example
White with #F68EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68EED; }
p { color: rgb(246,142,237); }
H1.HeaderClassName
{
color: #F68EED;
}
.AnyTagClassName
{
color: #F68EED;
}
</style>
background-color css
<style>
a { background-color: #F68EED; }
a { background-color: rgb(246,142,237); }
div.DivClassName
{
background-color: #F68EED;
}
.BgClassName
{
background-color: #F68EED;
}
</style>
border-color css
<style>
span { border-color: #F68EED; }
span { border-color: rgb(246,142,237); }
td.TdClassName
{
border-color: #F68EED;
}
.TagClassName
{
border-color: #F68EED;
}
</style>