Shades of Pale Magenta #FA80D4
Tints of Pale Magenta #FA80D4
RGB
CMYK
RGB Variations
Color information
#FA80D4 (or 0xFA80D4) is known color: Pale Magenta. HEX triplet: FA, 80 and D4. RGB value is (250,128,212). Sum of RGB (Red+Green+Blue) = 250+128+212=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 128 (50.39% from 255 or 21.69% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80D4 is #057F2B. Grayscale: #ADADAD. Windows color (decimal): -360236 or 13926650. OLE color: 13926650.
HSL color Cylindrical-coordinate representation of color #FA80D4: hue angle of 318.69º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA80D4 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 212 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.02 |
| HSL | 318.69º | 0.92% | 0.74% | - |
| HSV(B) | 318.69º | 0.49% | 0.98% | - |
| XYZ | 59.03 | 40.52 | 67 | - |
| YUV | 174.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 212 | 0 | 0.49 | 0.15 | 0.02 | 318.69 | 0.92 | 0.74 |
| Hex | FA | 80 | D4 | 0 | 31 | F | 2 | 13F | 5C | 4A |
| Octal | 372 | 200 | 324 | 0 | 61 | 17 | 2 | 477 | 134 | 112 |
| Binary | 11111010 | 10000000 | 11010100 | 0 | 110001 | 1111 | 10 | 100111111 | 1011100 | 1001010 |
Color Harmonies of #FA80D4
Complementary color
Monochromatic Colors of #FA80D4
Black with #FA80D4
Text Example
Text Example
White with #FA80D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA80D4; }
p { color: rgb(250,128,212); }
H1.HeaderClassName
{
color: #FA80D4;
}
.AnyTagClassName
{
color: #FA80D4;
}
</style>
background-color css
<style>
a { background-color: #FA80D4; }
a { background-color: rgb(250,128,212); }
div.DivClassName
{
background-color: #FA80D4;
}
.BgClassName
{
background-color: #FA80D4;
}
</style>
border-color css
<style>
span { border-color: #FA80D4; }
span { border-color: rgb(250,128,212); }
td.TdClassName
{
border-color: #FA80D4;
}
.TagClassName
{
border-color: #FA80D4;
}
</style>