#F11AE1

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

Shades of Hot Magenta #F11AE1

Tints of Hot Magenta #F11AE1

Color information

#F11AE1 (or 0xF11AE1) is unknown color: approx Hot Magenta. HEX triplet: F1, 1A and E1. RGB value is (241,26,225). Sum of RGB (Red+Green+Blue) = 241+26+225=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 26 (10.55% from 255 or 5.28% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F11AE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11AE1 is #0EE51E. Grayscale: #707070. Windows color (decimal): -976159 or 14752497. OLE color: 14752497.

HSL color Cylindrical-coordinate representation of color #F11AE1: hue angle of 304.47º 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 #F11AE1 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB24126225-
CMYK00.890.070.05
HSL304.47º88.48%52.35%-
HSV(B)304.47º89.21%94.51%-
XYZ50.2424.8873.39-
YUV112.97191.23219.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.98%
GREEN value IS 26 (10.55% from 255) = 5.28%
BLUE value IS 225 (88.28% from 255) = 45.73%
R=48.98%
G=5.28%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412622500.890.070.05304.4788.4852.35
HexF11AE1059751305834
Octal3613234101317546013064
Binary111100011101011100001010110011111011001100001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11AE1; }

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

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

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

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

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

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

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

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