Shades of Fuchsia Pink #FF80FC
Tints of Fuchsia Pink #FF80FC
RGB
CMYK
RGB Variations
Color information
#FF80FC (or 0xFF80FC) is known color: Fuchsia Pink. HEX triplet: FF, 80 and FC. RGB value is (255,128,252). Sum of RGB (Red+Green+Blue) = 255+128+252=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 128 (50.39% from 255 or 20.16% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80FC is #007F03. Grayscale: #B3B3B3. Windows color (decimal): -32516 or 16548095. OLE color: 16548095.
HSL color Cylindrical-coordinate representation of color #FF80FC: hue angle of 301.42º 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 #FF80FC is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 252 | - |
| CMYK | 0 | 0.50 | 0.01 | 0 |
| HSL | 301.42º | 1% | 0.75% | - |
| HSV(B) | 301.42º | 0.5% | 1% | - |
| XYZ | 66.53 | 43.73 | 97.03 | - |
| YUV | 180.11 | 168.58 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 252 | 0 | 0.50 | 0.01 | 0 | 301.42 | 1 | 0.75 |
| Hex | FF | 80 | FC | 0 | 32 | 1 | 0 | 12D | 64 | 4B |
| Octal | 377 | 200 | 374 | 0 | 62 | 1 | 0 | 455 | 144 | 113 |
| Binary | 11111111 | 10000000 | 11111100 | 0 | 110010 | 1 | 0 | 100101101 | 1100100 | 1001011 |
Color Harmonies of #FF80FC
Complementary color
Monochromatic Colors of #FF80FC
Black with #FF80FC
Text Example
Text Example
White with #FF80FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80FC; }
p { color: rgb(255,128,252); }
H1.HeaderClassName
{
color: #FF80FC;
}
.AnyTagClassName
{
color: #FF80FC;
}
</style>
background-color css
<style>
a { background-color: #FF80FC; }
a { background-color: rgb(255,128,252); }
div.DivClassName
{
background-color: #FF80FC;
}
.BgClassName
{
background-color: #FF80FC;
}
</style>
border-color css
<style>
span { border-color: #FF80FC; }
span { border-color: rgb(255,128,252); }
td.TdClassName
{
border-color: #FF80FC;
}
.TagClassName
{
border-color: #FF80FC;
}
</style>