Shades of Pale Magenta #F585DC
Tints of Pale Magenta #F585DC
RGB
CMYK
RGB Variations
Color information
#F585DC (or 0xF585DC) is known color: Pale Magenta. HEX triplet: F5, 85 and DC. RGB value is (245,133,220). Sum of RGB (Red+Green+Blue) = 245+133+220=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 133 (52.34% from 255 or 22.24% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F585DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585DC is #0A7A23. Grayscale: #B0B0B0. Windows color (decimal): -686628 or 14452213. OLE color: 14452213.
HSL color Cylindrical-coordinate representation of color #F585DC: hue angle of 313.39º 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 #F585DC is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 220 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.04 |
| HSL | 313.39º | 0.85% | 0.74% | - |
| HSV(B) | 313.39º | 0.46% | 0.96% | - |
| XYZ | 58.96 | 41.35 | 72.58 | - |
| YUV | 176.41 | 152.61 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 220 | 0 | 0.46 | 0.10 | 0.04 | 313.39 | 0.85 | 0.74 |
| Hex | F5 | 85 | DC | 0 | 2E | A | 4 | 139 | 55 | 4A |
| Octal | 365 | 205 | 334 | 0 | 56 | 12 | 4 | 471 | 125 | 112 |
| Binary | 11110101 | 10000101 | 11011100 | 0 | 101110 | 1010 | 100 | 100111001 | 1010101 | 1001010 |
Color Harmonies of #F585DC
Complementary color
Monochromatic Colors of #F585DC
Black with #F585DC
Text Example
Text Example
White with #F585DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585DC; }
p { color: rgb(245,133,220); }
H1.HeaderClassName
{
color: #F585DC;
}
.AnyTagClassName
{
color: #F585DC;
}
</style>
background-color css
<style>
a { background-color: #F585DC; }
a { background-color: rgb(245,133,220); }
div.DivClassName
{
background-color: #F585DC;
}
.BgClassName
{
background-color: #F585DC;
}
</style>
border-color css
<style>
span { border-color: #F585DC; }
span { border-color: rgb(245,133,220); }
td.TdClassName
{
border-color: #F585DC;
}
.TagClassName
{
border-color: #F585DC;
}
</style>