Shades of Fuchsia Pink #FE77FB
Tints of Fuchsia Pink #FE77FB
RGB
CMYK
RGB Variations
Color information
#FE77FB (or 0xFE77FB) is known color: Fuchsia Pink. HEX triplet: FE, 77 and FB. RGB value is (254,119,251). Sum of RGB (Red+Green+Blue) = 254+119+251=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 119 (46.88% from 255 or 19.07% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE77FB is #018804. Grayscale: #AEAEAE. Windows color (decimal): -100357 or 16480254. OLE color: 16480254.
HSL color Cylindrical-coordinate representation of color #FE77FB: hue angle of 301.33º 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 #FE77FB is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 251 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.00 |
| HSL | 301.33º | 0.99% | 0.73% | - |
| HSV(B) | 301.33º | 0.53% | 1% | - |
| XYZ | 64.88 | 41.23 | 95.81 | - |
| YUV | 174.41 | 171.23 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 251 | 0 | 0.53 | 0.01 | 0.00 | 301.33 | 0.99 | 0.73 |
| Hex | FE | 77 | FB | 0 | 35 | 1 | 0 | 12D | 63 | 49 |
| Octal | 376 | 167 | 373 | 0 | 65 | 1 | 0 | 455 | 143 | 111 |
| Binary | 11111110 | 1110111 | 11111011 | 0 | 110101 | 1 | 0 | 100101101 | 1100011 | 1001001 |
Color Harmonies of #FE77FB
Complementary color
Monochromatic Colors of #FE77FB
Black with #FE77FB
Text Example
Text Example
White with #FE77FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE77FB; }
p { color: rgb(254,119,251); }
H1.HeaderClassName
{
color: #FE77FB;
}
.AnyTagClassName
{
color: #FE77FB;
}
</style>
background-color css
<style>
a { background-color: #FE77FB; }
a { background-color: rgb(254,119,251); }
div.DivClassName
{
background-color: #FE77FB;
}
.BgClassName
{
background-color: #FE77FB;
}
</style>
border-color css
<style>
span { border-color: #FE77FB; }
span { border-color: rgb(254,119,251); }
td.TdClassName
{
border-color: #FE77FB;
}
.TagClassName
{
border-color: #FE77FB;
}
</style>