Shades of Pale Magenta #F082DB
Tints of Pale Magenta #F082DB
RGB
CMYK
RGB Variations
Color information
#F082DB (or 0xF082DB) is known color: Pale Magenta. HEX triplet: F0, 82 and DB. RGB value is (240,130,219). Sum of RGB (Red+Green+Blue) = 240+130+219=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F082DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082DB is #0F7D24. Grayscale: #ACACAC. Windows color (decimal): -1015077 or 14385904. OLE color: 14385904.
HSL color Cylindrical-coordinate representation of color #F082DB: hue angle of 311.45º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F082DB is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 219 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.06 |
| HSL | 311.45º | 0.79% | 0.73% | - |
| HSV(B) | 311.45º | 0.46% | 0.94% | - |
| XYZ | 56.7 | 39.61 | 71.67 | - |
| YUV | 173.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 219 | 0 | 0.46 | 0.09 | 0.06 | 311.45 | 0.79 | 0.73 |
| Hex | F0 | 82 | DB | 0 | 2E | 9 | 6 | 137 | 4F | 49 |
| Octal | 360 | 202 | 333 | 0 | 56 | 11 | 6 | 467 | 117 | 111 |
| Binary | 11110000 | 10000010 | 11011011 | 0 | 101110 | 1001 | 110 | 100110111 | 1001111 | 1001001 |
Color Harmonies of #F082DB
Complementary color
Monochromatic Colors of #F082DB
Black with #F082DB
Text Example
Text Example
White with #F082DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082DB; }
p { color: rgb(240,130,219); }
H1.HeaderClassName
{
color: #F082DB;
}
.AnyTagClassName
{
color: #F082DB;
}
</style>
background-color css
<style>
a { background-color: #F082DB; }
a { background-color: rgb(240,130,219); }
div.DivClassName
{
background-color: #F082DB;
}
.BgClassName
{
background-color: #F082DB;
}
</style>
border-color css
<style>
span { border-color: #F082DB; }
span { border-color: rgb(240,130,219); }
td.TdClassName
{
border-color: #F082DB;
}
.TagClassName
{
border-color: #F082DB;
}
</style>