Shades of Fuchsia Pink #FE77FA
Tints of Fuchsia Pink #FE77FA
RGB
CMYK
RGB Variations
Color information
#FE77FA (or 0xFE77FA) is known color: Fuchsia Pink. HEX triplet: FE, 77 and FA. RGB value is (254,119,250). Sum of RGB (Red+Green+Blue) = 254+119+250=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 119 (46.88% from 255 or 19.10% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE77FA is #018805. Grayscale: #ADADAD. Windows color (decimal): -100358 or 16414718. OLE color: 16414718.
HSL color Cylindrical-coordinate representation of color #FE77FA: hue angle of 301.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE77FA is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 250 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.00 |
| HSL | 301.78º | 0.99% | 0.73% | - |
| HSV(B) | 301.78º | 0.53% | 1% | - |
| XYZ | 64.73 | 41.17 | 94.98 | - |
| YUV | 174.3 | 170.73 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 250 | 0 | 0.53 | 0.02 | 0.00 | 301.78 | 0.99 | 0.73 |
| Hex | FE | 77 | FA | 0 | 35 | 2 | 0 | 12E | 63 | 49 |
| Octal | 376 | 167 | 372 | 0 | 65 | 2 | 0 | 456 | 143 | 111 |
| Binary | 11111110 | 1110111 | 11111010 | 0 | 110101 | 10 | 0 | 100101110 | 1100011 | 1001001 |
Color Harmonies of #FE77FA
Complementary color
Monochromatic Colors of #FE77FA
Black with #FE77FA
Text Example
Text Example
White with #FE77FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77FA; }
p { color: rgb(254,119,250); }
H1.HeaderClassName
{
color: #FE77FA;
}
.AnyTagClassName
{
color: #FE77FA;
}
</style>
background-color css
<style>
a { background-color: #FE77FA; }
a { background-color: rgb(254,119,250); }
div.DivClassName
{
background-color: #FE77FA;
}
.BgClassName
{
background-color: #FE77FA;
}
</style>
border-color css
<style>
span { border-color: #FE77FA; }
span { border-color: rgb(254,119,250); }
td.TdClassName
{
border-color: #FE77FA;
}
.TagClassName
{
border-color: #FE77FA;
}
</style>