Shades of Pale Magenta #F786DB
Tints of Pale Magenta #F786DB
RGB
CMYK
RGB Variations
Color information
#F786DB (or 0xF786DB) is known color: Pale Magenta. HEX triplet: F7, 86 and DB. RGB value is (247,134,219). Sum of RGB (Red+Green+Blue) = 247+134+219=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 134 (52.73% from 255 or 22.33% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F786DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F786DB is #087924. Grayscale: #B1B1B1. Windows color (decimal): -555301 or 14386935. OLE color: 14386935.
HSL color Cylindrical-coordinate representation of color #F786DB: hue angle of 314.87º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F786DB is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 134 | 219 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.03 |
| HSL | 314.87º | 0.88% | 0.75% | - |
| HSV(B) | 314.87º | 0.46% | 0.97% | - |
| XYZ | 59.67 | 41.94 | 71.97 | - |
| YUV | 177.48 | 151.44 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 134 | 219 | 0 | 0.46 | 0.11 | 0.03 | 314.87 | 0.88 | 0.75 |
| Hex | F7 | 86 | DB | 0 | 2E | B | 3 | 13B | 58 | 4B |
| Octal | 367 | 206 | 333 | 0 | 56 | 13 | 3 | 473 | 130 | 113 |
| Binary | 11110111 | 10000110 | 11011011 | 0 | 101110 | 1011 | 11 | 100111011 | 1011000 | 1001011 |
Color Harmonies of #F786DB
Complementary color
Monochromatic Colors of #F786DB
Black with #F786DB
Text Example
Text Example
White with #F786DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F786DB; }
p { color: rgb(247,134,219); }
H1.HeaderClassName
{
color: #F786DB;
}
.AnyTagClassName
{
color: #F786DB;
}
</style>
background-color css
<style>
a { background-color: #F786DB; }
a { background-color: rgb(247,134,219); }
div.DivClassName
{
background-color: #F786DB;
}
.BgClassName
{
background-color: #F786DB;
}
</style>
border-color css
<style>
span { border-color: #F786DB; }
span { border-color: rgb(247,134,219); }
td.TdClassName
{
border-color: #F786DB;
}
.TagClassName
{
border-color: #F786DB;
}
</style>