Shades of Fuchsia Pink #FE76FE
Tints of Fuchsia Pink #FE76FE
RGB
CMYK
RGB Variations
Color information
#FE76FE (or 0xFE76FE) is known color: Fuchsia Pink. HEX triplet: FE, 76 and FE. RGB value is (254,118,254). Sum of RGB (Red+Green+Blue) = 254+118+254=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 118 (46.48% from 255 or 18.85% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE76FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE76FE is #018901. Grayscale: #ADADAD. Windows color (decimal): -100610 or 16676606. OLE color: 16676606.
HSL color Cylindrical-coordinate representation of color #FE76FE: hue angle of 300º 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 #FE76FE is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 254 | - |
| CMYK | 0 | 0.54 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.73% | - |
| HSV(B) | 300º | 0.54% | 1% | - |
| XYZ | 65.24 | 41.18 | 98.28 | - |
| YUV | 174.17 | 173.06 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 254 | 0 | 0.54 | 0 | 0.00 | 300 | 0.99 | 0.73 |
| Hex | FE | 76 | FE | 0 | 36 | 0 | 0 | 12C | 63 | 49 |
| Octal | 376 | 166 | 376 | 0 | 66 | 0 | 0 | 454 | 143 | 111 |
| Binary | 11111110 | 1110110 | 11111110 | 0 | 110110 | 0 | 0 | 100101100 | 1100011 | 1001001 |
Color Harmonies of #FE76FE
Complementary color
Monochromatic Colors of #FE76FE
Black with #FE76FE
Text Example
Text Example
White with #FE76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE76FE; }
p { color: rgb(254,118,254); }
H1.HeaderClassName
{
color: #FE76FE;
}
.AnyTagClassName
{
color: #FE76FE;
}
</style>
background-color css
<style>
a { background-color: #FE76FE; }
a { background-color: rgb(254,118,254); }
div.DivClassName
{
background-color: #FE76FE;
}
.BgClassName
{
background-color: #FE76FE;
}
</style>
border-color css
<style>
span { border-color: #FE76FE; }
span { border-color: rgb(254,118,254); }
td.TdClassName
{
border-color: #FE76FE;
}
.TagClassName
{
border-color: #FE76FE;
}
</style>