Shades of Fuchsia Pink #FF89F7
Tints of Fuchsia Pink #FF89F7
RGB
CMYK
RGB Variations
Color information
#FF89F7 (or 0xFF89F7) is known color: Fuchsia Pink. HEX triplet: FF, 89 and F7. RGB value is (255,137,247). Sum of RGB (Red+Green+Blue) = 255+137+247=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 137 (53.91% from 255 or 21.44% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF89F7 is #007608. Grayscale: #B8B8B8. Windows color (decimal): -30217 or 16222719. OLE color: 16222719.
HSL color Cylindrical-coordinate representation of color #FF89F7: hue angle of 304.07º 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 #FF89F7 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 247 | - |
| CMYK | 0 | 0.46 | 0.03 | 0 |
| HSL | 304.07º | 1% | 0.77% | - |
| HSV(B) | 304.07º | 0.46% | 1% | - |
| XYZ | 66.97 | 45.87 | 93.32 | - |
| YUV | 184.82 | 163.09 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 247 | 0 | 0.46 | 0.03 | 0 | 304.07 | 1 | 0.77 |
| Hex | FF | 89 | F7 | 0 | 2E | 3 | 0 | 130 | 64 | 4D |
| Octal | 377 | 211 | 367 | 0 | 56 | 3 | 0 | 460 | 144 | 115 |
| Binary | 11111111 | 10001001 | 11110111 | 0 | 101110 | 11 | 0 | 100110000 | 1100100 | 1001101 |
Color Harmonies of #FF89F7
Complementary color
Monochromatic Colors of #FF89F7
Black with #FF89F7
Text Example
Text Example
White with #FF89F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF89F7; }
p { color: rgb(255,137,247); }
H1.HeaderClassName
{
color: #FF89F7;
}
.AnyTagClassName
{
color: #FF89F7;
}
</style>
background-color css
<style>
a { background-color: #FF89F7; }
a { background-color: rgb(255,137,247); }
div.DivClassName
{
background-color: #FF89F7;
}
.BgClassName
{
background-color: #FF89F7;
}
</style>
border-color css
<style>
span { border-color: #FF89F7; }
span { border-color: rgb(255,137,247); }
td.TdClassName
{
border-color: #FF89F7;
}
.TagClassName
{
border-color: #FF89F7;
}
</style>