#FC17ED

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

Shades of Magenta #FC17ED

Tints of Magenta #FC17ED

Color information

#FC17ED (or 0xFC17ED) is unknown color: approx Magenta. HEX triplet: FC, 17 and ED. RGB value is (252,23,237). Sum of RGB (Red+Green+Blue) = 252+23+237=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 23 (9.38% from 255 or 4.49% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC17ED is #03E812. Grayscale: #737373. Windows color (decimal): -256019 or 15538172. OLE color: 15538172.

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

Color convert

RGB25223237-
CMYK00.910.060.01
HSL303.93º97.45%53.92%-
HSV(B)303.93º90.87%98.82%-
XYZ55.7427.4282.48-
YUV115.87196.37225.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.22%
GREEN value IS 23 (9.38% from 255) = 4.49%
BLUE value IS 237 (92.97% from 255) = 46.29%
R=49.22%
G=4.49%
B=46.29%

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
Decimal2522323700.910.060.01303.9397.4553.92
HexFC17ED05B611306136
Octal3742735501336146014166
Binary1111110010111111011010101101111011001100001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC17ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC17ED; }

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

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

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

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

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

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

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

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