Shades of Pale Magenta #F082D6
Tints of Pale Magenta #F082D6
RGB
CMYK
RGB Variations
Color information
#F082D6 (or 0xF082D6) is known color: Pale Magenta. HEX triplet: F0, 82 and D6. RGB value is (240,130,214). Sum of RGB (Red+Green+Blue) = 240+130+214=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F082D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082D6 is #0F7D29. Grayscale: #ACACAC. Windows color (decimal): -1015082 or 14058224. OLE color: 14058224.
HSL color Cylindrical-coordinate representation of color #F082D6: hue angle of 314.18º 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 #F082D6 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 214 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.06 |
| HSL | 314.18º | 0.79% | 0.73% | - |
| HSV(B) | 314.18º | 0.46% | 0.94% | - |
| XYZ | 56.06 | 39.35 | 68.26 | - |
| YUV | 172.47 | 151.44 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 214 | 0 | 0.46 | 0.11 | 0.06 | 314.18 | 0.79 | 0.73 |
| Hex | F0 | 82 | D6 | 0 | 2E | B | 6 | 13A | 4F | 49 |
| Octal | 360 | 202 | 326 | 0 | 56 | 13 | 6 | 472 | 117 | 111 |
| Binary | 11110000 | 10000010 | 11010110 | 0 | 101110 | 1011 | 110 | 100111010 | 1001111 | 1001001 |
Color Harmonies of #F082D6
Complementary color
Monochromatic Colors of #F082D6
Black with #F082D6
Text Example
Text Example
White with #F082D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082D6; }
p { color: rgb(240,130,214); }
H1.HeaderClassName
{
color: #F082D6;
}
.AnyTagClassName
{
color: #F082D6;
}
</style>
background-color css
<style>
a { background-color: #F082D6; }
a { background-color: rgb(240,130,214); }
div.DivClassName
{
background-color: #F082D6;
}
.BgClassName
{
background-color: #F082D6;
}
</style>
border-color css
<style>
span { border-color: #F082D6; }
span { border-color: rgb(240,130,214); }
td.TdClassName
{
border-color: #F082D6;
}
.TagClassName
{
border-color: #F082D6;
}
</style>