Shades of Pale Magenta #FA8FDF
Tints of Pale Magenta #FA8FDF
RGB
CMYK
RGB Variations
Color information
#FA8FDF (or 0xFA8FDF) is known color: Pale Magenta. HEX triplet: FA, 8F and DF. RGB value is (250,143,223). Sum of RGB (Red+Green+Blue) = 250+143+223=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 143 (56.25% from 255 or 23.21% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8FDF is #057020. Grayscale: #B7B7B7. Windows color (decimal): -356385 or 14651386. OLE color: 14651386.
HSL color Cylindrical-coordinate representation of color #FA8FDF: hue angle of 315.14º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8FDF is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 223 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.02 |
| HSL | 315.14º | 0.91% | 0.77% | - |
| HSV(B) | 315.14º | 0.43% | 0.98% | - |
| XYZ | 62.57 | 45.3 | 75.26 | - |
| YUV | 184.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 223 | 0 | 0.43 | 0.11 | 0.02 | 315.14 | 0.91 | 0.77 |
| Hex | FA | 8F | DF | 0 | 2B | B | 2 | 13B | 5B | 4D |
| Octal | 372 | 217 | 337 | 0 | 53 | 13 | 2 | 473 | 133 | 115 |
| Binary | 11111010 | 10001111 | 11011111 | 0 | 101011 | 1011 | 10 | 100111011 | 1011011 | 1001101 |
Color Harmonies of #FA8FDF
Complementary color
Monochromatic Colors of #FA8FDF
Black with #FA8FDF
Text Example
Text Example
White with #FA8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8FDF; }
p { color: rgb(250,143,223); }
H1.HeaderClassName
{
color: #FA8FDF;
}
.AnyTagClassName
{
color: #FA8FDF;
}
</style>
background-color css
<style>
a { background-color: #FA8FDF; }
a { background-color: rgb(250,143,223); }
div.DivClassName
{
background-color: #FA8FDF;
}
.BgClassName
{
background-color: #FA8FDF;
}
</style>
border-color css
<style>
span { border-color: #FA8FDF; }
span { border-color: rgb(250,143,223); }
td.TdClassName
{
border-color: #FA8FDF;
}
.TagClassName
{
border-color: #FA8FDF;
}
</style>