#FA87FE

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

Shades of Fuchsia Pink #FA87FE

Tints of Fuchsia Pink #FA87FE

Color information

#FA87FE (or 0xFA87FE) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 87 and FE. RGB value is (250,135,254). Sum of RGB (Red+Green+Blue) = 250+135+254=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 135 (53.12% from 255 or 21.13% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA87FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA87FE is #057801. Grayscale: #B6B6B6. Windows color (decimal): -358402 or 16680954. OLE color: 16680954.

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

Color convert

RGB250135254-
CMYK0.020.4700.00
HSL297.98º98.35%76.27%-
HSV(B)297.98º46.85%99.61%-
XYZ65.9844.8198.94-
YUV182.95168.1175.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 135 (53.12% from 255) = 21.13%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=39.12%
G=21.13%
B=39.75%

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
Decimal2501352540.020.4700.00297.9898.3576.27
HexFA87FE22F0012a624c
Octal37220737625700452142114
Binary111110101000011111111110101011110010010101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA87FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA87FE; }

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

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

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

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

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

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

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

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