Shades of Pale Magenta #FA89F1
Tints of Pale Magenta #FA89F1
RGB
CMYK
RGB Variations
Color information
#FA89F1 (or 0xFA89F1) is known color: Pale Magenta. HEX triplet: FA, 89 and F1. RGB value is (250,137,241). Sum of RGB (Red+Green+Blue) = 250+137+241=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 137 (53.91% from 255 or 21.82% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA89F1 is #05760E. Grayscale: #B6B6B6. Windows color (decimal): -357903 or 15829498. OLE color: 15829498.
HSL color Cylindrical-coordinate representation of color #FA89F1: hue angle of 304.78º 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 #FA89F1 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 241 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.02 |
| HSL | 304.78º | 0.92% | 0.76% | - |
| HSV(B) | 304.78º | 0.45% | 0.98% | - |
| XYZ | 64.25 | 44.57 | 88.44 | - |
| YUV | 182.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 241 | 0 | 0.45 | 0.04 | 0.02 | 304.78 | 0.92 | 0.76 |
| Hex | FA | 89 | F1 | 0 | 2D | 4 | 2 | 131 | 5C | 4C |
| Octal | 372 | 211 | 361 | 0 | 55 | 4 | 2 | 461 | 134 | 114 |
| Binary | 11111010 | 10001001 | 11110001 | 0 | 101101 | 100 | 10 | 100110001 | 1011100 | 1001100 |
Color Harmonies of #FA89F1
Complementary color
Monochromatic Colors of #FA89F1
Black with #FA89F1
Text Example
Text Example
White with #FA89F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA89F1; }
p { color: rgb(250,137,241); }
H1.HeaderClassName
{
color: #FA89F1;
}
.AnyTagClassName
{
color: #FA89F1;
}
</style>
background-color css
<style>
a { background-color: #FA89F1; }
a { background-color: rgb(250,137,241); }
div.DivClassName
{
background-color: #FA89F1;
}
.BgClassName
{
background-color: #FA89F1;
}
</style>
border-color css
<style>
span { border-color: #FA89F1; }
span { border-color: rgb(250,137,241); }
td.TdClassName
{
border-color: #FA89F1;
}
.TagClassName
{
border-color: #FA89F1;
}
</style>