Shades of Pale Magenta #FA83D4
Tints of Pale Magenta #FA83D4
RGB
CMYK
RGB Variations
Color information
#FA83D4 (or 0xFA83D4) is known color: Pale Magenta. HEX triplet: FA, 83 and D4. RGB value is (250,131,212). Sum of RGB (Red+Green+Blue) = 250+131+212=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 131 (51.56% from 255 or 22.09% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA83D4 is #057C2B. Grayscale: #AFAFAF. Windows color (decimal): -359468 or 13927418. OLE color: 13927418.
HSL color Cylindrical-coordinate representation of color #FA83D4: hue angle of 319.16º 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 #FA83D4 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 212 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.02 |
| HSL | 319.16º | 0.92% | 0.75% | - |
| HSV(B) | 319.16º | 0.48% | 0.98% | - |
| XYZ | 59.42 | 41.31 | 67.13 | - |
| YUV | 175.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 212 | 0 | 0.48 | 0.15 | 0.02 | 319.16 | 0.92 | 0.75 |
| Hex | FA | 83 | D4 | 0 | 30 | F | 2 | 13F | 5C | 4B |
| Octal | 372 | 203 | 324 | 0 | 60 | 17 | 2 | 477 | 134 | 113 |
| Binary | 11111010 | 10000011 | 11010100 | 0 | 110000 | 1111 | 10 | 100111111 | 1011100 | 1001011 |
Color Harmonies of #FA83D4
Complementary color
Monochromatic Colors of #FA83D4
Black with #FA83D4
Text Example
Text Example
White with #FA83D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA83D4; }
p { color: rgb(250,131,212); }
H1.HeaderClassName
{
color: #FA83D4;
}
.AnyTagClassName
{
color: #FA83D4;
}
</style>
background-color css
<style>
a { background-color: #FA83D4; }
a { background-color: rgb(250,131,212); }
div.DivClassName
{
background-color: #FA83D4;
}
.BgClassName
{
background-color: #FA83D4;
}
</style>
border-color css
<style>
span { border-color: #FA83D4; }
span { border-color: rgb(250,131,212); }
td.TdClassName
{
border-color: #FA83D4;
}
.TagClassName
{
border-color: #FA83D4;
}
</style>