Shades of Fuchsia Pink #FF89FB
Tints of Fuchsia Pink #FF89FB
RGB
CMYK
RGB Variations
Color information
#FF89FB (or 0xFF89FB) is known color: Fuchsia Pink. HEX triplet: FF, 89 and FB. RGB value is (255,137,251). Sum of RGB (Red+Green+Blue) = 255+137+251=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 137 (53.91% from 255 or 21.31% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF89FB is #007604. Grayscale: #B8B8B8. Windows color (decimal): -30213 or 16484863. OLE color: 16484863.
HSL color Cylindrical-coordinate representation of color #FF89FB: hue angle of 302.03º 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 #FF89FB is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 251 | - |
| CMYK | 0 | 0.46 | 0.02 | 0 |
| HSL | 302.03º | 1% | 0.77% | - |
| HSV(B) | 302.03º | 0.46% | 1% | - |
| XYZ | 67.6 | 46.12 | 96.61 | - |
| YUV | 185.28 | 165.09 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 251 | 0 | 0.46 | 0.02 | 0 | 302.03 | 1 | 0.77 |
| Hex | FF | 89 | FB | 0 | 2E | 2 | 0 | 12E | 64 | 4D |
| Octal | 377 | 211 | 373 | 0 | 56 | 2 | 0 | 456 | 144 | 115 |
| Binary | 11111111 | 10001001 | 11111011 | 0 | 101110 | 10 | 0 | 100101110 | 1100100 | 1001101 |
Color Harmonies of #FF89FB
Complementary color
Monochromatic Colors of #FF89FB
Black with #FF89FB
Text Example
Text Example
White with #FF89FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF89FB; }
p { color: rgb(255,137,251); }
H1.HeaderClassName
{
color: #FF89FB;
}
.AnyTagClassName
{
color: #FF89FB;
}
</style>
background-color css
<style>
a { background-color: #FF89FB; }
a { background-color: rgb(255,137,251); }
div.DivClassName
{
background-color: #FF89FB;
}
.BgClassName
{
background-color: #FF89FB;
}
</style>
border-color css
<style>
span { border-color: #FF89FB; }
span { border-color: rgb(255,137,251); }
td.TdClassName
{
border-color: #FF89FB;
}
.TagClassName
{
border-color: #FF89FB;
}
</style>