Shades of Fuchsia Pink #FE76F5
Tints of Fuchsia Pink #FE76F5
RGB
CMYK
RGB Variations
Color information
#FE76F5 (or 0xFE76F5) is known color: Fuchsia Pink. HEX triplet: FE, 76 and F5. RGB value is (254,118,245). Sum of RGB (Red+Green+Blue) = 254+118+245=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 118 (46.48% from 255 or 19.12% from 617); Blue value is 245 (96.09% from 255 or 39.71% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE76F5 is #01890A. Grayscale: #ACACAC. Windows color (decimal): -100619 or 16086782. OLE color: 16086782.
HSL color Cylindrical-coordinate representation of color #FE76F5: hue angle of 303.97º 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 #FE76F5 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 245 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.00 |
| HSL | 303.97º | 0.99% | 0.73% | - |
| HSV(B) | 303.97º | 0.54% | 1% | - |
| XYZ | 63.83 | 40.62 | 90.86 | - |
| YUV | 173.14 | 168.56 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 245 | 0 | 0.54 | 0.04 | 0.00 | 303.97 | 0.99 | 0.73 |
| Hex | FE | 76 | F5 | 0 | 36 | 4 | 0 | 130 | 63 | 49 |
| Octal | 376 | 166 | 365 | 0 | 66 | 4 | 0 | 460 | 143 | 111 |
| Binary | 11111110 | 1110110 | 11110101 | 0 | 110110 | 100 | 0 | 100110000 | 1100011 | 1001001 |
Color Harmonies of #FE76F5
Complementary color
Monochromatic Colors of #FE76F5
Black with #FE76F5
Text Example
Text Example
White with #FE76F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE76F5; }
p { color: rgb(254,118,245); }
H1.HeaderClassName
{
color: #FE76F5;
}
.AnyTagClassName
{
color: #FE76F5;
}
</style>
background-color css
<style>
a { background-color: #FE76F5; }
a { background-color: rgb(254,118,245); }
div.DivClassName
{
background-color: #FE76F5;
}
.BgClassName
{
background-color: #FE76F5;
}
</style>
border-color css
<style>
span { border-color: #FE76F5; }
span { border-color: rgb(254,118,245); }
td.TdClassName
{
border-color: #FE76F5;
}
.TagClassName
{
border-color: #FE76F5;
}
</style>