Shades of Fuchsia Pink #FA89FE
Tints of Fuchsia Pink #FA89FE
RGB
CMYK
RGB Variations
Color information
#FA89FE (or 0xFA89FE) is known color: Fuchsia Pink. HEX triplet: FA, 89 and FE. RGB value is (250,137,254). Sum of RGB (Red+Green+Blue) = 250+137+254=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 137 (53.91% from 255 or 21.37% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA89FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA89FE is #057601. Grayscale: #B7B7B7. Windows color (decimal): -357890 or 16681466. OLE color: 16681466.
HSL color Cylindrical-coordinate representation of color #FA89FE: hue angle of 297.95º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA89FE is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 137 | 254 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.00 |
| HSL | 297.95º | 0.98% | 0.77% | - |
| HSV(B) | 297.95º | 0.46% | 1% | - |
| XYZ | 66.26 | 45.37 | 99.03 | - |
| YUV | 184.13 | 167.44 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 254 | 0.02 | 0.46 | 0 | 0.00 | 297.95 | 0.98 | 0.77 |
| Hex | FA | 89 | FE | 2 | 2E | 0 | 0 | 12A | 62 | 4D |
| Octal | 372 | 211 | 376 | 2 | 56 | 0 | 0 | 452 | 142 | 115 |
| Binary | 11111010 | 10001001 | 11111110 | 10 | 101110 | 0 | 0 | 100101010 | 1100010 | 1001101 |
Color Harmonies of #FA89FE
Complementary color
Monochromatic Colors of #FA89FE
Black with #FA89FE
Text Example
Text Example
White with #FA89FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA89FE; }
p { color: rgb(250,137,254); }
H1.HeaderClassName
{
color: #FA89FE;
}
.AnyTagClassName
{
color: #FA89FE;
}
</style>
background-color css
<style>
a { background-color: #FA89FE; }
a { background-color: rgb(250,137,254); }
div.DivClassName
{
background-color: #FA89FE;
}
.BgClassName
{
background-color: #FA89FE;
}
</style>
border-color css
<style>
span { border-color: #FA89FE; }
span { border-color: rgb(250,137,254); }
td.TdClassName
{
border-color: #FA89FE;
}
.TagClassName
{
border-color: #FA89FE;
}
</style>