Shades of Fuchsia Pink #FF86FE
Tints of Fuchsia Pink #FF86FE
RGB
CMYK
RGB Variations
Color information
#FF86FE (or 0xFF86FE) is known color: Fuchsia Pink. HEX triplet: FF, 86 and FE. RGB value is (255,134,254). Sum of RGB (Red+Green+Blue) = 255+134+254=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 134 (52.73% from 255 or 20.84% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF86FE is #007901. Grayscale: #B7B7B7. Windows color (decimal): -30978 or 16680703. OLE color: 16680703.
HSL color Cylindrical-coordinate representation of color #FF86FE: hue angle of 300.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF86FE is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 254 | - |
| CMYK | 0 | 0.47 | 0.00 | 0 |
| HSL | 300.5º | 1% | 0.76% | - |
| HSV(B) | 300.5º | 0.47% | 1% | - |
| XYZ | 67.65 | 45.47 | 98.98 | - |
| YUV | 183.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 254 | 0 | 0.47 | 0.00 | 0 | 300.5 | 1 | 0.76 |
| Hex | FF | 86 | FE | 0 | 2F | 0 | 0 | 12C | 64 | 4C |
| Octal | 377 | 206 | 376 | 0 | 57 | 0 | 0 | 454 | 144 | 114 |
| Binary | 11111111 | 10000110 | 11111110 | 0 | 101111 | 0 | 0 | 100101100 | 1100100 | 1001100 |
Color Harmonies of #FF86FE
Complementary color
Monochromatic Colors of #FF86FE
Black with #FF86FE
Text Example
Text Example
White with #FF86FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86FE; }
p { color: rgb(255,134,254); }
H1.HeaderClassName
{
color: #FF86FE;
}
.AnyTagClassName
{
color: #FF86FE;
}
</style>
background-color css
<style>
a { background-color: #FF86FE; }
a { background-color: rgb(255,134,254); }
div.DivClassName
{
background-color: #FF86FE;
}
.BgClassName
{
background-color: #FF86FE;
}
</style>
border-color css
<style>
span { border-color: #FF86FE; }
span { border-color: rgb(255,134,254); }
td.TdClassName
{
border-color: #FF86FE;
}
.TagClassName
{
border-color: #FF86FE;
}
</style>