Shades of Fuchsia Pink #FE77F8
Tints of Fuchsia Pink #FE77F8
RGB
CMYK
RGB Variations
Color information
#FE77F8 (or 0xFE77F8) is known color: Fuchsia Pink. HEX triplet: FE, 77 and F8. RGB value is (254,119,248). Sum of RGB (Red+Green+Blue) = 254+119+248=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 119 (46.88% from 255 or 19.16% from 621); Blue value is 248 (97.27% from 255 or 39.94% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE77F8 is #018807. Grayscale: #ADADAD. Windows color (decimal): -100360 or 16283646. OLE color: 16283646.
HSL color Cylindrical-coordinate representation of color #FE77F8: hue angle of 302.67º 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 #FE77F8 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 248 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.00 |
| HSL | 302.67º | 0.99% | 0.73% | - |
| HSV(B) | 302.67º | 0.53% | 1% | - |
| XYZ | 64.41 | 41.04 | 93.33 | - |
| YUV | 174.07 | 169.73 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 248 | 0 | 0.53 | 0.02 | 0.00 | 302.67 | 0.99 | 0.73 |
| Hex | FE | 77 | F8 | 0 | 35 | 2 | 0 | 12F | 63 | 49 |
| Octal | 376 | 167 | 370 | 0 | 65 | 2 | 0 | 457 | 143 | 111 |
| Binary | 11111110 | 1110111 | 11111000 | 0 | 110101 | 10 | 0 | 100101111 | 1100011 | 1001001 |
Color Harmonies of #FE77F8
Complementary color
Monochromatic Colors of #FE77F8
Black with #FE77F8
Text Example
Text Example
White with #FE77F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77F8; }
p { color: rgb(254,119,248); }
H1.HeaderClassName
{
color: #FE77F8;
}
.AnyTagClassName
{
color: #FE77F8;
}
</style>
background-color css
<style>
a { background-color: #FE77F8; }
a { background-color: rgb(254,119,248); }
div.DivClassName
{
background-color: #FE77F8;
}
.BgClassName
{
background-color: #FE77F8;
}
</style>
border-color css
<style>
span { border-color: #FE77F8; }
span { border-color: rgb(254,119,248); }
td.TdClassName
{
border-color: #FE77F8;
}
.TagClassName
{
border-color: #FE77F8;
}
</style>