#FF11E5

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

Shades of Hot Magenta #FF11E5

Tints of Hot Magenta #FF11E5

Color information

#FF11E5 (or 0xFF11E5) is unknown color: approx Hot Magenta. HEX triplet: FF, 11 and E5. RGB value is (255,17,229). Sum of RGB (Red+Green+Blue) = 255+17+229=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 17 (7.03% from 255 or 3.39% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF11E5 is #00EE1A. Grayscale: #6F6F6F. Windows color (decimal): -60955 or 15012351. OLE color: 15012351.

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

Color convert

RGB25517229-
CMYK00.930.100
HSL306.55º100%53.33%-
HSV(B)306.55º93.33%100%-
XYZ55.5827.3276.47-
YUV112.33193.85229.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.90%
GREEN value IS 17 (7.03% from 255) = 3.39%
BLUE value IS 229 (89.84% from 255) = 45.71%
R=50.90%
G=3.39%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551722900.930.100306.5510053.33
HexFF11E505DA01336435
Octal37721345013512046314465
Binary11111111100011110010101011101101001001100111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF11E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF11E5; }

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

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

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

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

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

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

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

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