#FF86FE

Color #FF86FE Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #FF86FE

Tints of Fuchsia Pink #FF86FE

Color information

#FF86FE (or 0xFF86FE) is unknown color: approx 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

RGB255134254-
CMYK00.470.000
HSL300.5º100%76.27%-
HSV(B)300.5º47.45%100%-
XYZ67.6545.4798.98-
YUV183.86167.59178.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 134 (52.73% from 255) = 20.84%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=39.66%
G=20.84%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513425400.470.000300.510076.27
HexFF86FE02F0012c644c
Octal37720637605700454144114
Binary11111111100001101111111001011110010010110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF86FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>