Shades of Pale Magenta #FA8FF0
Tints of Pale Magenta #FA8FF0
RGB
CMYK
RGB Variations
Color information
#FA8FF0 (or 0xFA8FF0) is known color: Pale Magenta. HEX triplet: FA, 8F and F0. RGB value is (250,143,240). Sum of RGB (Red+Green+Blue) = 250+143+240=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 143 (56.25% from 255 or 22.59% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8FF0 is #05700F. Grayscale: #B9B9B9. Windows color (decimal): -356368 or 15765498. OLE color: 15765498.
HSL color Cylindrical-coordinate representation of color #FA8FF0: hue angle of 305.61º 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 #FA8FF0 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 240 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.02 |
| HSL | 305.61º | 0.91% | 0.77% | - |
| HSV(B) | 305.61º | 0.43% | 0.98% | - |
| XYZ | 64.97 | 46.26 | 87.94 | - |
| YUV | 186.05 | 158.45 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 240 | 0 | 0.43 | 0.04 | 0.02 | 305.61 | 0.91 | 0.77 |
| Hex | FA | 8F | F0 | 0 | 2B | 4 | 2 | 132 | 5B | 4D |
| Octal | 372 | 217 | 360 | 0 | 53 | 4 | 2 | 462 | 133 | 115 |
| Binary | 11111010 | 10001111 | 11110000 | 0 | 101011 | 100 | 10 | 100110010 | 1011011 | 1001101 |
Color Harmonies of #FA8FF0
Complementary color
Monochromatic Colors of #FA8FF0
Black with #FA8FF0
Text Example
Text Example
White with #FA8FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8FF0; }
p { color: rgb(250,143,240); }
H1.HeaderClassName
{
color: #FA8FF0;
}
.AnyTagClassName
{
color: #FA8FF0;
}
</style>
background-color css
<style>
a { background-color: #FA8FF0; }
a { background-color: rgb(250,143,240); }
div.DivClassName
{
background-color: #FA8FF0;
}
.BgClassName
{
background-color: #FA8FF0;
}
</style>
border-color css
<style>
span { border-color: #FA8FF0; }
span { border-color: rgb(250,143,240); }
td.TdClassName
{
border-color: #FA8FF0;
}
.TagClassName
{
border-color: #FA8FF0;
}
</style>