Shades of Pale Magenta #F585DB
Tints of Pale Magenta #F585DB
RGB
CMYK
RGB Variations
Color information
#F585DB (or 0xF585DB) is known color: Pale Magenta. HEX triplet: F5, 85 and DB. RGB value is (245,133,219). Sum of RGB (Red+Green+Blue) = 245+133+219=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 133 (52.34% from 255 or 22.28% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F585DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585DB is #0A7A24. Grayscale: #B0B0B0. Windows color (decimal): -686629 or 14386677. OLE color: 14386677.
HSL color Cylindrical-coordinate representation of color #F585DB: hue angle of 313.93º degrees, saturation: 0.85, 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 #F585DB is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 219 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.04 |
| HSL | 313.93º | 0.85% | 0.74% | - |
| HSV(B) | 313.93º | 0.46% | 0.96% | - |
| XYZ | 58.83 | 41.3 | 71.89 | - |
| YUV | 176.29 | 152.11 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 219 | 0 | 0.46 | 0.11 | 0.04 | 313.93 | 0.85 | 0.74 |
| Hex | F5 | 85 | DB | 0 | 2E | B | 4 | 13A | 55 | 4A |
| Octal | 365 | 205 | 333 | 0 | 56 | 13 | 4 | 472 | 125 | 112 |
| Binary | 11110101 | 10000101 | 11011011 | 0 | 101110 | 1011 | 100 | 100111010 | 1010101 | 1001010 |
Color Harmonies of #F585DB
Complementary color
Monochromatic Colors of #F585DB
Black with #F585DB
Text Example
Text Example
White with #F585DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585DB; }
p { color: rgb(245,133,219); }
H1.HeaderClassName
{
color: #F585DB;
}
.AnyTagClassName
{
color: #F585DB;
}
</style>
background-color css
<style>
a { background-color: #F585DB; }
a { background-color: rgb(245,133,219); }
div.DivClassName
{
background-color: #F585DB;
}
.BgClassName
{
background-color: #F585DB;
}
</style>
border-color css
<style>
span { border-color: #F585DB; }
span { border-color: rgb(245,133,219); }
td.TdClassName
{
border-color: #F585DB;
}
.TagClassName
{
border-color: #F585DB;
}
</style>