Shades of Fuchsia Pink #FE89FB
Tints of Fuchsia Pink #FE89FB
RGB
CMYK
RGB Variations
Color information
#FE89FB (or 0xFE89FB) is known color: Fuchsia Pink. HEX triplet: FE, 89 and FB. RGB value is (254,137,251). Sum of RGB (Red+Green+Blue) = 254+137+251=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 137 (53.91% from 255 or 21.34% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE89FB is #017604. Grayscale: #B8B8B8. Windows color (decimal): -95749 or 16484862. OLE color: 16484862.
HSL color Cylindrical-coordinate representation of color #FE89FB: hue angle of 301.54º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE89FB is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 251 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.00 |
| HSL | 301.54º | 0.98% | 0.77% | - |
| HSV(B) | 301.54º | 0.46% | 1% | - |
| XYZ | 67.23 | 45.93 | 96.59 | - |
| YUV | 184.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 251 | 0 | 0.46 | 0.01 | 0.00 | 301.54 | 0.98 | 0.77 |
| Hex | FE | 89 | FB | 0 | 2E | 1 | 0 | 12E | 62 | 4D |
| Octal | 376 | 211 | 373 | 0 | 56 | 1 | 0 | 456 | 142 | 115 |
| Binary | 11111110 | 10001001 | 11111011 | 0 | 101110 | 1 | 0 | 100101110 | 1100010 | 1001101 |
Color Harmonies of #FE89FB
Complementary color
Monochromatic Colors of #FE89FB
Black with #FE89FB
Text Example
Text Example
White with #FE89FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE89FB; }
p { color: rgb(254,137,251); }
H1.HeaderClassName
{
color: #FE89FB;
}
.AnyTagClassName
{
color: #FE89FB;
}
</style>
background-color css
<style>
a { background-color: #FE89FB; }
a { background-color: rgb(254,137,251); }
div.DivClassName
{
background-color: #FE89FB;
}
.BgClassName
{
background-color: #FE89FB;
}
</style>
border-color css
<style>
span { border-color: #FE89FB; }
span { border-color: rgb(254,137,251); }
td.TdClassName
{
border-color: #FE89FB;
}
.TagClassName
{
border-color: #FE89FB;
}
</style>