Shades of Pale Magenta #F084DB
Tints of Pale Magenta #F084DB
RGB
CMYK
RGB Variations
Color information
#F084DB (or 0xF084DB) is known color: Pale Magenta. HEX triplet: F0, 84 and DB. RGB value is (240,132,219). Sum of RGB (Red+Green+Blue) = 240+132+219=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F084DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F084DB is #0F7B24. Grayscale: #ADADAD. Windows color (decimal): -1014565 or 14386416. OLE color: 14386416.
HSL color Cylindrical-coordinate representation of color #F084DB: hue angle of 311.67º 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 #F084DB is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 219 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.06 |
| HSL | 311.67º | 0.78% | 0.73% | - |
| HSV(B) | 311.67º | 0.45% | 0.94% | - |
| XYZ | 56.97 | 40.14 | 71.76 | - |
| YUV | 174.21 | 153.28 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 219 | 0 | 0.45 | 0.09 | 0.06 | 311.67 | 0.78 | 0.73 |
| Hex | F0 | 84 | DB | 0 | 2D | 9 | 6 | 138 | 4E | 49 |
| Octal | 360 | 204 | 333 | 0 | 55 | 11 | 6 | 470 | 116 | 111 |
| Binary | 11110000 | 10000100 | 11011011 | 0 | 101101 | 1001 | 110 | 100111000 | 1001110 | 1001001 |
Color Harmonies of #F084DB
Complementary color
Monochromatic Colors of #F084DB
Black with #F084DB
Text Example
Text Example
White with #F084DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F084DB; }
p { color: rgb(240,132,219); }
H1.HeaderClassName
{
color: #F084DB;
}
.AnyTagClassName
{
color: #F084DB;
}
</style>
background-color css
<style>
a { background-color: #F084DB; }
a { background-color: rgb(240,132,219); }
div.DivClassName
{
background-color: #F084DB;
}
.BgClassName
{
background-color: #F084DB;
}
</style>
border-color css
<style>
span { border-color: #F084DB; }
span { border-color: rgb(240,132,219); }
td.TdClassName
{
border-color: #F084DB;
}
.TagClassName
{
border-color: #F084DB;
}
</style>