Shades of Pale Magenta #FA82D4
Tints of Pale Magenta #FA82D4
RGB
CMYK
RGB Variations
Color information
#FA82D4 (or 0xFA82D4) is known color: Pale Magenta. HEX triplet: FA, 82 and D4. RGB value is (250,130,212). Sum of RGB (Red+Green+Blue) = 250+130+212=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 130 (51.17% from 255 or 21.96% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA82D4 is #057D2B. Grayscale: #AFAFAF. Windows color (decimal): -359724 or 13927162. OLE color: 13927162.
HSL color Cylindrical-coordinate representation of color #FA82D4: hue angle of 319º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA82D4 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 212 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.02 |
| HSL | 319º | 0.92% | 0.75% | - |
| HSV(B) | 319º | 0.48% | 0.98% | - |
| XYZ | 59.29 | 41.04 | 67.08 | - |
| YUV | 175.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 212 | 0 | 0.48 | 0.15 | 0.02 | 319 | 0.92 | 0.75 |
| Hex | FA | 82 | D4 | 0 | 30 | F | 2 | 13F | 5C | 4B |
| Octal | 372 | 202 | 324 | 0 | 60 | 17 | 2 | 477 | 134 | 113 |
| Binary | 11111010 | 10000010 | 11010100 | 0 | 110000 | 1111 | 10 | 100111111 | 1011100 | 1001011 |
Color Harmonies of #FA82D4
Complementary color
Monochromatic Colors of #FA82D4
Black with #FA82D4
Text Example
Text Example
White with #FA82D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA82D4; }
p { color: rgb(250,130,212); }
H1.HeaderClassName
{
color: #FA82D4;
}
.AnyTagClassName
{
color: #FA82D4;
}
</style>
background-color css
<style>
a { background-color: #FA82D4; }
a { background-color: rgb(250,130,212); }
div.DivClassName
{
background-color: #FA82D4;
}
.BgClassName
{
background-color: #FA82D4;
}
</style>
border-color css
<style>
span { border-color: #FA82D4; }
span { border-color: rgb(250,130,212); }
td.TdClassName
{
border-color: #FA82D4;
}
.TagClassName
{
border-color: #FA82D4;
}
</style>