Shades of Pale Magenta #F687DB
Tints of Pale Magenta #F687DB
RGB
CMYK
RGB Variations
Color information
#F687DB (or 0xF687DB) is known color: Pale Magenta. HEX triplet: F6, 87 and DB. RGB value is (246,135,219). Sum of RGB (Red+Green+Blue) = 246+135+219=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 135 (53.12% from 255 or 22.5% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F687DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F687DB is #097824. Grayscale: #B1B1B1. Windows color (decimal): -620581 or 14387190. OLE color: 14387190.
HSL color Cylindrical-coordinate representation of color #F687DB: hue angle of 314.59º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F687DB is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 135 | 219 | - |
CMYK | 0 | 0.45 | 0.11 | 0.04 |
HSL | 314.59º | 0.86% | 0.75% | - |
HSV(B) | 314.59º | 0.45% | 0.96% | - |
XYZ | 59.46 | 42.04 | 72 | - |
YUV | 177.77 | 151.27 | 176.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 135 | 219 | 0 | 0.45 | 0.11 | 0.04 | 314.59 | 0.86 | 0.75 |
Hex | F6 | 87 | DB | 0 | 2D | B | 4 | 13B | 56 | 4B |
Octal | 366 | 207 | 333 | 0 | 55 | 13 | 4 | 473 | 126 | 113 |
Binary | 11110110 | 10000111 | 11011011 | 0 | 101101 | 1011 | 100 | 100111011 | 1010110 | 1001011 |
Color Harmonies of #F687DB
Complementary color
Monochromatic Colors of #F687DB
Black with #F687DB
Text Example
Text Example
White with #F687DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F687DB; }
p { color: rgb(246,135,219); }
H1.HeaderClassName
{
color: #F687DB;
}
.AnyTagClassName
{
color: #F687DB;
}
</style>
background-color css
<style>
a { background-color: #F687DB; }
a { background-color: rgb(246,135,219); }
div.DivClassName
{
background-color: #F687DB;
}
.BgClassName
{
background-color: #F687DB;
}
</style>
border-color css
<style>
span { border-color: #F687DB; }
span { border-color: rgb(246,135,219); }
td.TdClassName
{
border-color: #F687DB;
}
.TagClassName
{
border-color: #F687DB;
}
</style>