Shades of Pale Magenta #FA8FED
Tints of Pale Magenta #FA8FED
RGB
CMYK
RGB Variations
Color information
#FA8FED (or 0xFA8FED) is known color: Pale Magenta. HEX triplet: FA, 8F and ED. RGB value is (250,143,237). Sum of RGB (Red+Green+Blue) = 250+143+237=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 143 (56.25% from 255 or 22.70% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8FED is #057012. Grayscale: #B9B9B9. Windows color (decimal): -356371 or 15568890. OLE color: 15568890.
HSL color Cylindrical-coordinate representation of color #FA8FED: hue angle of 307.29º 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 #FA8FED is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 237 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.02 |
| HSL | 307.29º | 0.91% | 0.77% | - |
| HSV(B) | 307.29º | 0.43% | 0.98% | - |
| XYZ | 64.53 | 46.08 | 85.61 | - |
| YUV | 185.71 | 156.95 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 237 | 0 | 0.43 | 0.05 | 0.02 | 307.29 | 0.91 | 0.77 |
| Hex | FA | 8F | ED | 0 | 2B | 5 | 2 | 133 | 5B | 4D |
| Octal | 372 | 217 | 355 | 0 | 53 | 5 | 2 | 463 | 133 | 115 |
| Binary | 11111010 | 10001111 | 11101101 | 0 | 101011 | 101 | 10 | 100110011 | 1011011 | 1001101 |
Color Harmonies of #FA8FED
Complementary color
Monochromatic Colors of #FA8FED
Black with #FA8FED
Text Example
Text Example
White with #FA8FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8FED; }
p { color: rgb(250,143,237); }
H1.HeaderClassName
{
color: #FA8FED;
}
.AnyTagClassName
{
color: #FA8FED;
}
</style>
background-color css
<style>
a { background-color: #FA8FED; }
a { background-color: rgb(250,143,237); }
div.DivClassName
{
background-color: #FA8FED;
}
.BgClassName
{
background-color: #FA8FED;
}
</style>
border-color css
<style>
span { border-color: #FA8FED; }
span { border-color: rgb(250,143,237); }
td.TdClassName
{
border-color: #FA8FED;
}
.TagClassName
{
border-color: #FA8FED;
}
</style>