Shades of Pale Magenta #F082DF
Tints of Pale Magenta #F082DF
RGB
CMYK
RGB Variations
Color information
#F082DF (or 0xF082DF) is known color: Pale Magenta. HEX triplet: F0, 82 and DF. RGB value is (240,130,223). Sum of RGB (Red+Green+Blue) = 240+130+223=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 130 (51.17% from 255 or 21.92% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F082DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082DF is #0F7D20. Grayscale: #ADADAD. Windows color (decimal): -1015073 or 14648048. OLE color: 14648048.
HSL color Cylindrical-coordinate representation of color #F082DF: hue angle of 309.27º 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 #F082DF is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 223 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.06 |
| HSL | 309.27º | 0.79% | 0.73% | - |
| HSV(B) | 309.27º | 0.46% | 0.94% | - |
| XYZ | 57.24 | 39.82 | 74.48 | - |
| YUV | 173.49 | 155.94 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 223 | 0 | 0.46 | 0.07 | 0.06 | 309.27 | 0.79 | 0.73 |
| Hex | F0 | 82 | DF | 0 | 2E | 7 | 6 | 135 | 4F | 49 |
| Octal | 360 | 202 | 337 | 0 | 56 | 7 | 6 | 465 | 117 | 111 |
| Binary | 11110000 | 10000010 | 11011111 | 0 | 101110 | 111 | 110 | 100110101 | 1001111 | 1001001 |
Color Harmonies of #F082DF
Complementary color
Monochromatic Colors of #F082DF
Black with #F082DF
Text Example
Text Example
White with #F082DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082DF; }
p { color: rgb(240,130,223); }
H1.HeaderClassName
{
color: #F082DF;
}
.AnyTagClassName
{
color: #F082DF;
}
</style>
background-color css
<style>
a { background-color: #F082DF; }
a { background-color: rgb(240,130,223); }
div.DivClassName
{
background-color: #F082DF;
}
.BgClassName
{
background-color: #F082DF;
}
</style>
border-color css
<style>
span { border-color: #F082DF; }
span { border-color: rgb(240,130,223); }
td.TdClassName
{
border-color: #F082DF;
}
.TagClassName
{
border-color: #F082DF;
}
</style>