Shades of Pale Magenta #F681DB
Tints of Pale Magenta #F681DB
RGB
CMYK
RGB Variations
Color information
#F681DB (or 0xF681DB) is known color: Pale Magenta. HEX triplet: F6, 81 and DB. RGB value is (246,129,219). Sum of RGB (Red+Green+Blue) = 246+129+219=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F681DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681DB is #097E24. Grayscale: #AEAEAE. Windows color (decimal): -622117 or 14385654. OLE color: 14385654.
HSL color Cylindrical-coordinate representation of color #F681DB: hue angle of 313.85º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F681DB is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 219 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.04 |
| HSL | 313.85º | 0.87% | 0.74% | - |
| HSV(B) | 313.85º | 0.48% | 0.96% | - |
| XYZ | 58.64 | 40.41 | 71.73 | - |
| YUV | 174.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 219 | 0 | 0.48 | 0.11 | 0.04 | 313.85 | 0.87 | 0.74 |
| Hex | F6 | 81 | DB | 0 | 30 | B | 4 | 13A | 57 | 4A |
| Octal | 366 | 201 | 333 | 0 | 60 | 13 | 4 | 472 | 127 | 112 |
| Binary | 11110110 | 10000001 | 11011011 | 0 | 110000 | 1011 | 100 | 100111010 | 1010111 | 1001010 |
Color Harmonies of #F681DB
Complementary color
Monochromatic Colors of #F681DB
Black with #F681DB
Text Example
Text Example
White with #F681DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F681DB; }
p { color: rgb(246,129,219); }
H1.HeaderClassName
{
color: #F681DB;
}
.AnyTagClassName
{
color: #F681DB;
}
</style>
background-color css
<style>
a { background-color: #F681DB; }
a { background-color: rgb(246,129,219); }
div.DivClassName
{
background-color: #F681DB;
}
.BgClassName
{
background-color: #F681DB;
}
</style>
border-color css
<style>
span { border-color: #F681DB; }
span { border-color: rgb(246,129,219); }
td.TdClassName
{
border-color: #F681DB;
}
.TagClassName
{
border-color: #F681DB;
}
</style>