Shades of Pale Magenta #F082DA
Tints of Pale Magenta #F082DA
RGB
CMYK
RGB Variations
Color information
#F082DA (or 0xF082DA) is known color: Pale Magenta. HEX triplet: F0, 82 and DA. RGB value is (240,130,218). Sum of RGB (Red+Green+Blue) = 240+130+218=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F082DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082DA is #0F7D25. Grayscale: #ACACAC. Windows color (decimal): -1015078 or 14320368. OLE color: 14320368.
HSL color Cylindrical-coordinate representation of color #F082DA: hue angle of 312º 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 #F082DA is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 218 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.06 |
| HSL | 312º | 0.79% | 0.73% | - |
| HSV(B) | 312º | 0.46% | 0.94% | - |
| XYZ | 56.57 | 39.55 | 70.98 | - |
| YUV | 172.92 | 153.44 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 218 | 0 | 0.46 | 0.09 | 0.06 | 312 | 0.79 | 0.73 |
| Hex | F0 | 82 | DA | 0 | 2E | 9 | 6 | 138 | 4F | 49 |
| Octal | 360 | 202 | 332 | 0 | 56 | 11 | 6 | 470 | 117 | 111 |
| Binary | 11110000 | 10000010 | 11011010 | 0 | 101110 | 1001 | 110 | 100111000 | 1001111 | 1001001 |
Color Harmonies of #F082DA
Complementary color
Monochromatic Colors of #F082DA
Black with #F082DA
Text Example
Text Example
White with #F082DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082DA; }
p { color: rgb(240,130,218); }
H1.HeaderClassName
{
color: #F082DA;
}
.AnyTagClassName
{
color: #F082DA;
}
</style>
background-color css
<style>
a { background-color: #F082DA; }
a { background-color: rgb(240,130,218); }
div.DivClassName
{
background-color: #F082DA;
}
.BgClassName
{
background-color: #F082DA;
}
</style>
border-color css
<style>
span { border-color: #F082DA; }
span { border-color: rgb(240,130,218); }
td.TdClassName
{
border-color: #F082DA;
}
.TagClassName
{
border-color: #F082DA;
}
</style>