Shades of Pale Magenta #F685DB
Tints of Pale Magenta #F685DB
RGB
CMYK
RGB Variations
Color information
#F685DB (or 0xF685DB) is known color: Pale Magenta. HEX triplet: F6, 85 and DB. RGB value is (246,133,219). Sum of RGB (Red+Green+Blue) = 246+133+219=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 133 (52.34% from 255 or 22.24% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F685DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F685DB is #097A24. Grayscale: #B0B0B0. Windows color (decimal): -621093 or 14386678. OLE color: 14386678.
HSL color Cylindrical-coordinate representation of color #F685DB: hue angle of 314.34º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F685DB is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 219 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.04 |
| HSL | 314.34º | 0.86% | 0.74% | - |
| HSV(B) | 314.34º | 0.46% | 0.96% | - |
| XYZ | 59.18 | 41.48 | 71.91 | - |
| YUV | 176.59 | 151.94 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 219 | 0 | 0.46 | 0.11 | 0.04 | 314.34 | 0.86 | 0.74 |
| Hex | F6 | 85 | DB | 0 | 2E | B | 4 | 13A | 56 | 4A |
| Octal | 366 | 205 | 333 | 0 | 56 | 13 | 4 | 472 | 126 | 112 |
| Binary | 11110110 | 10000101 | 11011011 | 0 | 101110 | 1011 | 100 | 100111010 | 1010110 | 1001010 |
Color Harmonies of #F685DB
Complementary color
Monochromatic Colors of #F685DB
Black with #F685DB
Text Example
Text Example
White with #F685DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F685DB; }
p { color: rgb(246,133,219); }
H1.HeaderClassName
{
color: #F685DB;
}
.AnyTagClassName
{
color: #F685DB;
}
</style>
background-color css
<style>
a { background-color: #F685DB; }
a { background-color: rgb(246,133,219); }
div.DivClassName
{
background-color: #F685DB;
}
.BgClassName
{
background-color: #F685DB;
}
</style>
border-color css
<style>
span { border-color: #F685DB; }
span { border-color: rgb(246,133,219); }
td.TdClassName
{
border-color: #F685DB;
}
.TagClassName
{
border-color: #F685DB;
}
</style>