Shades of Fuchsia Pink #FE77FF
Tints of Fuchsia Pink #FE77FF
RGB
CMYK
RGB Variations
Color information
#FE77FF (or 0xFE77FF) is known color: Fuchsia Pink. HEX triplet: FE, 77 and FF. RGB value is (254,119,255). Sum of RGB (Red+Green+Blue) = 254+119+255=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 119 (46.88% from 255 or 18.95% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE77FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE77FF is #018800. Grayscale: #AEAEAE. Windows color (decimal): -100353 or 16742398. OLE color: 16742398.
HSL color Cylindrical-coordinate representation of color #FE77FF: hue angle of 299.56º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE77FF is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 119 | 255 | - |
| CMYK | 0.00 | 0.53 | 0 | 0 |
| HSL | 299.56º | 1% | 0.73% | - |
| HSV(B) | 299.56º | 0.53% | 1% | - |
| XYZ | 65.52 | 41.48 | 99.16 | - |
| YUV | 174.87 | 173.23 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 255 | 0.00 | 0.53 | 0 | 0 | 299.56 | 1 | 0.73 |
| Hex | FE | 77 | FF | 0 | 35 | 0 | 0 | 12C | 64 | 49 |
| Octal | 376 | 167 | 377 | 0 | 65 | 0 | 0 | 454 | 144 | 111 |
| Binary | 11111110 | 1110111 | 11111111 | 0 | 110101 | 0 | 0 | 100101100 | 1100100 | 1001001 |
Color Harmonies of #FE77FF
Complementary color
Monochromatic Colors of #FE77FF
Black with #FE77FF
Text Example
Text Example
White with #FE77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77FF; }
p { color: rgb(254,119,255); }
H1.HeaderClassName
{
color: #FE77FF;
}
.AnyTagClassName
{
color: #FE77FF;
}
</style>
background-color css
<style>
a { background-color: #FE77FF; }
a { background-color: rgb(254,119,255); }
div.DivClassName
{
background-color: #FE77FF;
}
.BgClassName
{
background-color: #FE77FF;
}
</style>
border-color css
<style>
span { border-color: #FE77FF; }
span { border-color: rgb(254,119,255); }
td.TdClassName
{
border-color: #FE77FF;
}
.TagClassName
{
border-color: #FE77FF;
}
</style>