Html Css Color HEX #FF11E4 Hot Magenta

📋 copy color: '#FF11E4'

red 255 ◦ green 17 ◦ blue 228

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

Shades of Hot Magenta #FF11E4

Tints of Hot Magenta #FF11E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.6%

R = 51%
G = 3.4%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FF11E4 (or 0xFF11E4) is known color: Hot Magenta. HEX triplet: FF, 11 and E4. RGB value is (255,17,228). Sum of RGB (Red+Green+Blue) = 255+17+228=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 17 (7.03% from 255 or 3.4% from 500); Blue value is 228 (89.45% from 255 or 45.6% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF11E4 is #00EE1B. Grayscale: #6F6F6F. Windows color (decimal): -60956 or 14946815. OLE color: 14946815.

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

Color convert

RGB 255 17 228 -
CMYK 0 0.93 0.11 0
HSL 306.81º 1% 0.53% -
HSV(B) 306.81º 0.93% 1% -
XYZ 55.44 27.26 75.74 -
YUV 112.22 193.35 229.84 -
System Red Green Blue C M Y K H S L
Decimal 255 17 228 0 0.93 0.11 0 306.81 1 0.53
Hex FF 11 E4 0 5D B 0 133 64 35
Octal 377 21 344 0 135 13 0 463 144 65
Binary 11111111 10001 11100100 0 1011101 1011 0 100110011 1100100 110101

Color Harmonies of #FF11E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF11E4

Black with #FF11E4

Text Example


Text Example

White with #FF11E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF11E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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