Html Css Color HEX #FF11EB Magenta

📋 copy color: '#FF11EB'

red 255 ◦ green 17 ◦ blue 235

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

Shades of Magenta #FF11EB

Tints of Magenta #FF11EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.35%

R = 50.3%
G = 3.35%
B = 46.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF11EB (or 0xFF11EB) is known color: 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

RGB 255 17 235 -
CMYK 0 0.93 0.08 0
HSL 305.04º 1% 0.53% -
HSV(B) 305.04º 0.93% 1% -
XYZ 56.44 27.66 80.96 -
YUV 113.01 196.85 229.27 -
System Red Green Blue C M Y K H S L
Decimal 255 17 235 0 0.93 0.08 0 305.04 1 0.53
Hex FF 11 EB 0 5D 8 0 131 64 35
Octal 377 21 353 0 135 10 0 461 144 65
Binary 11111111 10001 11101011 0 1011101 1000 0 100110001 1100100 110101

Color Harmonies of #FF11EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF11EB

Black with #FF11EB

Text Example


Text Example

White with #FF11EB

Text Example


Text Example

HTML Codes & Css Web 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>