Shades of Fuchsia Pink #FB76FE
Tints of Fuchsia Pink #FB76FE
RGB
CMYK
RGB Variations
Color information
#FB76FE (or 0xFB76FE) is known color: Fuchsia Pink. HEX triplet: FB, 76 and FE. RGB value is (251,118,254). Sum of RGB (Red+Green+Blue) = 251+118+254=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 118 (46.48% from 255 or 18.94% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB76FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB76FE is #048901. Grayscale: #ACACAC. Windows color (decimal): -297218 or 16676603. OLE color: 16676603.
HSL color Cylindrical-coordinate representation of color #FB76FE: hue angle of 298.68º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB76FE is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 118 | 254 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.00 |
| HSL | 298.68º | 0.99% | 0.73% | - |
| HSV(B) | 298.68º | 0.54% | 1% | - |
| XYZ | 64.15 | 40.62 | 98.23 | - |
| YUV | 173.27 | 173.56 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 254 | 0.01 | 0.54 | 0 | 0.00 | 298.68 | 0.99 | 0.73 |
| Hex | FB | 76 | FE | 1 | 36 | 0 | 0 | 12B | 63 | 49 |
| Octal | 373 | 166 | 376 | 1 | 66 | 0 | 0 | 453 | 143 | 111 |
| Binary | 11111011 | 1110110 | 11111110 | 1 | 110110 | 0 | 0 | 100101011 | 1100011 | 1001001 |
Color Harmonies of #FB76FE
Complementary color
Monochromatic Colors of #FB76FE
Black with #FB76FE
Text Example
Text Example
White with #FB76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB76FE; }
p { color: rgb(251,118,254); }
H1.HeaderClassName
{
color: #FB76FE;
}
.AnyTagClassName
{
color: #FB76FE;
}
</style>
background-color css
<style>
a { background-color: #FB76FE; }
a { background-color: rgb(251,118,254); }
div.DivClassName
{
background-color: #FB76FE;
}
.BgClassName
{
background-color: #FB76FE;
}
</style>
border-color css
<style>
span { border-color: #FB76FE; }
span { border-color: rgb(251,118,254); }
td.TdClassName
{
border-color: #FB76FE;
}
.TagClassName
{
border-color: #FB76FE;
}
</style>