#FF11DD

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

Shades of Hot Magenta #FF11DD

Tints of Hot Magenta #FF11DD

Color information

#FF11DD (or 0xFF11DD) is unknown color: approx Hot Magenta. HEX triplet: FF, 11 and DD. RGB value is (255,17,221). Sum of RGB (Red+Green+Blue) = 255+17+221=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 17 (7.03% from 255 or 3.45% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF11DD is #00EE22. Grayscale: #6E6E6E. Windows color (decimal): -60963 or 14488063. OLE color: 14488063.

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

Color convert

RGB25517221-
CMYK00.930.130
HSL308.57º100%53.33%-
HSV(B)308.57º93.33%100%-
XYZ54.4926.8870.72-
YUV111.42189.85230.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 17 (7.03% from 255) = 3.45%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=51.72%
G=3.45%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551722100.930.130308.5710053.33
HexFF11DD05DD01356435
Octal37721335013515046514465
Binary11111111100011101110101011101110101001101011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF11DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF11DD; }

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

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

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

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

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

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

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

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