Shades of Pale Magenta #F68EDB
Tints of Pale Magenta #F68EDB
RGB
CMYK
RGB Variations
Color information
#F68EDB (or 0xF68EDB) is known color: Pale Magenta. HEX triplet: F6, 8E and DB. RGB value is (246,142,219). Sum of RGB (Red+Green+Blue) = 246+142+219=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68EDB is #097124. Grayscale: #B5B5B5. Windows color (decimal): -618789 or 14388982. OLE color: 14388982.
HSL color Cylindrical-coordinate representation of color #F68EDB: hue angle of 315.58º 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 #F68EDB is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 219 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.04 |
| HSL | 315.58º | 0.85% | 0.76% | - |
| HSV(B) | 315.58º | 0.42% | 0.96% | - |
| XYZ | 60.47 | 44.05 | 72.33 | - |
| YUV | 181.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 219 | 0 | 0.42 | 0.11 | 0.04 | 315.58 | 0.85 | 0.76 |
| Hex | F6 | 8E | DB | 0 | 2A | B | 4 | 13C | 55 | 4C |
| Octal | 366 | 216 | 333 | 0 | 52 | 13 | 4 | 474 | 125 | 114 |
| Binary | 11110110 | 10001110 | 11011011 | 0 | 101010 | 1011 | 100 | 100111100 | 1010101 | 1001100 |
Color Harmonies of #F68EDB
Complementary color
Monochromatic Colors of #F68EDB
Black with #F68EDB
Text Example
Text Example
White with #F68EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68EDB; }
p { color: rgb(246,142,219); }
H1.HeaderClassName
{
color: #F68EDB;
}
.AnyTagClassName
{
color: #F68EDB;
}
</style>
background-color css
<style>
a { background-color: #F68EDB; }
a { background-color: rgb(246,142,219); }
div.DivClassName
{
background-color: #F68EDB;
}
.BgClassName
{
background-color: #F68EDB;
}
</style>
border-color css
<style>
span { border-color: #F68EDB; }
span { border-color: rgb(246,142,219); }
td.TdClassName
{
border-color: #F68EDB;
}
.TagClassName
{
border-color: #F68EDB;
}
</style>