Shades of Fuchsia Pink #FE8BFA
Tints of Fuchsia Pink #FE8BFA
RGB
CMYK
RGB Variations
Color information
#FE8BFA (or 0xFE8BFA) is known color: Fuchsia Pink. HEX triplet: FE, 8B and FA. RGB value is (254,139,250). Sum of RGB (Red+Green+Blue) = 254+139+250=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 139 (54.69% from 255 or 21.62% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8BFA is #017405. Grayscale: #B9B9B9. Windows color (decimal): -95238 or 16419838. OLE color: 16419838.
HSL color Cylindrical-coordinate representation of color #FE8BFA: hue angle of 302.09º 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 #FE8BFA is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 250 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.00 |
| HSL | 302.09º | 0.98% | 0.77% | - |
| HSV(B) | 302.09º | 0.45% | 1% | - |
| XYZ | 67.36 | 46.44 | 95.86 | - |
| YUV | 186.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 250 | 0 | 0.45 | 0.02 | 0.00 | 302.09 | 0.98 | 0.77 |
| Hex | FE | 8B | FA | 0 | 2D | 2 | 0 | 12E | 62 | 4D |
| Octal | 376 | 213 | 372 | 0 | 55 | 2 | 0 | 456 | 142 | 115 |
| Binary | 11111110 | 10001011 | 11111010 | 0 | 101101 | 10 | 0 | 100101110 | 1100010 | 1001101 |
Color Harmonies of #FE8BFA
Complementary color
Monochromatic Colors of #FE8BFA
Black with #FE8BFA
Text Example
Text Example
White with #FE8BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8BFA; }
p { color: rgb(254,139,250); }
H1.HeaderClassName
{
color: #FE8BFA;
}
.AnyTagClassName
{
color: #FE8BFA;
}
</style>
background-color css
<style>
a { background-color: #FE8BFA; }
a { background-color: rgb(254,139,250); }
div.DivClassName
{
background-color: #FE8BFA;
}
.BgClassName
{
background-color: #FE8BFA;
}
</style>
border-color css
<style>
span { border-color: #FE8BFA; }
span { border-color: rgb(254,139,250); }
td.TdClassName
{
border-color: #FE8BFA;
}
.TagClassName
{
border-color: #FE8BFA;
}
</style>