Shades of Pale Magenta #FA8ADF
Tints of Pale Magenta #FA8ADF
RGB
CMYK
RGB Variations
Color information
#FA8ADF (or 0xFA8ADF) is known color: Pale Magenta. HEX triplet: FA, 8A and DF. RGB value is (250,138,223). Sum of RGB (Red+Green+Blue) = 250+138+223=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 138 (54.30% from 255 or 22.59% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ADF is #057520. Grayscale: #B4B4B4. Windows color (decimal): -357665 or 14650106. OLE color: 14650106.
HSL color Cylindrical-coordinate representation of color #FA8ADF: hue angle of 314.46º 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 #FA8ADF is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 223 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.02 |
| HSL | 314.46º | 0.92% | 0.76% | - |
| HSV(B) | 314.46º | 0.45% | 0.98% | - |
| XYZ | 61.83 | 43.83 | 75.01 | - |
| YUV | 181.18 | 151.61 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 223 | 0 | 0.45 | 0.11 | 0.02 | 314.46 | 0.92 | 0.76 |
| Hex | FA | 8A | DF | 0 | 2D | B | 2 | 13A | 5C | 4C |
| Octal | 372 | 212 | 337 | 0 | 55 | 13 | 2 | 472 | 134 | 114 |
| Binary | 11111010 | 10001010 | 11011111 | 0 | 101101 | 1011 | 10 | 100111010 | 1011100 | 1001100 |
Color Harmonies of #FA8ADF
Complementary color
Monochromatic Colors of #FA8ADF
Black with #FA8ADF
Text Example
Text Example
White with #FA8ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8ADF; }
p { color: rgb(250,138,223); }
H1.HeaderClassName
{
color: #FA8ADF;
}
.AnyTagClassName
{
color: #FA8ADF;
}
</style>
background-color css
<style>
a { background-color: #FA8ADF; }
a { background-color: rgb(250,138,223); }
div.DivClassName
{
background-color: #FA8ADF;
}
.BgClassName
{
background-color: #FA8ADF;
}
</style>
border-color css
<style>
span { border-color: #FA8ADF; }
span { border-color: rgb(250,138,223); }
td.TdClassName
{
border-color: #FA8ADF;
}
.TagClassName
{
border-color: #FA8ADF;
}
</style>