Shades of Pale Magenta #FA8ADA
Tints of Pale Magenta #FA8ADA
RGB
CMYK
RGB Variations
Color information
#FA8ADA (or 0xFA8ADA) is known color: Pale Magenta. HEX triplet: FA, 8A and DA. RGB value is (250,138,218). Sum of RGB (Red+Green+Blue) = 250+138+218=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 138 (54.30% from 255 or 22.77% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ADA is #057525. Grayscale: #B4B4B4. Windows color (decimal): -357670 or 14322426. OLE color: 14322426.
HSL color Cylindrical-coordinate representation of color #FA8ADA: hue angle of 317.14º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA8ADA is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 218 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.02 |
| HSL | 317.14º | 0.92% | 0.76% | - |
| HSV(B) | 317.14º | 0.45% | 0.98% | - |
| XYZ | 61.17 | 43.56 | 71.51 | - |
| YUV | 180.61 | 149.11 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 218 | 0 | 0.45 | 0.13 | 0.02 | 317.14 | 0.92 | 0.76 |
| Hex | FA | 8A | DA | 0 | 2D | D | 2 | 13D | 5C | 4C |
| Octal | 372 | 212 | 332 | 0 | 55 | 15 | 2 | 475 | 134 | 114 |
| Binary | 11111010 | 10001010 | 11011010 | 0 | 101101 | 1101 | 10 | 100111101 | 1011100 | 1001100 |
Color Harmonies of #FA8ADA
Complementary color
Monochromatic Colors of #FA8ADA
Black with #FA8ADA
Text Example
Text Example
White with #FA8ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8ADA; }
p { color: rgb(250,138,218); }
H1.HeaderClassName
{
color: #FA8ADA;
}
.AnyTagClassName
{
color: #FA8ADA;
}
</style>
background-color css
<style>
a { background-color: #FA8ADA; }
a { background-color: rgb(250,138,218); }
div.DivClassName
{
background-color: #FA8ADA;
}
.BgClassName
{
background-color: #FA8ADA;
}
</style>
border-color css
<style>
span { border-color: #FA8ADA; }
span { border-color: rgb(250,138,218); }
td.TdClassName
{
border-color: #FA8ADA;
}
.TagClassName
{
border-color: #FA8ADA;
}
</style>