Shades of Fuchsia Pink #FF76FA
Tints of Fuchsia Pink #FF76FA
RGB
CMYK
RGB Variations
Color information
#FF76FA (or 0xFF76FA) is known color: Fuchsia Pink. HEX triplet: FF, 76 and FA. RGB value is (255,118,250). Sum of RGB (Red+Green+Blue) = 255+118+250=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 118 (46.48% from 255 or 18.94% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF76FA is #008905. Grayscale: #ADADAD. Windows color (decimal): -35078 or 16414463. OLE color: 16414463.
HSL color Cylindrical-coordinate representation of color #FF76FA: hue angle of 302.19º 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 #FF76FA is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 250 | - |
| CMYK | 0 | 0.54 | 0.02 | 0 |
| HSL | 302.19º | 1% | 0.73% | - |
| HSV(B) | 302.19º | 0.54% | 1% | - |
| XYZ | 64.97 | 41.12 | 94.95 | - |
| YUV | 174.01 | 170.89 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 250 | 0 | 0.54 | 0.02 | 0 | 302.19 | 1 | 0.73 |
| Hex | FF | 76 | FA | 0 | 36 | 2 | 0 | 12E | 64 | 49 |
| Octal | 377 | 166 | 372 | 0 | 66 | 2 | 0 | 456 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11111010 | 0 | 110110 | 10 | 0 | 100101110 | 1100100 | 1001001 |
Color Harmonies of #FF76FA
Complementary color
Monochromatic Colors of #FF76FA
Black with #FF76FA
Text Example
Text Example
White with #FF76FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76FA; }
p { color: rgb(255,118,250); }
H1.HeaderClassName
{
color: #FF76FA;
}
.AnyTagClassName
{
color: #FF76FA;
}
</style>
background-color css
<style>
a { background-color: #FF76FA; }
a { background-color: rgb(255,118,250); }
div.DivClassName
{
background-color: #FF76FA;
}
.BgClassName
{
background-color: #FF76FA;
}
</style>
border-color css
<style>
span { border-color: #FF76FA; }
span { border-color: rgb(255,118,250); }
td.TdClassName
{
border-color: #FF76FA;
}
.TagClassName
{
border-color: #FF76FA;
}
</style>