#FF11EB

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

Shades of Magenta #FF11EB

Tints of Magenta #FF11EB

Color information

#FF11EB (or 0xFF11EB) is unknown color: approx Magenta. HEX triplet: FF, 11 and EB. RGB value is (255,17,235). Sum of RGB (Red+Green+Blue) = 255+17+235=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 17 (7.03% from 255 or 3.35% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF11EB is #00EE14. Grayscale: #707070. Windows color (decimal): -60949 or 15405567. OLE color: 15405567.

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

Color convert

RGB25517235-
CMYK00.930.080
HSL305.04º100%53.33%-
HSV(B)305.04º93.33%100%-
XYZ56.4427.6680.96-
YUV113.01196.85229.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.30%
GREEN value IS 17 (7.03% from 255) = 3.35%
BLUE value IS 235 (92.19% from 255) = 46.35%
R=50.30%
G=3.35%
B=46.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551723500.930.080305.0410053.33
HexFF11EB05D801316435
Octal37721353013510046114465
Binary11111111100011110101101011101100001001100011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF11EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF11EB; }

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

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

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

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

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

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

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

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