Shades of Fuchsia Pink #FF76FE
Tints of Fuchsia Pink #FF76FE
RGB
CMYK
RGB Variations
Color information
#FF76FE (or 0xFF76FE) is known color: Fuchsia Pink. HEX triplet: FF, 76 and FE. RGB value is (255,118,254). Sum of RGB (Red+Green+Blue) = 255+118+254=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 118 (46.48% from 255 or 18.82% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF76FE is #008901. Grayscale: #AEAEAE. Windows color (decimal): -35074 or 16676607. OLE color: 16676607.
HSL color Cylindrical-coordinate representation of color #FF76FE: hue angle of 300.44º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF76FE is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 254 | - |
| CMYK | 0 | 0.54 | 0.00 | 0 |
| HSL | 300.44º | 1% | 0.73% | - |
| HSV(B) | 300.44º | 0.54% | 1% | - |
| XYZ | 65.61 | 41.37 | 98.29 | - |
| YUV | 174.47 | 172.89 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 254 | 0 | 0.54 | 0.00 | 0 | 300.44 | 1 | 0.73 |
| Hex | FF | 76 | FE | 0 | 36 | 0 | 0 | 12C | 64 | 49 |
| Octal | 377 | 166 | 376 | 0 | 66 | 0 | 0 | 454 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11111110 | 0 | 110110 | 0 | 0 | 100101100 | 1100100 | 1001001 |
Color Harmonies of #FF76FE
Complementary color
Monochromatic Colors of #FF76FE
Black with #FF76FE
Text Example
Text Example
White with #FF76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76FE; }
p { color: rgb(255,118,254); }
H1.HeaderClassName
{
color: #FF76FE;
}
.AnyTagClassName
{
color: #FF76FE;
}
</style>
background-color css
<style>
a { background-color: #FF76FE; }
a { background-color: rgb(255,118,254); }
div.DivClassName
{
background-color: #FF76FE;
}
.BgClassName
{
background-color: #FF76FE;
}
</style>
border-color css
<style>
span { border-color: #FF76FE; }
span { border-color: rgb(255,118,254); }
td.TdClassName
{
border-color: #FF76FE;
}
.TagClassName
{
border-color: #FF76FE;
}
</style>