Shades of Pale Magenta #F68DEB
Tints of Pale Magenta #F68DEB
RGB
CMYK
RGB Variations
Color information
#F68DEB (or 0xF68DEB) is known color: Pale Magenta. HEX triplet: F6, 8D and EB. RGB value is (246,141,235). Sum of RGB (Red+Green+Blue) = 246+141+235=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 141 (55.47% from 255 or 22.67% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F68DEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68DEB is #097214. Grayscale: #B6B6B6. Windows color (decimal): -619029 or 15437302. OLE color: 15437302.
HSL color Cylindrical-coordinate representation of color #F68DEB: hue angle of 306.29º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68DEB is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 235 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.04 |
| HSL | 306.29º | 0.85% | 0.76% | - |
| HSV(B) | 306.29º | 0.43% | 0.96% | - |
| XYZ | 62.53 | 44.64 | 83.92 | - |
| YUV | 183.11 | 157.29 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 235 | 0 | 0.43 | 0.04 | 0.04 | 306.29 | 0.85 | 0.76 |
| Hex | F6 | 8D | EB | 0 | 2B | 4 | 4 | 132 | 55 | 4C |
| Octal | 366 | 215 | 353 | 0 | 53 | 4 | 4 | 462 | 125 | 114 |
| Binary | 11110110 | 10001101 | 11101011 | 0 | 101011 | 100 | 100 | 100110010 | 1010101 | 1001100 |
Color Harmonies of #F68DEB
Complementary color
Monochromatic Colors of #F68DEB
Black with #F68DEB
Text Example
Text Example
White with #F68DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68DEB; }
p { color: rgb(246,141,235); }
H1.HeaderClassName
{
color: #F68DEB;
}
.AnyTagClassName
{
color: #F68DEB;
}
</style>
background-color css
<style>
a { background-color: #F68DEB; }
a { background-color: rgb(246,141,235); }
div.DivClassName
{
background-color: #F68DEB;
}
.BgClassName
{
background-color: #F68DEB;
}
</style>
border-color css
<style>
span { border-color: #F68DEB; }
span { border-color: rgb(246,141,235); }
td.TdClassName
{
border-color: #F68DEB;
}
.TagClassName
{
border-color: #F68DEB;
}
</style>