#FC75FA

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

Shades of Fuchsia Pink #FC75FA

Tints of Fuchsia Pink #FC75FA

Color information

#FC75FA (or 0xFC75FA) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 75 and FA. RGB value is (252,117,250). Sum of RGB (Red+Green+Blue) = 252+117+250=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 117 (46.09% from 255 or 18.90% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC75FA is #038A05. Grayscale: #ACACAC. Windows color (decimal): -231942 or 16414204. OLE color: 16414204.

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

Color convert

RGB252117250-
CMYK00.540.010.01
HSL300.89º95.74%72.35%-
HSV(B)300.89º53.57%98.82%-
XYZ63.7640.3294.86-
YUV172.53171.73184.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 117 (46.09% from 255) = 18.90%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=40.71%
G=18.90%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211725000.540.010.01300.8995.7472.35
HexFC75FA0361112d6048
Octal37416537206611455140110
Binary1111110011101011111101001101101110010110111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC75FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC75FA; }

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

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

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

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

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

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

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

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