#FC17DC

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

Shades of Hot Magenta #FC17DC

Tints of Hot Magenta #FC17DC

Color information

#FC17DC (or 0xFC17DC) is unknown color: approx Hot Magenta. HEX triplet: FC, 17 and DC. RGB value is (252,23,220). Sum of RGB (Red+Green+Blue) = 252+23+220=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 23 (9.38% from 255 or 4.65% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC17DC is #03E823. Grayscale: #717171. Windows color (decimal): -256036 or 14424060. OLE color: 14424060.

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

Color convert

RGB25223220-
CMYK00.910.130.01
HSL308.38º97.45%53.92%-
HSV(B)308.38º90.87%98.82%-
XYZ53.3726.4870.01-
YUV113.93187.87226.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.91%
GREEN value IS 23 (9.38% from 255) = 4.65%
BLUE value IS 220 (86.33% from 255) = 44.44%
R=50.91%
G=4.65%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522322000.910.130.01308.3897.4553.92
HexFC17DC05BD11346136
Octal37427334013315146414166
Binary11111100101111101110001011011110111001101001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC17DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC17DC; }

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

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

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

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

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

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

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

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