Shades of Pale Magenta #FA82DF
Tints of Pale Magenta #FA82DF
RGB
CMYK
RGB Variations
Color information
#FA82DF (or 0xFA82DF) is known color: Pale Magenta. HEX triplet: FA, 82 and DF. RGB value is (250,130,223). Sum of RGB (Red+Green+Blue) = 250+130+223=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 130 (51.17% from 255 or 21.56% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA82DF is #057D20. Grayscale: #B0B0B0. Windows color (decimal): -359713 or 14648058. OLE color: 14648058.
HSL color Cylindrical-coordinate representation of color #FA82DF: hue angle of 313.5º 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 #FA82DF is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 223 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.02 |
| HSL | 313.5º | 0.92% | 0.75% | - |
| HSV(B) | 313.5º | 0.48% | 0.98% | - |
| XYZ | 60.73 | 41.62 | 74.64 | - |
| YUV | 176.48 | 154.26 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 223 | 0 | 0.48 | 0.11 | 0.02 | 313.5 | 0.92 | 0.75 |
| Hex | FA | 82 | DF | 0 | 30 | B | 2 | 13A | 5C | 4B |
| Octal | 372 | 202 | 337 | 0 | 60 | 13 | 2 | 472 | 134 | 113 |
| Binary | 11111010 | 10000010 | 11011111 | 0 | 110000 | 1011 | 10 | 100111010 | 1011100 | 1001011 |
Color Harmonies of #FA82DF
Complementary color
Monochromatic Colors of #FA82DF
Black with #FA82DF
Text Example
Text Example
White with #FA82DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA82DF; }
p { color: rgb(250,130,223); }
H1.HeaderClassName
{
color: #FA82DF;
}
.AnyTagClassName
{
color: #FA82DF;
}
</style>
background-color css
<style>
a { background-color: #FA82DF; }
a { background-color: rgb(250,130,223); }
div.DivClassName
{
background-color: #FA82DF;
}
.BgClassName
{
background-color: #FA82DF;
}
</style>
border-color css
<style>
span { border-color: #FA82DF; }
span { border-color: rgb(250,130,223); }
td.TdClassName
{
border-color: #FA82DF;
}
.TagClassName
{
border-color: #FA82DF;
}
</style>