Shades of Fuchsia Pink #FF76F7
Tints of Fuchsia Pink #FF76F7
RGB
CMYK
RGB Variations
Color information
#FF76F7 (or 0xFF76F7) is known color: Fuchsia Pink. HEX triplet: FF, 76 and F7. RGB value is (255,118,247). Sum of RGB (Red+Green+Blue) = 255+118+247=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 118 (46.48% from 255 or 19.03% from 620); Blue value is 247 (96.88% from 255 or 39.84% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF76F7 is #008908. Grayscale: #ADADAD. Windows color (decimal): -35081 or 16217855. OLE color: 16217855.
HSL color Cylindrical-coordinate representation of color #FF76F7: hue angle of 303.5º 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 #FF76F7 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 247 | - |
| CMYK | 0 | 0.54 | 0.03 | 0 |
| HSL | 303.5º | 1% | 0.73% | - |
| HSV(B) | 303.5º | 0.54% | 1% | - |
| XYZ | 64.51 | 40.93 | 92.5 | - |
| YUV | 173.67 | 169.39 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 247 | 0 | 0.54 | 0.03 | 0 | 303.5 | 1 | 0.73 |
| Hex | FF | 76 | F7 | 0 | 36 | 3 | 0 | 130 | 64 | 49 |
| Octal | 377 | 166 | 367 | 0 | 66 | 3 | 0 | 460 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11110111 | 0 | 110110 | 11 | 0 | 100110000 | 1100100 | 1001001 |
Color Harmonies of #FF76F7
Complementary color
Monochromatic Colors of #FF76F7
Black with #FF76F7
Text Example
Text Example
White with #FF76F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76F7; }
p { color: rgb(255,118,247); }
H1.HeaderClassName
{
color: #FF76F7;
}
.AnyTagClassName
{
color: #FF76F7;
}
</style>
background-color css
<style>
a { background-color: #FF76F7; }
a { background-color: rgb(255,118,247); }
div.DivClassName
{
background-color: #FF76F7;
}
.BgClassName
{
background-color: #FF76F7;
}
</style>
border-color css
<style>
span { border-color: #FF76F7; }
span { border-color: rgb(255,118,247); }
td.TdClassName
{
border-color: #FF76F7;
}
.TagClassName
{
border-color: #FF76F7;
}
</style>