Shades of Pale Magenta #FA8AF0
Tints of Pale Magenta #FA8AF0
RGB
CMYK
RGB Variations
Color information
#FA8AF0 (or 0xFA8AF0) is known color: Pale Magenta. HEX triplet: FA, 8A and F0. RGB value is (250,138,240). Sum of RGB (Red+Green+Blue) = 250+138+240=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 138 (54.30% from 255 or 21.97% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8AF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8AF0 is #05750F. Grayscale: #B6B6B6. Windows color (decimal): -357648 or 15764218. OLE color: 15764218.
HSL color Cylindrical-coordinate representation of color #FA8AF0: hue angle of 305.36º 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 #FA8AF0 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 240 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.02 |
| HSL | 305.36º | 0.92% | 0.76% | - |
| HSV(B) | 305.36º | 0.45% | 0.98% | - |
| XYZ | 64.24 | 44.79 | 87.7 | - |
| YUV | 183.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 240 | 0 | 0.45 | 0.04 | 0.02 | 305.36 | 0.92 | 0.76 |
| Hex | FA | 8A | F0 | 0 | 2D | 4 | 2 | 131 | 5C | 4C |
| Octal | 372 | 212 | 360 | 0 | 55 | 4 | 2 | 461 | 134 | 114 |
| Binary | 11111010 | 10001010 | 11110000 | 0 | 101101 | 100 | 10 | 100110001 | 1011100 | 1001100 |
Color Harmonies of #FA8AF0
Complementary color
Monochromatic Colors of #FA8AF0
Black with #FA8AF0
Text Example
Text Example
White with #FA8AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8AF0; }
p { color: rgb(250,138,240); }
H1.HeaderClassName
{
color: #FA8AF0;
}
.AnyTagClassName
{
color: #FA8AF0;
}
</style>
background-color css
<style>
a { background-color: #FA8AF0; }
a { background-color: rgb(250,138,240); }
div.DivClassName
{
background-color: #FA8AF0;
}
.BgClassName
{
background-color: #FA8AF0;
}
</style>
border-color css
<style>
span { border-color: #FA8AF0; }
span { border-color: rgb(250,138,240); }
td.TdClassName
{
border-color: #FA8AF0;
}
.TagClassName
{
border-color: #FA8AF0;
}
</style>