Shades of Fuchsia Pink #FB80F6
Tints of Fuchsia Pink #FB80F6
RGB
CMYK
RGB Variations
Color information
#FB80F6 (or 0xFB80F6) is known color: Fuchsia Pink. HEX triplet: FB, 80 and F6. RGB value is (251,128,246). Sum of RGB (Red+Green+Blue) = 251+128+246=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 128 (50.39% from 255 or 20.48% from 625); Blue value is 246 (96.48% from 255 or 39.36% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB80F6 is #047F09. Grayscale: #B1B1B1. Windows color (decimal): -294666 or 16154875. OLE color: 16154875.
HSL color Cylindrical-coordinate representation of color #FB80F6: hue angle of 302.44º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB80F6 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 246 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.02 |
| HSL | 302.44º | 0.94% | 0.74% | - |
| HSV(B) | 302.44º | 0.49% | 0.98% | - |
| XYZ | 64.14 | 42.6 | 92.03 | - |
| YUV | 178.23 | 166.25 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 246 | 0 | 0.49 | 0.02 | 0.02 | 302.44 | 0.94 | 0.74 |
| Hex | FB | 80 | F6 | 0 | 31 | 2 | 2 | 12E | 5E | 4A |
| Octal | 373 | 200 | 366 | 0 | 61 | 2 | 2 | 456 | 136 | 112 |
| Binary | 11111011 | 10000000 | 11110110 | 0 | 110001 | 10 | 10 | 100101110 | 1011110 | 1001010 |
Color Harmonies of #FB80F6
Complementary color
Monochromatic Colors of #FB80F6
Black with #FB80F6
Text Example
Text Example
White with #FB80F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80F6; }
p { color: rgb(251,128,246); }
H1.HeaderClassName
{
color: #FB80F6;
}
.AnyTagClassName
{
color: #FB80F6;
}
</style>
background-color css
<style>
a { background-color: #FB80F6; }
a { background-color: rgb(251,128,246); }
div.DivClassName
{
background-color: #FB80F6;
}
.BgClassName
{
background-color: #FB80F6;
}
</style>
border-color css
<style>
span { border-color: #FB80F6; }
span { border-color: rgb(251,128,246); }
td.TdClassName
{
border-color: #FB80F6;
}
.TagClassName
{
border-color: #FB80F6;
}
</style>