Shades of Pale Magenta #F482E0
Tints of Pale Magenta #F482E0
RGB
CMYK
RGB Variations
Color information
#F482E0 (or 0xF482E0) is known color: Pale Magenta. HEX triplet: F4, 82 and E0. RGB value is (244,130,224). Sum of RGB (Red+Green+Blue) = 244+130+224=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 130 (51.17% from 255 or 21.74% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 244 - color contains mainly: red. Hex color #F482E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482E0 is #0B7D1F. Grayscale: #AEAEAE. Windows color (decimal): -752928 or 14713588. OLE color: 14713588.
HSL color Cylindrical-coordinate representation of color #F482E0: hue angle of 310.53º 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 #F482E0 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 224 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.04 |
| HSL | 310.53º | 0.84% | 0.73% | - |
| HSV(B) | 310.53º | 0.47% | 0.96% | - |
| XYZ | 58.75 | 40.58 | 75.26 | - |
| YUV | 174.8 | 155.77 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 224 | 0 | 0.47 | 0.08 | 0.04 | 310.53 | 0.84 | 0.73 |
| Hex | F4 | 82 | E0 | 0 | 2F | 8 | 4 | 137 | 54 | 49 |
| Octal | 364 | 202 | 340 | 0 | 57 | 10 | 4 | 467 | 124 | 111 |
| Binary | 11110100 | 10000010 | 11100000 | 0 | 101111 | 1000 | 100 | 100110111 | 1010100 | 1001001 |
Color Harmonies of #F482E0
Complementary color
Monochromatic Colors of #F482E0
Black with #F482E0
Text Example
Text Example
White with #F482E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F482E0; }
p { color: rgb(244,130,224); }
H1.HeaderClassName
{
color: #F482E0;
}
.AnyTagClassName
{
color: #F482E0;
}
</style>
background-color css
<style>
a { background-color: #F482E0; }
a { background-color: rgb(244,130,224); }
div.DivClassName
{
background-color: #F482E0;
}
.BgClassName
{
background-color: #F482E0;
}
</style>
border-color css
<style>
span { border-color: #F482E0; }
span { border-color: rgb(244,130,224); }
td.TdClassName
{
border-color: #F482E0;
}
.TagClassName
{
border-color: #F482E0;
}
</style>