Shades of Fuchsia Pink #FF89FE
Tints of Fuchsia Pink #FF89FE
RGB
CMYK
RGB Variations
Color information
#FF89FE (or 0xFF89FE) is known color: Fuchsia Pink. HEX triplet: FF, 89 and FE. RGB value is (255,137,254). Sum of RGB (Red+Green+Blue) = 255+137+254=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 137 (53.91% from 255 or 21.21% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF89FE is #007601. Grayscale: #B9B9B9. Windows color (decimal): -30210 or 16681471. OLE color: 16681471.
HSL color Cylindrical-coordinate representation of color #FF89FE: hue angle of 300.51º 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 #FF89FE is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 254 | - |
| CMYK | 0 | 0.46 | 0.00 | 0 |
| HSL | 300.51º | 1% | 0.77% | - |
| HSV(B) | 300.51º | 0.46% | 1% | - |
| XYZ | 68.08 | 46.31 | 99.12 | - |
| YUV | 185.62 | 166.59 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 254 | 0 | 0.46 | 0.00 | 0 | 300.51 | 1 | 0.77 |
| Hex | FF | 89 | FE | 0 | 2E | 0 | 0 | 12D | 64 | 4D |
| Octal | 377 | 211 | 376 | 0 | 56 | 0 | 0 | 455 | 144 | 115 |
| Binary | 11111111 | 10001001 | 11111110 | 0 | 101110 | 0 | 0 | 100101101 | 1100100 | 1001101 |
Color Harmonies of #FF89FE
Complementary color
Monochromatic Colors of #FF89FE
Black with #FF89FE
Text Example
Text Example
White with #FF89FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF89FE; }
p { color: rgb(255,137,254); }
H1.HeaderClassName
{
color: #FF89FE;
}
.AnyTagClassName
{
color: #FF89FE;
}
</style>
background-color css
<style>
a { background-color: #FF89FE; }
a { background-color: rgb(255,137,254); }
div.DivClassName
{
background-color: #FF89FE;
}
.BgClassName
{
background-color: #FF89FE;
}
</style>
border-color css
<style>
span { border-color: #FF89FE; }
span { border-color: rgb(255,137,254); }
td.TdClassName
{
border-color: #FF89FE;
}
.TagClassName
{
border-color: #FF89FE;
}
</style>