Shades of Fuchsia Pink #FE76FA
Tints of Fuchsia Pink #FE76FA
RGB
CMYK
RGB Variations
Color information
#FE76FA (or 0xFE76FA) is known color: Fuchsia Pink. HEX triplet: FE, 76 and FA. RGB value is (254,118,250). Sum of RGB (Red+Green+Blue) = 254+118+250=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 118 (46.48% from 255 or 18.97% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE76FA is #018905. Grayscale: #ADADAD. Windows color (decimal): -100614 or 16414462. OLE color: 16414462.
HSL color Cylindrical-coordinate representation of color #FE76FA: hue angle of 301.76º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE76FA is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 250 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.00 |
| HSL | 301.76º | 0.99% | 0.73% | - |
| HSV(B) | 301.76º | 0.54% | 1% | - |
| XYZ | 64.61 | 40.93 | 94.94 | - |
| YUV | 173.71 | 171.06 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 250 | 0 | 0.54 | 0.02 | 0.00 | 301.76 | 0.99 | 0.73 |
| Hex | FE | 76 | FA | 0 | 36 | 2 | 0 | 12E | 63 | 49 |
| Octal | 376 | 166 | 372 | 0 | 66 | 2 | 0 | 456 | 143 | 111 |
| Binary | 11111110 | 1110110 | 11111010 | 0 | 110110 | 10 | 0 | 100101110 | 1100011 | 1001001 |
Color Harmonies of #FE76FA
Complementary color
Monochromatic Colors of #FE76FA
Black with #FE76FA
Text Example
Text Example
White with #FE76FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE76FA; }
p { color: rgb(254,118,250); }
H1.HeaderClassName
{
color: #FE76FA;
}
.AnyTagClassName
{
color: #FE76FA;
}
</style>
background-color css
<style>
a { background-color: #FE76FA; }
a { background-color: rgb(254,118,250); }
div.DivClassName
{
background-color: #FE76FA;
}
.BgClassName
{
background-color: #FE76FA;
}
</style>
border-color css
<style>
span { border-color: #FE76FA; }
span { border-color: rgb(254,118,250); }
td.TdClassName
{
border-color: #FE76FA;
}
.TagClassName
{
border-color: #FE76FA;
}
</style>