Shades of Pale Magenta #F482E4
Tints of Pale Magenta #F482E4
RGB
CMYK
RGB Variations
Color information
#F482E4 (or 0xF482E4) is known color: Pale Magenta. HEX triplet: F4, 82 and E4. RGB value is (244,130,228). Sum of RGB (Red+Green+Blue) = 244+130+228=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 130 (51.17% from 255 or 21.59% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F482E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482E4 is #0B7D1B. Grayscale: #AEAEAE. Windows color (decimal): -752924 or 14975732. OLE color: 14975732.
HSL color Cylindrical-coordinate representation of color #F482E4: hue angle of 308.42º 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 #F482E4 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 228 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.04 |
| HSL | 308.42º | 0.84% | 0.73% | - |
| HSV(B) | 308.42º | 0.47% | 0.96% | - |
| XYZ | 59.29 | 40.8 | 78.15 | - |
| YUV | 175.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 228 | 0 | 0.47 | 0.07 | 0.04 | 308.42 | 0.84 | 0.73 |
| Hex | F4 | 82 | E4 | 0 | 2F | 7 | 4 | 134 | 54 | 49 |
| Octal | 364 | 202 | 344 | 0 | 57 | 7 | 4 | 464 | 124 | 111 |
| Binary | 11110100 | 10000010 | 11100100 | 0 | 101111 | 111 | 100 | 100110100 | 1010100 | 1001001 |
Color Harmonies of #F482E4
Complementary color
Monochromatic Colors of #F482E4
Black with #F482E4
Text Example
Text Example
White with #F482E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F482E4; }
p { color: rgb(244,130,228); }
H1.HeaderClassName
{
color: #F482E4;
}
.AnyTagClassName
{
color: #F482E4;
}
</style>
background-color css
<style>
a { background-color: #F482E4; }
a { background-color: rgb(244,130,228); }
div.DivClassName
{
background-color: #F482E4;
}
.BgClassName
{
background-color: #F482E4;
}
</style>
border-color css
<style>
span { border-color: #F482E4; }
span { border-color: rgb(244,130,228); }
td.TdClassName
{
border-color: #F482E4;
}
.TagClassName
{
border-color: #F482E4;
}
</style>