#F11AE2

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

Shades of Hot Magenta #F11AE2

Tints of Hot Magenta #F11AE2

Color information

#F11AE2 (or 0xF11AE2) is unknown color: approx Hot Magenta. HEX triplet: F1, 1A and E2. RGB value is (241,26,226). Sum of RGB (Red+Green+Blue) = 241+26+226=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 26 (10.55% from 255 or 5.27% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F11AE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11AE2 is #0EE51D. Grayscale: #707070. Windows color (decimal): -976158 or 14818033. OLE color: 14818033.

HSL color Cylindrical-coordinate representation of color #F11AE2: hue angle of 304.19º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11AE2 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB24126226-
CMYK00.890.060.05
HSL304.19º88.48%52.35%-
HSV(B)304.19º89.21%94.51%-
XYZ50.3724.9374.11-
YUV113.08191.73219.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.88%
GREEN value IS 26 (10.55% from 255) = 5.27%
BLUE value IS 226 (88.67% from 255) = 45.84%
R=48.88%
G=5.27%
B=45.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412622600.890.060.05304.1988.4852.35
HexF11AE2059651305834
Octal3613234201316546013064
Binary111100011101011100010010110011101011001100001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11AE2; }

 p { color: rgb(241,26,226); }

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

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

 a { background-color: rgb(241,26,226); }

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

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

 span { border-color: rgb(241,26,226); }

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