Shades of Fuchsia Pink #FF80FF
Tints of Fuchsia Pink #FF80FF
RGB
CMYK
RGB Variations
Color information
#FF80FF (or 0xFF80FF) is known color: Fuchsia Pink. HEX triplet: FF, 80 and FF. RGB value is (255,128,255). Sum of RGB (Red+Green+Blue) = 255+128+255=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 128 (50.39% from 255 or 20.06% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF80FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80FF is #007F00. Grayscale: #B4B4B4. Windows color (decimal): -32513 or 16744703. OLE color: 16744703.
HSL color Cylindrical-coordinate representation of color #FF80FF: hue angle of 300º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF80FF is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 255 | - |
| CMYK | 0 | 0.50 | 0 | 0 |
| HSL | 300º | 1% | 0.75% | - |
| HSV(B) | 300º | 0.5% | 1% | - |
| XYZ | 67.01 | 43.92 | 99.55 | - |
| YUV | 180.45 | 170.08 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 255 | 0 | 0.50 | 0 | 0 | 300 | 1 | 0.75 |
| Hex | FF | 80 | FF | 0 | 32 | 0 | 0 | 12C | 64 | 4B |
| Octal | 377 | 200 | 377 | 0 | 62 | 0 | 0 | 454 | 144 | 113 |
| Binary | 11111111 | 10000000 | 11111111 | 0 | 110010 | 0 | 0 | 100101100 | 1100100 | 1001011 |
Color Harmonies of #FF80FF
Complementary color
Monochromatic Colors of #FF80FF
Black with #FF80FF
Text Example
Text Example
White with #FF80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80FF; }
p { color: rgb(255,128,255); }
H1.HeaderClassName
{
color: #FF80FF;
}
.AnyTagClassName
{
color: #FF80FF;
}
</style>
background-color css
<style>
a { background-color: #FF80FF; }
a { background-color: rgb(255,128,255); }
div.DivClassName
{
background-color: #FF80FF;
}
.BgClassName
{
background-color: #FF80FF;
}
</style>
border-color css
<style>
span { border-color: #FF80FF; }
span { border-color: rgb(255,128,255); }
td.TdClassName
{
border-color: #FF80FF;
}
.TagClassName
{
border-color: #FF80FF;
}
</style>