#FA86FE

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

Shades of Fuchsia Pink #FA86FE

Tints of Fuchsia Pink #FA86FE

Color information

#FA86FE (or 0xFA86FE) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 86 and FE. RGB value is (250,134,254). Sum of RGB (Red+Green+Blue) = 250+134+254=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 134 (52.73% from 255 or 21.00% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA86FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA86FE is #057901. Grayscale: #B6B6B6. Windows color (decimal): -358658 or 16680698. OLE color: 16680698.

HSL color Cylindrical-coordinate representation of color #FA86FE: hue angle of 298º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA86FE is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB250134254-
CMYK0.020.4700.00
HSL298º98.36%76.08%-
HSV(B)298º47.24%99.61%-
XYZ65.8444.5398.89-
YUV182.36168.43176.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.18%
GREEN value IS 134 (52.73% from 255) = 21.00%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=39.18%
G=21.00%
B=39.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2501342540.020.4700.0029898.3676.08
HexFA86FE22F0012a624c
Octal37220637625700452142114
Binary111110101000011011111110101011110010010101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA86FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA86FE; }

 p { color: rgb(250,134,254); }

 H1.HeaderClassName
 {
   color: #FA86FE;
 }
 .AnyTagClassName
 {
   color: #FA86FE;
 }
</style>
background-color css

<style>
 a { background-color: #FA86FE; }

 a { background-color: rgb(250,134,254); }

 div.DivClassName
 {
   background-color: #FA86FE;
 }
 .BgClassName
 {
   background-color: #FA86FE;
 }
</style>
border-color css

<style>
 span { border-color: #FA86FE; }

 span { border-color: rgb(250,134,254); }

 td.TdClassName
 {
   border-color: #FA86FE;
 }
 .TagClassName
 {
   border-color: #FA86FE;
 }
</style>