Shades of Pale Magenta #F084DD
Tints of Pale Magenta #F084DD
RGB
CMYK
RGB Variations
Color information
#F084DD (or 0xF084DD) is known color: Pale Magenta. HEX triplet: F0, 84 and DD. RGB value is (240,132,221). Sum of RGB (Red+Green+Blue) = 240+132+221=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 132 (51.95% from 255 or 22.26% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F084DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F084DD is #0F7B22. Grayscale: #AEAEAE. Windows color (decimal): -1014563 or 14517488. OLE color: 14517488.
HSL color Cylindrical-coordinate representation of color #F084DD: hue angle of 310.56º 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 #F084DD is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 221 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.06 |
| HSL | 310.56º | 0.78% | 0.73% | - |
| HSV(B) | 310.56º | 0.45% | 0.94% | - |
| XYZ | 57.24 | 40.25 | 73.16 | - |
| YUV | 174.44 | 154.28 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 221 | 0 | 0.45 | 0.08 | 0.06 | 310.56 | 0.78 | 0.73 |
| Hex | F0 | 84 | DD | 0 | 2D | 8 | 6 | 137 | 4E | 49 |
| Octal | 360 | 204 | 335 | 0 | 55 | 10 | 6 | 467 | 116 | 111 |
| Binary | 11110000 | 10000100 | 11011101 | 0 | 101101 | 1000 | 110 | 100110111 | 1001110 | 1001001 |
Color Harmonies of #F084DD
Complementary color
Monochromatic Colors of #F084DD
Black with #F084DD
Text Example
Text Example
White with #F084DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F084DD; }
p { color: rgb(240,132,221); }
H1.HeaderClassName
{
color: #F084DD;
}
.AnyTagClassName
{
color: #F084DD;
}
</style>
background-color css
<style>
a { background-color: #F084DD; }
a { background-color: rgb(240,132,221); }
div.DivClassName
{
background-color: #F084DD;
}
.BgClassName
{
background-color: #F084DD;
}
</style>
border-color css
<style>
span { border-color: #F084DD; }
span { border-color: rgb(240,132,221); }
td.TdClassName
{
border-color: #F084DD;
}
.TagClassName
{
border-color: #F084DD;
}
</style>