Shades of Fuchsia Pink #FF89FD
Tints of Fuchsia Pink #FF89FD
RGB
CMYK
RGB Variations
Color information
#FF89FD (or 0xFF89FD) is known color: Fuchsia Pink. HEX triplet: FF, 89 and FD. RGB value is (255,137,253). Sum of RGB (Red+Green+Blue) = 255+137+253=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 137 (53.91% from 255 or 21.24% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF89FD is #007602. Grayscale: #B9B9B9. Windows color (decimal): -30211 or 16615935. OLE color: 16615935.
HSL color Cylindrical-coordinate representation of color #FF89FD: hue angle of 301.02º 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 #FF89FD is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 253 | - |
| CMYK | 0 | 0.46 | 0.01 | 0 |
| HSL | 301.02º | 1% | 0.77% | - |
| HSV(B) | 301.02º | 0.46% | 1% | - |
| XYZ | 67.92 | 46.24 | 98.27 | - |
| YUV | 185.51 | 166.09 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 253 | 0 | 0.46 | 0.01 | 0 | 301.02 | 1 | 0.77 |
| Hex | FF | 89 | FD | 0 | 2E | 1 | 0 | 12D | 64 | 4D |
| Octal | 377 | 211 | 375 | 0 | 56 | 1 | 0 | 455 | 144 | 115 |
| Binary | 11111111 | 10001001 | 11111101 | 0 | 101110 | 1 | 0 | 100101101 | 1100100 | 1001101 |
Color Harmonies of #FF89FD
Complementary color
Monochromatic Colors of #FF89FD
Black with #FF89FD
Text Example
Text Example
White with #FF89FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF89FD; }
p { color: rgb(255,137,253); }
H1.HeaderClassName
{
color: #FF89FD;
}
.AnyTagClassName
{
color: #FF89FD;
}
</style>
background-color css
<style>
a { background-color: #FF89FD; }
a { background-color: rgb(255,137,253); }
div.DivClassName
{
background-color: #FF89FD;
}
.BgClassName
{
background-color: #FF89FD;
}
</style>
border-color css
<style>
span { border-color: #FF89FD; }
span { border-color: rgb(255,137,253); }
td.TdClassName
{
border-color: #FF89FD;
}
.TagClassName
{
border-color: #FF89FD;
}
</style>