Shades of Fuchsia Pink #FF86FF
Tints of Fuchsia Pink #FF86FF
RGB
CMYK
RGB Variations
Color information
#FF86FF (or 0xFF86FF) is known color: Fuchsia Pink. HEX triplet: FF, 86 and FF. RGB value is (255,134,255). Sum of RGB (Red+Green+Blue) = 255+134+255=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 134 (52.73% from 255 or 20.81% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF86FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF86FF is #007900. Grayscale: #B7B7B7. Windows color (decimal): -30977 or 16746239. OLE color: 16746239.
HSL color Cylindrical-coordinate representation of color #FF86FF: hue angle of 300º 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 #FF86FF is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 255 | - |
| CMYK | 0 | 0.47 | 0 | 0 |
| HSL | 300º | 1% | 0.76% | - |
| HSV(B) | 300º | 0.47% | 1% | - |
| XYZ | 67.82 | 45.53 | 99.82 | - |
| YUV | 183.97 | 168.09 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 255 | 0 | 0.47 | 0 | 0 | 300 | 1 | 0.76 |
| Hex | FF | 86 | FF | 0 | 2F | 0 | 0 | 12C | 64 | 4C |
| Octal | 377 | 206 | 377 | 0 | 57 | 0 | 0 | 454 | 144 | 114 |
| Binary | 11111111 | 10000110 | 11111111 | 0 | 101111 | 0 | 0 | 100101100 | 1100100 | 1001100 |
Color Harmonies of #FF86FF
Complementary color
Monochromatic Colors of #FF86FF
Black with #FF86FF
Text Example
Text Example
White with #FF86FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86FF; }
p { color: rgb(255,134,255); }
H1.HeaderClassName
{
color: #FF86FF;
}
.AnyTagClassName
{
color: #FF86FF;
}
</style>
background-color css
<style>
a { background-color: #FF86FF; }
a { background-color: rgb(255,134,255); }
div.DivClassName
{
background-color: #FF86FF;
}
.BgClassName
{
background-color: #FF86FF;
}
</style>
border-color css
<style>
span { border-color: #FF86FF; }
span { border-color: rgb(255,134,255); }
td.TdClassName
{
border-color: #FF86FF;
}
.TagClassName
{
border-color: #FF86FF;
}
</style>