Html Css Color HEX #FF11E6 Magenta

📋 copy color: '#FF11E6'

red 255 ◦ green 17 ◦ blue 230

#FF11E6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #FF11E6

Tints of Magenta #FF11E6

RGB

 RED value IS 255 (100% from 255) = 50.8%

 GREEN value IS 17 (7.03% from 255) = 3.39%

 BLUE value IS 230 (90.23% from 255) = 45.82%

R = 50.8%
G = 3.39%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF11E6 (or 0xFF11E6) is known color: Magenta. HEX triplet: FF, 11 and E6. RGB value is (255,17,230). Sum of RGB (Red+Green+Blue) = 255+17+230=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 17 (7.03% from 255 or 3.39% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF11E6 is #00EE19. Grayscale: #6F6F6F. Windows color (decimal): -60954 or 15077887. OLE color: 15077887.

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

Color convert

RGB 255 17 230 -
CMYK 0 0.93 0.10 0
HSL 306.3º 1% 0.53% -
HSV(B) 306.3º 0.93% 1% -
XYZ 55.72 27.37 77.21 -
YUV 112.44 194.35 229.68 -
System Red Green Blue C M Y K H S L
Decimal 255 17 230 0 0.93 0.10 0 306.3 1 0.53
Hex FF 11 E6 0 5D A 0 132 64 35
Octal 377 21 346 0 135 12 0 462 144 65
Binary 11111111 10001 11100110 0 1011101 1010 0 100110010 1100100 110101

Color Harmonies of #FF11E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF11E6

Black with #FF11E6

Text Example


Text Example

White with #FF11E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF11E6; }

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

 H1.HeaderClassName
 {
   color: #FF11E6;
 }
 .AnyTagClassName
 {
   color: #FF11E6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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