Shades of Fuchsia Pink #FF76F5
Tints of Fuchsia Pink #FF76F5
RGB
CMYK
RGB Variations
Color information
#FF76F5 (or 0xFF76F5) is known color: Fuchsia Pink. HEX triplet: FF, 76 and F5. RGB value is (255,118,245). Sum of RGB (Red+Green+Blue) = 255+118+245=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 118 (46.48% from 255 or 19.09% from 618); Blue value is 245 (96.09% from 255 or 39.64% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF76F5 is #00890A. Grayscale: #ADADAD. Windows color (decimal): -35083 or 16086783. OLE color: 16086783.
HSL color Cylindrical-coordinate representation of color #FF76F5: hue angle of 304.38º 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 #FF76F5 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 245 | - |
| CMYK | 0 | 0.54 | 0.04 | 0 |
| HSL | 304.38º | 1% | 0.73% | - |
| HSV(B) | 304.38º | 0.54% | 1% | - |
| XYZ | 64.2 | 40.81 | 90.88 | - |
| YUV | 173.44 | 168.39 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 245 | 0 | 0.54 | 0.04 | 0 | 304.38 | 1 | 0.73 |
| Hex | FF | 76 | F5 | 0 | 36 | 4 | 0 | 130 | 64 | 49 |
| Octal | 377 | 166 | 365 | 0 | 66 | 4 | 0 | 460 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11110101 | 0 | 110110 | 100 | 0 | 100110000 | 1100100 | 1001001 |
Color Harmonies of #FF76F5
Complementary color
Monochromatic Colors of #FF76F5
Black with #FF76F5
Text Example
Text Example
White with #FF76F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76F5; }
p { color: rgb(255,118,245); }
H1.HeaderClassName
{
color: #FF76F5;
}
.AnyTagClassName
{
color: #FF76F5;
}
</style>
background-color css
<style>
a { background-color: #FF76F5; }
a { background-color: rgb(255,118,245); }
div.DivClassName
{
background-color: #FF76F5;
}
.BgClassName
{
background-color: #FF76F5;
}
</style>
border-color css
<style>
span { border-color: #FF76F5; }
span { border-color: rgb(255,118,245); }
td.TdClassName
{
border-color: #FF76F5;
}
.TagClassName
{
border-color: #FF76F5;
}
</style>