#FA75F2

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

Shades of Fuchsia Pink #FA75F2

Tints of Fuchsia Pink #FA75F2

Color information

#FA75F2 (or 0xFA75F2) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 75 and F2. RGB value is (250,117,242). Sum of RGB (Red+Green+Blue) = 250+117+242=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 117 (46.09% from 255 or 19.21% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA75F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA75F2 is #058A0D. Grayscale: #AAAAAA. Windows color (decimal): -363022 or 15889914. OLE color: 15889914.

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

Color convert

RGB250117242-
CMYK00.530.030.02
HSL303.61º93.01%71.96%-
HSV(B)303.61º53.2%98.04%-
XYZ61.8139.4688.36-
YUV171.02168.06184.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 117 (46.09% from 255) = 19.21%
BLUE value IS 242 (94.92% from 255) = 39.74%
R=41.05%
G=19.21%
B=39.74%

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
Decimal25011724200.530.030.02303.6193.0171.96
HexFA75F2035321305d48
Octal37216536206532460135110
Binary111110101110101111100100110101111010011000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA75F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA75F2; }

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

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

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

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

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

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

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

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