#FF11DC

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

Shades of Hot Magenta #FF11DC

Tints of Hot Magenta #FF11DC

Color information

#FF11DC (or 0xFF11DC) is unknown color: approx Hot Magenta. HEX triplet: FF, 11 and DC. RGB value is (255,17,220). Sum of RGB (Red+Green+Blue) = 255+17+220=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 17 (7.03% from 255 or 3.46% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF11DC is #00EE23. Grayscale: #6E6E6E. Windows color (decimal): -60964 or 14422527. OLE color: 14422527.

HSL color Cylindrical-coordinate representation of color #FF11DC: hue angle of 308.82º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF11DC is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB25517220-
CMYK00.930.140
HSL308.82º100%53.33%-
HSV(B)308.82º93.33%100%-
XYZ54.3626.8370.02-
YUV111.3189.35230.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.83%
GREEN value IS 17 (7.03% from 255) = 3.46%
BLUE value IS 220 (86.33% from 255) = 44.72%
R=51.83%
G=3.46%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551722000.930.140308.8210053.33
HexFF11DC05DE01356435
Octal37721334013516046514465
Binary11111111100011101110001011101111001001101011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF11DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF11DC; }

 p { color: rgb(255,17,220); }

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

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

 a { background-color: rgb(255,17,220); }

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

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

 span { border-color: rgb(255,17,220); }

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