Shades of Pale Magenta #F084D8
Tints of Pale Magenta #F084D8
RGB
CMYK
RGB Variations
Color information
#F084D8 (or 0xF084D8) is known color: Pale Magenta. HEX triplet: F0, 84 and D8. RGB value is (240,132,216). Sum of RGB (Red+Green+Blue) = 240+132+216=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 132 (51.95% from 255 or 22.45% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F084D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F084D8 is #0F7B27. Grayscale: #ADADAD. Windows color (decimal): -1014568 or 14189808. OLE color: 14189808.
HSL color Cylindrical-coordinate representation of color #F084D8: hue angle of 313.33º 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 #F084D8 is Cyan = 0, Magento = 0.45, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 216 | - |
| CMYK | 0 | 0.45 | 0.1 | 0.06 |
| HSL | 313.33º | 0.78% | 0.73% | - |
| HSV(B) | 313.33º | 0.45% | 0.94% | - |
| XYZ | 56.58 | 39.99 | 69.7 | - |
| YUV | 173.87 | 151.78 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 216 | 0 | 0.45 | 0.1 | 0.06 | 313.33 | 0.78 | 0.73 |
| Hex | F0 | 84 | D8 | 0 | 2D | A | 6 | 139 | 4E | 49 |
| Octal | 360 | 204 | 330 | 0 | 55 | 12 | 6 | 471 | 116 | 111 |
| Binary | 11110000 | 10000100 | 11011000 | 0 | 101101 | 1010 | 110 | 100111001 | 1001110 | 1001001 |
Color Harmonies of #F084D8
Complementary color
Monochromatic Colors of #F084D8
Black with #F084D8
Text Example
Text Example
White with #F084D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F084D8; }
p { color: rgb(240,132,216); }
H1.HeaderClassName
{
color: #F084D8;
}
.AnyTagClassName
{
color: #F084D8;
}
</style>
background-color css
<style>
a { background-color: #F084D8; }
a { background-color: rgb(240,132,216); }
div.DivClassName
{
background-color: #F084D8;
}
.BgClassName
{
background-color: #F084D8;
}
</style>
border-color css
<style>
span { border-color: #F084D8; }
span { border-color: rgb(240,132,216); }
td.TdClassName
{
border-color: #F084D8;
}
.TagClassName
{
border-color: #F084D8;
}
</style>