Shades of Pale Magenta #F482E9
Tints of Pale Magenta #F482E9
RGB
CMYK
RGB Variations
Color information
#F482E9 (or 0xF482E9) is known color: Pale Magenta. HEX triplet: F4, 82 and E9. RGB value is (244,130,233). Sum of RGB (Red+Green+Blue) = 244+130+233=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 130 (51.17% from 255 or 21.42% from 607); Blue value is 233 (91.41% from 255 or 38.39% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F482E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F482E9 is #0B7D16. Grayscale: #AFAFAF. Windows color (decimal): -752919 or 15303412. OLE color: 15303412.
HSL color Cylindrical-coordinate representation of color #F482E9: hue angle of 305.79º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F482E9 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 233 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.04 |
| HSL | 305.79º | 0.84% | 0.73% | - |
| HSV(B) | 305.79º | 0.47% | 0.96% | - |
| XYZ | 60 | 41.08 | 81.86 | - |
| YUV | 175.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 233 | 0 | 0.47 | 0.05 | 0.04 | 305.79 | 0.84 | 0.73 |
| Hex | F4 | 82 | E9 | 0 | 2F | 5 | 4 | 132 | 54 | 49 |
| Octal | 364 | 202 | 351 | 0 | 57 | 5 | 4 | 462 | 124 | 111 |
| Binary | 11110100 | 10000010 | 11101001 | 0 | 101111 | 101 | 100 | 100110010 | 1010100 | 1001001 |
Color Harmonies of #F482E9
Complementary color
Monochromatic Colors of #F482E9
Black with #F482E9
Text Example
Text Example
White with #F482E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F482E9; }
p { color: rgb(244,130,233); }
H1.HeaderClassName
{
color: #F482E9;
}
.AnyTagClassName
{
color: #F482E9;
}
</style>
background-color css
<style>
a { background-color: #F482E9; }
a { background-color: rgb(244,130,233); }
div.DivClassName
{
background-color: #F482E9;
}
.BgClassName
{
background-color: #F482E9;
}
</style>
border-color css
<style>
span { border-color: #F482E9; }
span { border-color: rgb(244,130,233); }
td.TdClassName
{
border-color: #F482E9;
}
.TagClassName
{
border-color: #F482E9;
}
</style>