#FC17EC

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

Shades of Magenta #FC17EC

Tints of Magenta #FC17EC

Color information

#FC17EC (or 0xFC17EC) is unknown color: approx Magenta. HEX triplet: FC, 17 and EC. RGB value is (252,23,236). Sum of RGB (Red+Green+Blue) = 252+23+236=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 23 (9.38% from 255 or 4.50% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC17EC is #03E813. Grayscale: #737373. Windows color (decimal): -256020 or 15472636. OLE color: 15472636.

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

Color convert

RGB25223236-
CMYK00.910.060.01
HSL304.19º97.45%53.92%-
HSV(B)304.19º90.87%98.82%-
XYZ55.5927.3681.71-
YUV115.75195.87225.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.32%
GREEN value IS 23 (9.38% from 255) = 4.50%
BLUE value IS 236 (92.58% from 255) = 46.18%
R=49.32%
G=4.50%
B=46.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522323600.910.060.01304.1997.4553.92
HexFC17EC05B611306136
Octal3742735401336146014166
Binary1111110010111111011000101101111011001100001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC17EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC17EC; }

 p { color: rgb(252,23,236); }

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

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

 a { background-color: rgb(252,23,236); }

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

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

 span { border-color: rgb(252,23,236); }

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