Shades of Fuchsia Pink #FF89F9
Tints of Fuchsia Pink #FF89F9
RGB
CMYK
RGB Variations
Color information
#FF89F9 (or 0xFF89F9) is known color: Fuchsia Pink. HEX triplet: FF, 89 and F9. RGB value is (255,137,249). Sum of RGB (Red+Green+Blue) = 255+137+249=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 137 (53.91% from 255 or 21.37% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF89F9 is #007606. Grayscale: #B8B8B8. Windows color (decimal): -30215 or 16353791. OLE color: 16353791.
HSL color Cylindrical-coordinate representation of color #FF89F9: hue angle of 303.05º 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 #FF89F9 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 249 | - |
| CMYK | 0 | 0.46 | 0.02 | 0 |
| HSL | 303.05º | 1% | 0.77% | - |
| HSV(B) | 303.05º | 0.46% | 1% | - |
| XYZ | 67.28 | 45.99 | 94.95 | - |
| YUV | 185.05 | 164.09 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 249 | 0 | 0.46 | 0.02 | 0 | 303.05 | 1 | 0.77 |
| Hex | FF | 89 | F9 | 0 | 2E | 2 | 0 | 12F | 64 | 4D |
| Octal | 377 | 211 | 371 | 0 | 56 | 2 | 0 | 457 | 144 | 115 |
| Binary | 11111111 | 10001001 | 11111001 | 0 | 101110 | 10 | 0 | 100101111 | 1100100 | 1001101 |
Color Harmonies of #FF89F9
Complementary color
Monochromatic Colors of #FF89F9
Black with #FF89F9
Text Example
Text Example
White with #FF89F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF89F9; }
p { color: rgb(255,137,249); }
H1.HeaderClassName
{
color: #FF89F9;
}
.AnyTagClassName
{
color: #FF89F9;
}
</style>
background-color css
<style>
a { background-color: #FF89F9; }
a { background-color: rgb(255,137,249); }
div.DivClassName
{
background-color: #FF89F9;
}
.BgClassName
{
background-color: #FF89F9;
}
</style>
border-color css
<style>
span { border-color: #FF89F9; }
span { border-color: rgb(255,137,249); }
td.TdClassName
{
border-color: #FF89F9;
}
.TagClassName
{
border-color: #FF89F9;
}
</style>