Shades of Pale Magenta #F085DD
Tints of Pale Magenta #F085DD
RGB
CMYK
RGB Variations
Color information
#F085DD (or 0xF085DD) is known color: Pale Magenta. HEX triplet: F0, 85 and DD. RGB value is (240,133,221). Sum of RGB (Red+Green+Blue) = 240+133+221=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F085DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085DD is #0F7A22. Grayscale: #AEAEAE. Windows color (decimal): -1014307 or 14517744. OLE color: 14517744.
HSL color Cylindrical-coordinate representation of color #F085DD: hue angle of 310.65º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F085DD is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 221 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.06 |
| HSL | 310.65º | 0.78% | 0.73% | - |
| HSV(B) | 310.65º | 0.45% | 0.94% | - |
| XYZ | 57.37 | 40.52 | 73.2 | - |
| YUV | 175.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 221 | 0 | 0.45 | 0.08 | 0.06 | 310.65 | 0.78 | 0.73 |
| Hex | F0 | 85 | DD | 0 | 2D | 8 | 6 | 137 | 4E | 49 |
| Octal | 360 | 205 | 335 | 0 | 55 | 10 | 6 | 467 | 116 | 111 |
| Binary | 11110000 | 10000101 | 11011101 | 0 | 101101 | 1000 | 110 | 100110111 | 1001110 | 1001001 |
Color Harmonies of #F085DD
Complementary color
Monochromatic Colors of #F085DD
Black with #F085DD
Text Example
Text Example
White with #F085DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F085DD; }
p { color: rgb(240,133,221); }
H1.HeaderClassName
{
color: #F085DD;
}
.AnyTagClassName
{
color: #F085DD;
}
</style>
background-color css
<style>
a { background-color: #F085DD; }
a { background-color: rgb(240,133,221); }
div.DivClassName
{
background-color: #F085DD;
}
.BgClassName
{
background-color: #F085DD;
}
</style>
border-color css
<style>
span { border-color: #F085DD; }
span { border-color: rgb(240,133,221); }
td.TdClassName
{
border-color: #F085DD;
}
.TagClassName
{
border-color: #F085DD;
}
</style>