Shades of Fuchsia Pink #FE76F0
Tints of Fuchsia Pink #FE76F0
RGB
CMYK
RGB Variations
Color information
#FE76F0 (or 0xFE76F0) is known color: Fuchsia Pink. HEX triplet: FE, 76 and F0. RGB value is (254,118,240). Sum of RGB (Red+Green+Blue) = 254+118+240=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 118 (46.48% from 255 or 19.28% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE76F0 is #01890F. Grayscale: #ACACAC. Windows color (decimal): -100624 or 15759102. OLE color: 15759102.
HSL color Cylindrical-coordinate representation of color #FE76F0: hue angle of 306.18º 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 #FE76F0 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 240 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.00 |
| HSL | 306.18º | 0.99% | 0.73% | - |
| HSV(B) | 306.18º | 0.54% | 1% | - |
| XYZ | 63.08 | 40.32 | 86.9 | - |
| YUV | 172.57 | 166.06 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 240 | 0 | 0.54 | 0.06 | 0.00 | 306.18 | 0.99 | 0.73 |
| Hex | FE | 76 | F0 | 0 | 36 | 6 | 0 | 132 | 63 | 49 |
| Octal | 376 | 166 | 360 | 0 | 66 | 6 | 0 | 462 | 143 | 111 |
| Binary | 11111110 | 1110110 | 11110000 | 0 | 110110 | 110 | 0 | 100110010 | 1100011 | 1001001 |
Color Harmonies of #FE76F0
Complementary color
Monochromatic Colors of #FE76F0
Black with #FE76F0
Text Example
Text Example
White with #FE76F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE76F0; }
p { color: rgb(254,118,240); }
H1.HeaderClassName
{
color: #FE76F0;
}
.AnyTagClassName
{
color: #FE76F0;
}
</style>
background-color css
<style>
a { background-color: #FE76F0; }
a { background-color: rgb(254,118,240); }
div.DivClassName
{
background-color: #FE76F0;
}
.BgClassName
{
background-color: #FE76F0;
}
</style>
border-color css
<style>
span { border-color: #FE76F0; }
span { border-color: rgb(254,118,240); }
td.TdClassName
{
border-color: #FE76F0;
}
.TagClassName
{
border-color: #FE76F0;
}
</style>