#FA75F3

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

Shades of Fuchsia Pink #FA75F3

Tints of Fuchsia Pink #FA75F3

Color information

#FA75F3 (or 0xFA75F3) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 75 and F3. RGB value is (250,117,243). Sum of RGB (Red+Green+Blue) = 250+117+243=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 117 (46.09% from 255 or 19.18% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA75F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA75F3 is #058A0C. Grayscale: #AAAAAA. Windows color (decimal): -363021 or 15955450. OLE color: 15955450.

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

Color convert

RGB250117243-
CMYK00.530.030.02
HSL303.16º93.01%71.96%-
HSV(B)303.16º53.2%98.04%-
XYZ61.9639.5289.16-
YUV171.13168.56184.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 117 (46.09% from 255) = 19.18%
BLUE value IS 243 (95.31% from 255) = 39.84%
R=40.98%
G=19.18%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011724300.530.030.02303.1693.0171.96
HexFA75F30353212f5d48
Octal37216536306532457135110
Binary111110101110101111100110110101111010010111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA75F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA75F3; }

 p { color: rgb(250,117,243); }

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

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

 a { background-color: rgb(250,117,243); }

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

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

 span { border-color: rgb(250,117,243); }

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