Shades of Pale Magenta #F585DF
Tints of Pale Magenta #F585DF
RGB
CMYK
RGB Variations
Color information
#F585DF (or 0xF585DF) is known color: Pale Magenta. HEX triplet: F5, 85 and DF. RGB value is (245,133,223). Sum of RGB (Red+Green+Blue) = 245+133+223=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F585DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585DF is #0A7A20. Grayscale: #B0B0B0. Windows color (decimal): -686625 or 14648821. OLE color: 14648821.
HSL color Cylindrical-coordinate representation of color #F585DF: hue angle of 311.79º 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 #F585DF is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 223 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.04 |
| HSL | 311.79º | 0.85% | 0.74% | - |
| HSV(B) | 311.79º | 0.46% | 0.96% | - |
| XYZ | 59.36 | 41.52 | 74.7 | - |
| YUV | 176.75 | 154.11 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 223 | 0 | 0.46 | 0.09 | 0.04 | 311.79 | 0.85 | 0.74 |
| Hex | F5 | 85 | DF | 0 | 2E | 9 | 4 | 138 | 55 | 4A |
| Octal | 365 | 205 | 337 | 0 | 56 | 11 | 4 | 470 | 125 | 112 |
| Binary | 11110101 | 10000101 | 11011111 | 0 | 101110 | 1001 | 100 | 100111000 | 1010101 | 1001010 |
Color Harmonies of #F585DF
Complementary color
Monochromatic Colors of #F585DF
Black with #F585DF
Text Example
Text Example
White with #F585DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585DF; }
p { color: rgb(245,133,223); }
H1.HeaderClassName
{
color: #F585DF;
}
.AnyTagClassName
{
color: #F585DF;
}
</style>
background-color css
<style>
a { background-color: #F585DF; }
a { background-color: rgb(245,133,223); }
div.DivClassName
{
background-color: #F585DF;
}
.BgClassName
{
background-color: #F585DF;
}
</style>
border-color css
<style>
span { border-color: #F585DF; }
span { border-color: rgb(245,133,223); }
td.TdClassName
{
border-color: #F585DF;
}
.TagClassName
{
border-color: #F585DF;
}
</style>