Shades of Fuchsia Pink #FF76F9
Tints of Fuchsia Pink #FF76F9
RGB
CMYK
RGB Variations
Color information
#FF76F9 (or 0xFF76F9) is known color: Fuchsia Pink. HEX triplet: FF, 76 and F9. RGB value is (255,118,249). Sum of RGB (Red+Green+Blue) = 255+118+249=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 118 (46.48% from 255 or 18.97% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF76F9 is #008906. Grayscale: #ADADAD. Windows color (decimal): -35079 or 16348927. OLE color: 16348927.
HSL color Cylindrical-coordinate representation of color #FF76F9: hue angle of 302.63º 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 #FF76F9 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 249 | - |
| CMYK | 0 | 0.54 | 0.02 | 0 |
| HSL | 302.63º | 1% | 0.73% | - |
| HSV(B) | 302.63º | 0.54% | 1% | - |
| XYZ | 64.82 | 41.06 | 94.13 | - |
| YUV | 173.9 | 170.39 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 249 | 0 | 0.54 | 0.02 | 0 | 302.63 | 1 | 0.73 |
| Hex | FF | 76 | F9 | 0 | 36 | 2 | 0 | 12F | 64 | 49 |
| Octal | 377 | 166 | 371 | 0 | 66 | 2 | 0 | 457 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11111001 | 0 | 110110 | 10 | 0 | 100101111 | 1100100 | 1001001 |
Color Harmonies of #FF76F9
Complementary color
Monochromatic Colors of #FF76F9
Black with #FF76F9
Text Example
Text Example
White with #FF76F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76F9; }
p { color: rgb(255,118,249); }
H1.HeaderClassName
{
color: #FF76F9;
}
.AnyTagClassName
{
color: #FF76F9;
}
</style>
background-color css
<style>
a { background-color: #FF76F9; }
a { background-color: rgb(255,118,249); }
div.DivClassName
{
background-color: #FF76F9;
}
.BgClassName
{
background-color: #FF76F9;
}
</style>
border-color css
<style>
span { border-color: #FF76F9; }
span { border-color: rgb(255,118,249); }
td.TdClassName
{
border-color: #FF76F9;
}
.TagClassName
{
border-color: #FF76F9;
}
</style>