Shades of Pale Magenta #F482D3
Tints of Pale Magenta #F482D3
RGB
CMYK
RGB Variations
Color information
#F482D3 (or 0xF482D3) is known color: Pale Magenta. HEX triplet: F4, 82 and D3. RGB value is (244,130,211). Sum of RGB (Red+Green+Blue) = 244+130+211=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 130 (51.17% from 255 or 22.22% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F482D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482D3 is #0B7D2C. Grayscale: #ADADAD. Windows color (decimal): -752941 or 13861620. OLE color: 13861620.
HSL color Cylindrical-coordinate representation of color #F482D3: hue angle of 317.37º 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 #F482D3 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 211 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.04 |
| HSL | 317.37º | 0.84% | 0.73% | - |
| HSV(B) | 317.37º | 0.47% | 0.96% | - |
| XYZ | 57.05 | 39.9 | 66.32 | - |
| YUV | 173.32 | 149.27 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 211 | 0 | 0.47 | 0.14 | 0.04 | 317.37 | 0.84 | 0.73 |
| Hex | F4 | 82 | D3 | 0 | 2F | E | 4 | 13D | 54 | 49 |
| Octal | 364 | 202 | 323 | 0 | 57 | 16 | 4 | 475 | 124 | 111 |
| Binary | 11110100 | 10000010 | 11010011 | 0 | 101111 | 1110 | 100 | 100111101 | 1010100 | 1001001 |
Color Harmonies of #F482D3
Complementary color
Monochromatic Colors of #F482D3
Black with #F482D3
Text Example
Text Example
White with #F482D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F482D3; }
p { color: rgb(244,130,211); }
H1.HeaderClassName
{
color: #F482D3;
}
.AnyTagClassName
{
color: #F482D3;
}
</style>
background-color css
<style>
a { background-color: #F482D3; }
a { background-color: rgb(244,130,211); }
div.DivClassName
{
background-color: #F482D3;
}
.BgClassName
{
background-color: #F482D3;
}
</style>
border-color css
<style>
span { border-color: #F482D3; }
span { border-color: rgb(244,130,211); }
td.TdClassName
{
border-color: #F482D3;
}
.TagClassName
{
border-color: #F482D3;
}
</style>