Shades of Fuchsia Pink #FC8BFE
Tints of Fuchsia Pink #FC8BFE
RGB
CMYK
RGB Variations
Color information
#FC8BFE (or 0xFC8BFE) is known color: Fuchsia Pink. HEX triplet: FC, 8B and FE. RGB value is (252,139,254). Sum of RGB (Red+Green+Blue) = 252+139+254=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 139 (54.69% from 255 or 21.55% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC8BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8BFE is #037401. Grayscale: #B9B9B9. Windows color (decimal): -226306 or 16681980. OLE color: 16681980.
HSL color Cylindrical-coordinate representation of color #FC8BFE: hue angle of 298.96º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8BFE is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 139 | 254 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.00 |
| HSL | 298.96º | 0.98% | 0.77% | - |
| HSV(B) | 298.96º | 0.45% | 1% | - |
| XYZ | 67.27 | 46.32 | 99.16 | - |
| YUV | 185.9 | 166.44 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 254 | 0.01 | 0.45 | 0 | 0.00 | 298.96 | 0.98 | 0.77 |
| Hex | FC | 8B | FE | 1 | 2D | 0 | 0 | 12B | 62 | 4D |
| Octal | 374 | 213 | 376 | 1 | 55 | 0 | 0 | 453 | 142 | 115 |
| Binary | 11111100 | 10001011 | 11111110 | 1 | 101101 | 0 | 0 | 100101011 | 1100010 | 1001101 |
Color Harmonies of #FC8BFE
Complementary color
Monochromatic Colors of #FC8BFE
Black with #FC8BFE
Text Example
Text Example
White with #FC8BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8BFE; }
p { color: rgb(252,139,254); }
H1.HeaderClassName
{
color: #FC8BFE;
}
.AnyTagClassName
{
color: #FC8BFE;
}
</style>
background-color css
<style>
a { background-color: #FC8BFE; }
a { background-color: rgb(252,139,254); }
div.DivClassName
{
background-color: #FC8BFE;
}
.BgClassName
{
background-color: #FC8BFE;
}
</style>
border-color css
<style>
span { border-color: #FC8BFE; }
span { border-color: rgb(252,139,254); }
td.TdClassName
{
border-color: #FC8BFE;
}
.TagClassName
{
border-color: #FC8BFE;
}
</style>