#FA75F4

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

Shades of Fuchsia Pink #FA75F4

Tints of Fuchsia Pink #FA75F4

Color information

#FA75F4 (or 0xFA75F4) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 75 and F4. RGB value is (250,117,244). Sum of RGB (Red+Green+Blue) = 250+117+244=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 117 (46.09% from 255 or 19.15% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FA75F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA75F4 is #058A0B. Grayscale: #AAAAAA. Windows color (decimal): -363020 or 16020986. OLE color: 16020986.

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

Color convert

RGB250117244-
CMYK00.530.020.02
HSL302.71º93.01%71.96%-
HSV(B)302.71º53.2%98.04%-
XYZ62.1139.5889.95-
YUV171.24169.06184.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 117 (46.09% from 255) = 19.15%
BLUE value IS 244 (95.70% from 255) = 39.93%
R=40.92%
G=19.15%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011724400.530.020.02302.7193.0171.96
HexFA75F40352212f5d48
Octal37216536406522457135110
Binary111110101110101111101000110101101010010111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA75F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA75F4; }

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

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

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

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

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

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

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

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