Shades of Fuchsia Pink #FB80F5
Tints of Fuchsia Pink #FB80F5
RGB
CMYK
RGB Variations
Color information
#FB80F5 (or 0xFB80F5) is known color: Fuchsia Pink. HEX triplet: FB, 80 and F5. RGB value is (251,128,245). Sum of RGB (Red+Green+Blue) = 251+128+245=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 128 (50.39% from 255 or 20.51% from 624); Blue value is 245 (96.09% from 255 or 39.26% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB80F5 is #047F0A. Grayscale: #B1B1B1. Windows color (decimal): -294667 or 16089339. OLE color: 16089339.
HSL color Cylindrical-coordinate representation of color #FB80F5: hue angle of 302.93º 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 #FB80F5 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 245 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.02 |
| HSL | 302.93º | 0.94% | 0.74% | - |
| HSV(B) | 302.93º | 0.49% | 0.98% | - |
| XYZ | 63.98 | 42.54 | 91.22 | - |
| YUV | 178.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 245 | 0 | 0.49 | 0.02 | 0.02 | 302.93 | 0.94 | 0.74 |
| Hex | FB | 80 | F5 | 0 | 31 | 2 | 2 | 12F | 5E | 4A |
| Octal | 373 | 200 | 365 | 0 | 61 | 2 | 2 | 457 | 136 | 112 |
| Binary | 11111011 | 10000000 | 11110101 | 0 | 110001 | 10 | 10 | 100101111 | 1011110 | 1001010 |
Color Harmonies of #FB80F5
Complementary color
Monochromatic Colors of #FB80F5
Black with #FB80F5
Text Example
Text Example
White with #FB80F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80F5; }
p { color: rgb(251,128,245); }
H1.HeaderClassName
{
color: #FB80F5;
}
.AnyTagClassName
{
color: #FB80F5;
}
</style>
background-color css
<style>
a { background-color: #FB80F5; }
a { background-color: rgb(251,128,245); }
div.DivClassName
{
background-color: #FB80F5;
}
.BgClassName
{
background-color: #FB80F5;
}
</style>
border-color css
<style>
span { border-color: #FB80F5; }
span { border-color: rgb(251,128,245); }
td.TdClassName
{
border-color: #FB80F5;
}
.TagClassName
{
border-color: #FB80F5;
}
</style>