Shades of Pale Magenta #FA8FEF
Tints of Pale Magenta #FA8FEF
RGB
CMYK
RGB Variations
Color information
#FA8FEF (or 0xFA8FEF) is known color: Pale Magenta. HEX triplet: FA, 8F and EF. RGB value is (250,143,239). Sum of RGB (Red+Green+Blue) = 250+143+239=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 143 (56.25% from 255 or 22.63% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8FEF is #057010. Grayscale: #B9B9B9. Windows color (decimal): -356369 or 15699962. OLE color: 15699962.
HSL color Cylindrical-coordinate representation of color #FA8FEF: hue angle of 306.17º 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 #FA8FEF is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 239 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.02 |
| HSL | 306.17º | 0.91% | 0.77% | - |
| HSV(B) | 306.17º | 0.43% | 0.98% | - |
| XYZ | 64.83 | 46.2 | 87.16 | - |
| YUV | 185.94 | 157.95 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 239 | 0 | 0.43 | 0.04 | 0.02 | 306.17 | 0.91 | 0.77 |
| Hex | FA | 8F | EF | 0 | 2B | 4 | 2 | 132 | 5B | 4D |
| Octal | 372 | 217 | 357 | 0 | 53 | 4 | 2 | 462 | 133 | 115 |
| Binary | 11111010 | 10001111 | 11101111 | 0 | 101011 | 100 | 10 | 100110010 | 1011011 | 1001101 |
Color Harmonies of #FA8FEF
Complementary color
Monochromatic Colors of #FA8FEF
Black with #FA8FEF
Text Example
Text Example
White with #FA8FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8FEF; }
p { color: rgb(250,143,239); }
H1.HeaderClassName
{
color: #FA8FEF;
}
.AnyTagClassName
{
color: #FA8FEF;
}
</style>
background-color css
<style>
a { background-color: #FA8FEF; }
a { background-color: rgb(250,143,239); }
div.DivClassName
{
background-color: #FA8FEF;
}
.BgClassName
{
background-color: #FA8FEF;
}
</style>
border-color css
<style>
span { border-color: #FA8FEF; }
span { border-color: rgb(250,143,239); }
td.TdClassName
{
border-color: #FA8FEF;
}
.TagClassName
{
border-color: #FA8FEF;
}
</style>