Shades of Pale Magenta #F482D7
Tints of Pale Magenta #F482D7
RGB
CMYK
RGB Variations
Color information
#F482D7 (or 0xF482D7) is known color: Pale Magenta. HEX triplet: F4, 82 and D7. RGB value is (244,130,215). Sum of RGB (Red+Green+Blue) = 244+130+215=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F482D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482D7 is #0B7D28. Grayscale: #ADADAD. Windows color (decimal): -752937 or 14123764. OLE color: 14123764.
HSL color Cylindrical-coordinate representation of color #F482D7: hue angle of 315.26º 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 #F482D7 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 215 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.04 |
| HSL | 315.26º | 0.84% | 0.73% | - |
| HSV(B) | 315.26º | 0.47% | 0.96% | - |
| XYZ | 57.56 | 40.1 | 69 | - |
| YUV | 173.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 215 | 0 | 0.47 | 0.12 | 0.04 | 315.26 | 0.84 | 0.73 |
| Hex | F4 | 82 | D7 | 0 | 2F | C | 4 | 13B | 54 | 49 |
| Octal | 364 | 202 | 327 | 0 | 57 | 14 | 4 | 473 | 124 | 111 |
| Binary | 11110100 | 10000010 | 11010111 | 0 | 101111 | 1100 | 100 | 100111011 | 1010100 | 1001001 |
Color Harmonies of #F482D7
Complementary color
Monochromatic Colors of #F482D7
Black with #F482D7
Text Example
Text Example
White with #F482D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F482D7; }
p { color: rgb(244,130,215); }
H1.HeaderClassName
{
color: #F482D7;
}
.AnyTagClassName
{
color: #F482D7;
}
</style>
background-color css
<style>
a { background-color: #F482D7; }
a { background-color: rgb(244,130,215); }
div.DivClassName
{
background-color: #F482D7;
}
.BgClassName
{
background-color: #F482D7;
}
</style>
border-color css
<style>
span { border-color: #F482D7; }
span { border-color: rgb(244,130,215); }
td.TdClassName
{
border-color: #F482D7;
}
.TagClassName
{
border-color: #F482D7;
}
</style>