Shades of Pale Magenta #F86DDB
Tints of Pale Magenta #F86DDB
RGB
CMYK
RGB Variations
Color information
#F86DDB (or 0xF86DDB) is known color: Pale Magenta. HEX triplet: F8, 6D and DB. RGB value is (248,109,219). Sum of RGB (Red+Green+Blue) = 248+109+219=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 109 (42.97% from 255 or 18.92% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F86DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86DDB is #079224. Grayscale: #A2A2A2. Windows color (decimal): -496165 or 14380536. OLE color: 14380536.
HSL color Cylindrical-coordinate representation of color #F86DDB: hue angle of 312.52º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86DDB is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 109 | 219 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.03 |
| HSL | 312.52º | 0.91% | 0.7% | - |
| HSV(B) | 312.52º | 0.56% | 0.97% | - |
| XYZ | 56.97 | 36.01 | 70.97 | - |
| YUV | 163.1 | 159.55 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 109 | 219 | 0 | 0.56 | 0.12 | 0.03 | 312.52 | 0.91 | 0.7 |
| Hex | F8 | 6D | DB | 0 | 38 | C | 3 | 139 | 5B | 46 |
| Octal | 370 | 155 | 333 | 0 | 70 | 14 | 3 | 471 | 133 | 106 |
| Binary | 11111000 | 1101101 | 11011011 | 0 | 111000 | 1100 | 11 | 100111001 | 1011011 | 1000110 |
Color Harmonies of #F86DDB
Complementary color
Monochromatic Colors of #F86DDB
Black with #F86DDB
Text Example
Text Example
White with #F86DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86DDB; }
p { color: rgb(248,109,219); }
H1.HeaderClassName
{
color: #F86DDB;
}
.AnyTagClassName
{
color: #F86DDB;
}
</style>
background-color css
<style>
a { background-color: #F86DDB; }
a { background-color: rgb(248,109,219); }
div.DivClassName
{
background-color: #F86DDB;
}
.BgClassName
{
background-color: #F86DDB;
}
</style>
border-color css
<style>
span { border-color: #F86DDB; }
span { border-color: rgb(248,109,219); }
td.TdClassName
{
border-color: #F86DDB;
}
.TagClassName
{
border-color: #F86DDB;
}
</style>