Shades of Pale Magenta #F086DB
Tints of Pale Magenta #F086DB
RGB
CMYK
RGB Variations
Color information
#F086DB (or 0xF086DB) is known color: Pale Magenta. HEX triplet: F0, 86 and DB. RGB value is (240,134,219). Sum of RGB (Red+Green+Blue) = 240+134+219=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 134 (52.73% from 255 or 22.60% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F086DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086DB is #0F7924. Grayscale: #AFAFAF. Windows color (decimal): -1014053 or 14386928. OLE color: 14386928.
HSL color Cylindrical-coordinate representation of color #F086DB: hue angle of 311.89º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F086DB is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 219 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.06 |
| HSL | 311.89º | 0.78% | 0.73% | - |
| HSV(B) | 311.89º | 0.44% | 0.94% | - |
| XYZ | 57.25 | 40.69 | 71.85 | - |
| YUV | 175.38 | 152.62 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 219 | 0 | 0.44 | 0.09 | 0.06 | 311.89 | 0.78 | 0.73 |
| Hex | F0 | 86 | DB | 0 | 2C | 9 | 6 | 138 | 4E | 49 |
| Octal | 360 | 206 | 333 | 0 | 54 | 11 | 6 | 470 | 116 | 111 |
| Binary | 11110000 | 10000110 | 11011011 | 0 | 101100 | 1001 | 110 | 100111000 | 1001110 | 1001001 |
Color Harmonies of #F086DB
Complementary color
Monochromatic Colors of #F086DB
Black with #F086DB
Text Example
Text Example
White with #F086DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F086DB; }
p { color: rgb(240,134,219); }
H1.HeaderClassName
{
color: #F086DB;
}
.AnyTagClassName
{
color: #F086DB;
}
</style>
background-color css
<style>
a { background-color: #F086DB; }
a { background-color: rgb(240,134,219); }
div.DivClassName
{
background-color: #F086DB;
}
.BgClassName
{
background-color: #F086DB;
}
</style>
border-color css
<style>
span { border-color: #F086DB; }
span { border-color: rgb(240,134,219); }
td.TdClassName
{
border-color: #F086DB;
}
.TagClassName
{
border-color: #F086DB;
}
</style>