Shades of Pale Magenta #F68FDB
Tints of Pale Magenta #F68FDB
RGB
CMYK
RGB Variations
Color information
#F68FDB (or 0xF68FDB) is known color: Pale Magenta. HEX triplet: F6, 8F and DB. RGB value is (246,143,219). Sum of RGB (Red+Green+Blue) = 246+143+219=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 143 (56.25% from 255 or 23.52% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FDB is #097024. Grayscale: #B6B6B6. Windows color (decimal): -618533 or 14389238. OLE color: 14389238.
HSL color Cylindrical-coordinate representation of color #F68FDB: hue angle of 315.73º 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 #F68FDB is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 219 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.04 |
| HSL | 315.73º | 0.85% | 0.76% | - |
| HSV(B) | 315.73º | 0.42% | 0.96% | - |
| XYZ | 60.61 | 44.35 | 72.38 | - |
| YUV | 182.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 219 | 0 | 0.42 | 0.11 | 0.04 | 315.73 | 0.85 | 0.76 |
| Hex | F6 | 8F | DB | 0 | 2A | B | 4 | 13C | 55 | 4C |
| Octal | 366 | 217 | 333 | 0 | 52 | 13 | 4 | 474 | 125 | 114 |
| Binary | 11110110 | 10001111 | 11011011 | 0 | 101010 | 1011 | 100 | 100111100 | 1010101 | 1001100 |
Color Harmonies of #F68FDB
Complementary color
Monochromatic Colors of #F68FDB
Black with #F68FDB
Text Example
Text Example
White with #F68FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68FDB; }
p { color: rgb(246,143,219); }
H1.HeaderClassName
{
color: #F68FDB;
}
.AnyTagClassName
{
color: #F68FDB;
}
</style>
background-color css
<style>
a { background-color: #F68FDB; }
a { background-color: rgb(246,143,219); }
div.DivClassName
{
background-color: #F68FDB;
}
.BgClassName
{
background-color: #F68FDB;
}
</style>
border-color css
<style>
span { border-color: #F68FDB; }
span { border-color: rgb(246,143,219); }
td.TdClassName
{
border-color: #F68FDB;
}
.TagClassName
{
border-color: #F68FDB;
}
</style>