#FC73EF

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

Shades of Fuchsia Pink #FC73EF

Tints of Fuchsia Pink #FC73EF

Color information

#FC73EF (or 0xFC73EF) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 73 and EF. RGB value is (252,115,239). Sum of RGB (Red+Green+Blue) = 252+115+239=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 115 (45.31% from 255 or 18.98% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC73EF is #038C10. Grayscale: #A9A9A9. Windows color (decimal): -232465 or 15692796. OLE color: 15692796.

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

Color convert

RGB252115239-
CMYK00.540.050.01
HSL305.69º95.8%71.96%-
HSV(B)305.69º54.37%98.82%-
XYZ61.8639.1985.97-
YUV170.1166.89186.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.58%
GREEN value IS 115 (45.31% from 255) = 18.98%
BLUE value IS 239 (93.75% from 255) = 39.44%
R=41.58%
G=18.98%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211523900.540.050.01305.6995.871.96
HexFC73EF036511326048
Octal37416335706651462140110
Binary111111001110011111011110110110101110011001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC73EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC73EF; }

 p { color: rgb(252,115,239); }

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

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

 a { background-color: rgb(252,115,239); }

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

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

 span { border-color: rgb(252,115,239); }

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