#FC75F5

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

Shades of Fuchsia Pink #FC75F5

Tints of Fuchsia Pink #FC75F5

Color information

#FC75F5 (or 0xFC75F5) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 75 and F5. RGB value is (252,117,245). Sum of RGB (Red+Green+Blue) = 252+117+245=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 117 (46.09% from 255 or 19.06% from 614); Blue value is 245 (96.09% from 255 or 39.90% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC75F5 is #038A0A. Grayscale: #ABABAB. Windows color (decimal): -231947 or 16086524. OLE color: 16086524.

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

Color convert

RGB252117245-
CMYK00.540.030.01
HSL303.11º95.74%72.35%-
HSV(B)303.11º53.57%98.82%-
XYZ62.9940.0190.79-
YUV171.96169.23185.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.04%
GREEN value IS 117 (46.09% from 255) = 19.06%
BLUE value IS 245 (96.09% from 255) = 39.90%
R=41.04%
G=19.06%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211724500.540.030.01303.1195.7472.35
HexFC75F50363112f6048
Octal37416536506631457140110
Binary11111100111010111110101011011011110010111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC75F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC75F5; }

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

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

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

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

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

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

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

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