Shades of Pale Magenta #F082E4
Tints of Pale Magenta #F082E4
RGB
CMYK
RGB Variations
Color information
#F082E4 (or 0xF082E4) is known color: Pale Magenta. HEX triplet: F0, 82 and E4. RGB value is (240,130,228). Sum of RGB (Red+Green+Blue) = 240+130+228=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 130 (51.17% from 255 or 21.74% from 598); Blue value is 228 (89.45% from 255 or 38.13% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F082E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082E4 is #0F7D1B. Grayscale: #ADADAD. Windows color (decimal): -1015068 or 14975728. OLE color: 14975728.
HSL color Cylindrical-coordinate representation of color #F082E4: hue angle of 306.55º 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 #F082E4 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 228 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.06 |
| HSL | 306.55º | 0.79% | 0.73% | - |
| HSV(B) | 306.55º | 0.46% | 0.94% | - |
| XYZ | 57.92 | 40.09 | 78.08 | - |
| YUV | 174.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 228 | 0 | 0.46 | 0.05 | 0.06 | 306.55 | 0.79 | 0.73 |
| Hex | F0 | 82 | E4 | 0 | 2E | 5 | 6 | 133 | 4F | 49 |
| Octal | 360 | 202 | 344 | 0 | 56 | 5 | 6 | 463 | 117 | 111 |
| Binary | 11110000 | 10000010 | 11100100 | 0 | 101110 | 101 | 110 | 100110011 | 1001111 | 1001001 |
Color Harmonies of #F082E4
Complementary color
Monochromatic Colors of #F082E4
Black with #F082E4
Text Example
Text Example
White with #F082E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082E4; }
p { color: rgb(240,130,228); }
H1.HeaderClassName
{
color: #F082E4;
}
.AnyTagClassName
{
color: #F082E4;
}
</style>
background-color css
<style>
a { background-color: #F082E4; }
a { background-color: rgb(240,130,228); }
div.DivClassName
{
background-color: #F082E4;
}
.BgClassName
{
background-color: #F082E4;
}
</style>
border-color css
<style>
span { border-color: #F082E4; }
span { border-color: rgb(240,130,228); }
td.TdClassName
{
border-color: #F082E4;
}
.TagClassName
{
border-color: #F082E4;
}
</style>