Shades of Pale Magenta #F68BDB
Tints of Pale Magenta #F68BDB
RGB
CMYK
RGB Variations
Color information
#F68BDB (or 0xF68BDB) is known color: Pale Magenta. HEX triplet: F6, 8B and DB. RGB value is (246,139,219). Sum of RGB (Red+Green+Blue) = 246+139+219=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 139 (54.69% from 255 or 23.01% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68BDB is #097424. Grayscale: #B3B3B3. Windows color (decimal): -619557 or 14388214. OLE color: 14388214.
HSL color Cylindrical-coordinate representation of color #F68BDB: hue angle of 315.14º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68BDB is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 219 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.04 |
| HSL | 315.14º | 0.86% | 0.75% | - |
| HSV(B) | 315.14º | 0.43% | 0.96% | - |
| XYZ | 60.02 | 43.17 | 72.19 | - |
| YUV | 180.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 219 | 0 | 0.43 | 0.11 | 0.04 | 315.14 | 0.86 | 0.75 |
| Hex | F6 | 8B | DB | 0 | 2B | B | 4 | 13B | 56 | 4B |
| Octal | 366 | 213 | 333 | 0 | 53 | 13 | 4 | 473 | 126 | 113 |
| Binary | 11110110 | 10001011 | 11011011 | 0 | 101011 | 1011 | 100 | 100111011 | 1010110 | 1001011 |
Color Harmonies of #F68BDB
Complementary color
Monochromatic Colors of #F68BDB
Black with #F68BDB
Text Example
Text Example
White with #F68BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68BDB; }
p { color: rgb(246,139,219); }
H1.HeaderClassName
{
color: #F68BDB;
}
.AnyTagClassName
{
color: #F68BDB;
}
</style>
background-color css
<style>
a { background-color: #F68BDB; }
a { background-color: rgb(246,139,219); }
div.DivClassName
{
background-color: #F68BDB;
}
.BgClassName
{
background-color: #F68BDB;
}
</style>
border-color css
<style>
span { border-color: #F68BDB; }
span { border-color: rgb(246,139,219); }
td.TdClassName
{
border-color: #F68BDB;
}
.TagClassName
{
border-color: #F68BDB;
}
</style>