#FA75FD

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

Shades of Fuchsia Pink #FA75FD

Tints of Fuchsia Pink #FA75FD

Color information

#FA75FD (or 0xFA75FD) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 75 and FD. RGB value is (250,117,253). Sum of RGB (Red+Green+Blue) = 250+117+253=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 117 (46.09% from 255 or 18.87% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA75FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA75FD is #058A02. Grayscale: #ABABAB. Windows color (decimal): -363011 or 16610810. OLE color: 16610810.

HSL color Cylindrical-coordinate representation of color #FA75FD: hue angle of 298.68º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA75FD is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250117253-
CMYK0.010.5400.01
HSL298.68º97.14%72.55%-
HSV(B)298.68º53.75%99.22%-
XYZ63.5240.1497.33-
YUV172.27173.56183.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 117 (46.09% from 255) = 18.87%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=40.32%
G=18.87%
B=40.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2501172530.010.5400.01298.6897.1472.55
HexFA75FD1360112b6149
Octal37216537516601453141111
Binary1111101011101011111110111101100110010101111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA75FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA75FD; }

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

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

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

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

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

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

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

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