Shades of Fuchsia Pink #FE8BFE
Tints of Fuchsia Pink #FE8BFE
RGB
CMYK
RGB Variations
Color information
#FE8BFE (or 0xFE8BFE) is known color: Fuchsia Pink. HEX triplet: FE, 8B and FE. RGB value is (254,139,254). Sum of RGB (Red+Green+Blue) = 254+139+254=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 139 (54.69% from 255 or 21.48% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE8BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8BFE is #017401. Grayscale: #BABABA. Windows color (decimal): -95234 or 16681982. OLE color: 16681982.
HSL color Cylindrical-coordinate representation of color #FE8BFE: hue angle of 300º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8BFE is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 254 | - |
| CMYK | 0 | 0.45 | 0 | 0.00 |
| HSL | 300º | 0.98% | 0.77% | - |
| HSV(B) | 300º | 0.45% | 1% | - |
| XYZ | 68 | 46.69 | 99.19 | - |
| YUV | 186.5 | 166.1 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 254 | 0 | 0.45 | 0 | 0.00 | 300 | 0.98 | 0.77 |
| Hex | FE | 8B | FE | 0 | 2D | 0 | 0 | 12C | 62 | 4D |
| Octal | 376 | 213 | 376 | 0 | 55 | 0 | 0 | 454 | 142 | 115 |
| Binary | 11111110 | 10001011 | 11111110 | 0 | 101101 | 0 | 0 | 100101100 | 1100010 | 1001101 |
Color Harmonies of #FE8BFE
Complementary color
Monochromatic Colors of #FE8BFE
Black with #FE8BFE
Text Example
Text Example
White with #FE8BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8BFE; }
p { color: rgb(254,139,254); }
H1.HeaderClassName
{
color: #FE8BFE;
}
.AnyTagClassName
{
color: #FE8BFE;
}
</style>
background-color css
<style>
a { background-color: #FE8BFE; }
a { background-color: rgb(254,139,254); }
div.DivClassName
{
background-color: #FE8BFE;
}
.BgClassName
{
background-color: #FE8BFE;
}
</style>
border-color css
<style>
span { border-color: #FE8BFE; }
span { border-color: rgb(254,139,254); }
td.TdClassName
{
border-color: #FE8BFE;
}
.TagClassName
{
border-color: #FE8BFE;
}
</style>