Shades of Fuchsia Pink #FF80F9
Tints of Fuchsia Pink #FF80F9
RGB
CMYK
RGB Variations
Color information
#FF80F9 (or 0xFF80F9) is known color: Fuchsia Pink. HEX triplet: FF, 80 and F9. RGB value is (255,128,249). Sum of RGB (Red+Green+Blue) = 255+128+249=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 128 (50.39% from 255 or 20.25% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80F9 is #007F06. Grayscale: #B3B3B3. Windows color (decimal): -32519 or 16351487. OLE color: 16351487.
HSL color Cylindrical-coordinate representation of color #FF80F9: hue angle of 302.83º 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 #FF80F9 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 249 | - |
| CMYK | 0 | 0.50 | 0.02 | 0 |
| HSL | 302.83º | 1% | 0.75% | - |
| HSV(B) | 302.83º | 0.5% | 1% | - |
| XYZ | 66.06 | 43.54 | 94.54 | - |
| YUV | 179.77 | 167.08 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 249 | 0 | 0.50 | 0.02 | 0 | 302.83 | 1 | 0.75 |
| Hex | FF | 80 | F9 | 0 | 32 | 2 | 0 | 12F | 64 | 4B |
| Octal | 377 | 200 | 371 | 0 | 62 | 2 | 0 | 457 | 144 | 113 |
| Binary | 11111111 | 10000000 | 11111001 | 0 | 110010 | 10 | 0 | 100101111 | 1100100 | 1001011 |
Color Harmonies of #FF80F9
Complementary color
Monochromatic Colors of #FF80F9
Black with #FF80F9
Text Example
Text Example
White with #FF80F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80F9; }
p { color: rgb(255,128,249); }
H1.HeaderClassName
{
color: #FF80F9;
}
.AnyTagClassName
{
color: #FF80F9;
}
</style>
background-color css
<style>
a { background-color: #FF80F9; }
a { background-color: rgb(255,128,249); }
div.DivClassName
{
background-color: #FF80F9;
}
.BgClassName
{
background-color: #FF80F9;
}
</style>
border-color css
<style>
span { border-color: #FF80F9; }
span { border-color: rgb(255,128,249); }
td.TdClassName
{
border-color: #FF80F9;
}
.TagClassName
{
border-color: #FF80F9;
}
</style>