Shades of Fuchsia Pink #FB80FE
Tints of Fuchsia Pink #FB80FE
RGB
CMYK
RGB Variations
Color information
#FB80FE (or 0xFB80FE) is known color: Fuchsia Pink. HEX triplet: FB, 80 and FE. RGB value is (251,128,254). Sum of RGB (Red+Green+Blue) = 251+128+254=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 128 (50.39% from 255 or 20.22% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB80FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB80FE is #047F01. Grayscale: #B2B2B2. Windows color (decimal): -294658 or 16679163. OLE color: 16679163.
HSL color Cylindrical-coordinate representation of color #FB80FE: hue angle of 298.57º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB80FE is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 128 | 254 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.00 |
| HSL | 298.57º | 0.98% | 0.75% | - |
| HSV(B) | 298.57º | 0.5% | 1% | - |
| XYZ | 65.39 | 43.1 | 98.64 | - |
| YUV | 179.14 | 170.25 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 254 | 0.01 | 0.50 | 0 | 0.00 | 298.57 | 0.98 | 0.75 |
| Hex | FB | 80 | FE | 1 | 32 | 0 | 0 | 12B | 62 | 4B |
| Octal | 373 | 200 | 376 | 1 | 62 | 0 | 0 | 453 | 142 | 113 |
| Binary | 11111011 | 10000000 | 11111110 | 1 | 110010 | 0 | 0 | 100101011 | 1100010 | 1001011 |
Color Harmonies of #FB80FE
Complementary color
Monochromatic Colors of #FB80FE
Black with #FB80FE
Text Example
Text Example
White with #FB80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80FE; }
p { color: rgb(251,128,254); }
H1.HeaderClassName
{
color: #FB80FE;
}
.AnyTagClassName
{
color: #FB80FE;
}
</style>
background-color css
<style>
a { background-color: #FB80FE; }
a { background-color: rgb(251,128,254); }
div.DivClassName
{
background-color: #FB80FE;
}
.BgClassName
{
background-color: #FB80FE;
}
</style>
border-color css
<style>
span { border-color: #FB80FE; }
span { border-color: rgb(251,128,254); }
td.TdClassName
{
border-color: #FB80FE;
}
.TagClassName
{
border-color: #FB80FE;
}
</style>