Shades of Fuchsia Pink #FA89FF
Tints of Fuchsia Pink #FA89FF
RGB
CMYK
RGB Variations
Color information
#FA89FF (or 0xFA89FF) is known color: Fuchsia Pink. HEX triplet: FA, 89 and FF. RGB value is (250,137,255). Sum of RGB (Red+Green+Blue) = 250+137+255=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 137 (53.91% from 255 or 21.34% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA89FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA89FF is #057600. Grayscale: #B7B7B7. Windows color (decimal): -357889 or 16747002. OLE color: 16747002.
HSL color Cylindrical-coordinate representation of color #FA89FF: hue angle of 297.46º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA89FF is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 137 | 255 | - |
| CMYK | 0.02 | 0.46 | 0 | 0 |
| HSL | 297.46º | 1% | 0.77% | - |
| HSV(B) | 297.46º | 0.46% | 1% | - |
| XYZ | 66.42 | 45.44 | 99.88 | - |
| YUV | 184.24 | 167.94 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 255 | 0.02 | 0.46 | 0 | 0 | 297.46 | 1 | 0.77 |
| Hex | FA | 89 | FF | 2 | 2E | 0 | 0 | 129 | 64 | 4D |
| Octal | 372 | 211 | 377 | 2 | 56 | 0 | 0 | 451 | 144 | 115 |
| Binary | 11111010 | 10001001 | 11111111 | 10 | 101110 | 0 | 0 | 100101001 | 1100100 | 1001101 |
Color Harmonies of #FA89FF
Complementary color
Monochromatic Colors of #FA89FF
Black with #FA89FF
Text Example
Text Example
White with #FA89FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA89FF; }
p { color: rgb(250,137,255); }
H1.HeaderClassName
{
color: #FA89FF;
}
.AnyTagClassName
{
color: #FA89FF;
}
</style>
background-color css
<style>
a { background-color: #FA89FF; }
a { background-color: rgb(250,137,255); }
div.DivClassName
{
background-color: #FA89FF;
}
.BgClassName
{
background-color: #FA89FF;
}
</style>
border-color css
<style>
span { border-color: #FA89FF; }
span { border-color: rgb(250,137,255); }
td.TdClassName
{
border-color: #FA89FF;
}
.TagClassName
{
border-color: #FA89FF;
}
</style>