Shades of Fuchsia Pink #FF76FB
Tints of Fuchsia Pink #FF76FB
RGB
CMYK
RGB Variations
Color information
#FF76FB (or 0xFF76FB) is known color: Fuchsia Pink. HEX triplet: FF, 76 and FB. RGB value is (255,118,251). Sum of RGB (Red+Green+Blue) = 255+118+251=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 118 (46.48% from 255 or 18.91% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF76FB is #008904. Grayscale: #ADADAD. Windows color (decimal): -35077 or 16479999. OLE color: 16479999.
HSL color Cylindrical-coordinate representation of color #FF76FB: hue angle of 301.75º 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 #FF76FB is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 251 | - |
| CMYK | 0 | 0.54 | 0.02 | 0 |
| HSL | 301.75º | 1% | 0.73% | - |
| HSV(B) | 301.75º | 0.54% | 1% | - |
| XYZ | 65.13 | 41.18 | 95.78 | - |
| YUV | 174.13 | 171.39 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 251 | 0 | 0.54 | 0.02 | 0 | 301.75 | 1 | 0.73 |
| Hex | FF | 76 | FB | 0 | 36 | 2 | 0 | 12E | 64 | 49 |
| Octal | 377 | 166 | 373 | 0 | 66 | 2 | 0 | 456 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11111011 | 0 | 110110 | 10 | 0 | 100101110 | 1100100 | 1001001 |
Color Harmonies of #FF76FB
Complementary color
Monochromatic Colors of #FF76FB
Black with #FF76FB
Text Example
Text Example
White with #FF76FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76FB; }
p { color: rgb(255,118,251); }
H1.HeaderClassName
{
color: #FF76FB;
}
.AnyTagClassName
{
color: #FF76FB;
}
</style>
background-color css
<style>
a { background-color: #FF76FB; }
a { background-color: rgb(255,118,251); }
div.DivClassName
{
background-color: #FF76FB;
}
.BgClassName
{
background-color: #FF76FB;
}
</style>
border-color css
<style>
span { border-color: #FF76FB; }
span { border-color: rgb(255,118,251); }
td.TdClassName
{
border-color: #FF76FB;
}
.TagClassName
{
border-color: #FF76FB;
}
</style>