#FF11D6

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

Shades of Hot Magenta #FF11D6

Tints of Hot Magenta #FF11D6

Color information

#FF11D6 (or 0xFF11D6) is unknown color: approx Hot Magenta. HEX triplet: FF, 11 and D6. RGB value is (255,17,214). Sum of RGB (Red+Green+Blue) = 255+17+214=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 17 (7.03% from 255 or 3.50% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF11D6 is #00EE29. Grayscale: #6E6E6E. Windows color (decimal): -60970 or 14029311. OLE color: 14029311.

HSL color Cylindrical-coordinate representation of color #FF11D6: hue angle of 310.34º 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 #FF11D6 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB25517214-
CMYK00.930.160
HSL310.34º100%53.33%-
HSV(B)310.34º93.33%100%-
XYZ53.5826.5265.91-
YUV110.62186.35230.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.47%
GREEN value IS 17 (7.03% from 255) = 3.50%
BLUE value IS 214 (83.98% from 255) = 44.03%
R=52.47%
G=3.50%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551721400.930.160310.3410053.33
HexFF11D605D1001366435
Octal37721326013520046614465
Binary111111111000111010110010111011000001001101101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF11D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF11D6; }

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

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

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

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

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

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

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

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