Shades of Fuchsia Pink #FF8BFC
Tints of Fuchsia Pink #FF8BFC
RGB
CMYK
RGB Variations
Color information
#FF8BFC (or 0xFF8BFC) is known color: Fuchsia Pink. HEX triplet: FF, 8B and FC. RGB value is (255,139,252). Sum of RGB (Red+Green+Blue) = 255+139+252=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 139 (54.69% from 255 or 21.52% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8BFC is #007403. Grayscale: #BABABA. Windows color (decimal): -29700 or 16550911. OLE color: 16550911.
HSL color Cylindrical-coordinate representation of color #FF8BFC: hue angle of 301.55º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8BFC is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 252 | - |
| CMYK | 0 | 0.45 | 0.01 | 0 |
| HSL | 301.55º | 1% | 0.77% | - |
| HSV(B) | 301.55º | 0.45% | 1% | - |
| XYZ | 68.04 | 46.75 | 97.53 | - |
| YUV | 186.57 | 164.93 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 252 | 0 | 0.45 | 0.01 | 0 | 301.55 | 1 | 0.77 |
| Hex | FF | 8B | FC | 0 | 2D | 1 | 0 | 12E | 64 | 4D |
| Octal | 377 | 213 | 374 | 0 | 55 | 1 | 0 | 456 | 144 | 115 |
| Binary | 11111111 | 10001011 | 11111100 | 0 | 101101 | 1 | 0 | 100101110 | 1100100 | 1001101 |
Color Harmonies of #FF8BFC
Complementary color
Monochromatic Colors of #FF8BFC
Black with #FF8BFC
Text Example
Text Example
White with #FF8BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8BFC; }
p { color: rgb(255,139,252); }
H1.HeaderClassName
{
color: #FF8BFC;
}
.AnyTagClassName
{
color: #FF8BFC;
}
</style>
background-color css
<style>
a { background-color: #FF8BFC; }
a { background-color: rgb(255,139,252); }
div.DivClassName
{
background-color: #FF8BFC;
}
.BgClassName
{
background-color: #FF8BFC;
}
</style>
border-color css
<style>
span { border-color: #FF8BFC; }
span { border-color: rgb(255,139,252); }
td.TdClassName
{
border-color: #FF8BFC;
}
.TagClassName
{
border-color: #FF8BFC;
}
</style>