#FA86FF

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

Shades of Fuchsia Pink #FA86FF

Tints of Fuchsia Pink #FA86FF

Color information

#FA86FF (or 0xFA86FF) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 86 and FF. RGB value is (250,134,255). Sum of RGB (Red+Green+Blue) = 250+134+255=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 134 (52.73% from 255 or 20.97% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA86FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA86FF is #057900. Grayscale: #B6B6B6. Windows color (decimal): -358657 or 16746234. OLE color: 16746234.

HSL color Cylindrical-coordinate representation of color #FA86FF: hue angle of 297.52º 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 #FA86FF is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB250134255-
CMYK0.020.4700
HSL297.52º100%76.27%-
HSV(B)297.52º47.45%100%-
XYZ6644.5999.74-
YUV182.48168.93176.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 134 (52.73% from 255) = 20.97%
BLUE value IS 255 (100% from 255) = 39.91%
R=39.12%
G=20.97%
B=39.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2501342550.020.4700297.5210076.27
HexFA86FF22F0012a644c
Octal37220637725700452144114
Binary111110101000011011111111101011110010010101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA86FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA86FF; }

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

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

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

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

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

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

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

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