Shades of Pale Magenta #F082D5
Tints of Pale Magenta #F082D5
RGB
CMYK
RGB Variations
Color information
#F082D5 (or 0xF082D5) is known color: Pale Magenta. HEX triplet: F0, 82 and D5. RGB value is (240,130,213). Sum of RGB (Red+Green+Blue) = 240+130+213=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 130 (51.17% from 255 or 22.30% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F082D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082D5 is #0F7D2A. Grayscale: #ACACAC. Windows color (decimal): -1015083 or 13992688. OLE color: 13992688.
HSL color Cylindrical-coordinate representation of color #F082D5: hue angle of 314.73º 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 #F082D5 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 213 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.06 |
| HSL | 314.73º | 0.79% | 0.73% | - |
| HSV(B) | 314.73º | 0.46% | 0.94% | - |
| XYZ | 55.93 | 39.29 | 67.59 | - |
| YUV | 172.35 | 150.94 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 213 | 0 | 0.46 | 0.11 | 0.06 | 314.73 | 0.79 | 0.73 |
| Hex | F0 | 82 | D5 | 0 | 2E | B | 6 | 13B | 4F | 49 |
| Octal | 360 | 202 | 325 | 0 | 56 | 13 | 6 | 473 | 117 | 111 |
| Binary | 11110000 | 10000010 | 11010101 | 0 | 101110 | 1011 | 110 | 100111011 | 1001111 | 1001001 |
Color Harmonies of #F082D5
Complementary color
Monochromatic Colors of #F082D5
Black with #F082D5
Text Example
Text Example
White with #F082D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082D5; }
p { color: rgb(240,130,213); }
H1.HeaderClassName
{
color: #F082D5;
}
.AnyTagClassName
{
color: #F082D5;
}
</style>
background-color css
<style>
a { background-color: #F082D5; }
a { background-color: rgb(240,130,213); }
div.DivClassName
{
background-color: #F082D5;
}
.BgClassName
{
background-color: #F082D5;
}
</style>
border-color css
<style>
span { border-color: #F082D5; }
span { border-color: rgb(240,130,213); }
td.TdClassName
{
border-color: #F082D5;
}
.TagClassName
{
border-color: #F082D5;
}
</style>