#FA78F5

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

Shades of Fuchsia Pink #FA78F5

Tints of Fuchsia Pink #FA78F5

Color information

#FA78F5 (or 0xFA78F5) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 78 and F5. RGB value is (250,120,245). Sum of RGB (Red+Green+Blue) = 250+120+245=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 120 (47.27% from 255 or 19.51% from 615); Blue value is 245 (96.09% from 255 or 39.84% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FA78F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA78F5 is #05870A. Grayscale: #ACACAC. Windows color (decimal): -362251 or 16087290. OLE color: 16087290.

HSL color Cylindrical-coordinate representation of color #FA78F5: hue angle of 302.31º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA78F5 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB250120245-
CMYK00.520.020.02
HSL302.31º92.86%72.55%-
HSV(B)302.31º52%98.04%-
XYZ62.6240.3590.87-
YUV173.12168.57182.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 120 (47.27% from 255) = 19.51%
BLUE value IS 245 (96.09% from 255) = 39.84%
R=40.65%
G=19.51%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012024500.520.020.02302.3192.8672.55
HexFA78F50342212e5d49
Octal37217036506422456135111
Binary111110101111000111101010110100101010010111010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA78F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA78F5; }

 p { color: rgb(250,120,245); }

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

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

 a { background-color: rgb(250,120,245); }

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

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

 span { border-color: rgb(250,120,245); }

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