Shades of Fuchsia Pink #FF76FC
Tints of Fuchsia Pink #FF76FC
RGB
CMYK
RGB Variations
Color information
#FF76FC (or 0xFF76FC) is known color: Fuchsia Pink. HEX triplet: FF, 76 and FC. RGB value is (255,118,252). Sum of RGB (Red+Green+Blue) = 255+118+252=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 118 (46.48% from 255 or 18.88% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF76FC is #008903. Grayscale: #ADADAD. Windows color (decimal): -35076 or 16545535. OLE color: 16545535.
HSL color Cylindrical-coordinate representation of color #FF76FC: hue angle of 301.31º 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 #FF76FC is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 252 | - |
| CMYK | 0 | 0.54 | 0.01 | 0 |
| HSL | 301.31º | 1% | 0.73% | - |
| HSV(B) | 301.31º | 0.54% | 1% | - |
| XYZ | 65.29 | 41.25 | 96.62 | - |
| YUV | 174.24 | 171.89 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 252 | 0 | 0.54 | 0.01 | 0 | 301.31 | 1 | 0.73 |
| Hex | FF | 76 | FC | 0 | 36 | 1 | 0 | 12D | 64 | 49 |
| Octal | 377 | 166 | 374 | 0 | 66 | 1 | 0 | 455 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11111100 | 0 | 110110 | 1 | 0 | 100101101 | 1100100 | 1001001 |
Color Harmonies of #FF76FC
Complementary color
Monochromatic Colors of #FF76FC
Black with #FF76FC
Text Example
Text Example
White with #FF76FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76FC; }
p { color: rgb(255,118,252); }
H1.HeaderClassName
{
color: #FF76FC;
}
.AnyTagClassName
{
color: #FF76FC;
}
</style>
background-color css
<style>
a { background-color: #FF76FC; }
a { background-color: rgb(255,118,252); }
div.DivClassName
{
background-color: #FF76FC;
}
.BgClassName
{
background-color: #FF76FC;
}
</style>
border-color css
<style>
span { border-color: #FF76FC; }
span { border-color: rgb(255,118,252); }
td.TdClassName
{
border-color: #FF76FC;
}
.TagClassName
{
border-color: #FF76FC;
}
</style>