Shades of Pale Magenta #F680DB
Tints of Pale Magenta #F680DB
RGB
CMYK
RGB Variations
Color information
#F680DB (or 0xF680DB) is known color: Pale Magenta. HEX triplet: F6, 80 and DB. RGB value is (246,128,219). Sum of RGB (Red+Green+Blue) = 246+128+219=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F680DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F680DB is #097F24. Grayscale: #ADADAD. Windows color (decimal): -622373 or 14385398. OLE color: 14385398.
HSL color Cylindrical-coordinate representation of color #F680DB: hue angle of 313.73º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F680DB is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 219 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.04 |
| HSL | 313.73º | 0.87% | 0.73% | - |
| HSV(B) | 313.73º | 0.48% | 0.96% | - |
| XYZ | 58.51 | 40.15 | 71.68 | - |
| YUV | 173.66 | 153.59 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 219 | 0 | 0.48 | 0.11 | 0.04 | 313.73 | 0.87 | 0.73 |
| Hex | F6 | 80 | DB | 0 | 30 | B | 4 | 13A | 57 | 49 |
| Octal | 366 | 200 | 333 | 0 | 60 | 13 | 4 | 472 | 127 | 111 |
| Binary | 11110110 | 10000000 | 11011011 | 0 | 110000 | 1011 | 100 | 100111010 | 1010111 | 1001001 |
Color Harmonies of #F680DB
Complementary color
Monochromatic Colors of #F680DB
Black with #F680DB
Text Example
Text Example
White with #F680DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F680DB; }
p { color: rgb(246,128,219); }
H1.HeaderClassName
{
color: #F680DB;
}
.AnyTagClassName
{
color: #F680DB;
}
</style>
background-color css
<style>
a { background-color: #F680DB; }
a { background-color: rgb(246,128,219); }
div.DivClassName
{
background-color: #F680DB;
}
.BgClassName
{
background-color: #F680DB;
}
</style>
border-color css
<style>
span { border-color: #F680DB; }
span { border-color: rgb(246,128,219); }
td.TdClassName
{
border-color: #F680DB;
}
.TagClassName
{
border-color: #F680DB;
}
</style>