#F11AE0

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

Shades of Hot Magenta #F11AE0

Tints of Hot Magenta #F11AE0

Color information

#F11AE0 (or 0xF11AE0) is unknown color: approx Hot Magenta. HEX triplet: F1, 1A and E0. RGB value is (241,26,224). Sum of RGB (Red+Green+Blue) = 241+26+224=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 26 (10.55% from 255 or 5.30% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F11AE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11AE0 is #0EE51F. Grayscale: #707070. Windows color (decimal): -976160 or 14686961. OLE color: 14686961.

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

Color convert

RGB24126224-
CMYK00.890.070.05
HSL304.74º88.48%52.35%-
HSV(B)304.74º89.21%94.51%-
XYZ50.124.8272.67-
YUV112.86190.73219.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.08%
GREEN value IS 26 (10.55% from 255) = 5.30%
BLUE value IS 224 (87.89% from 255) = 45.62%
R=49.08%
G=5.30%
B=45.62%

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
Decimal2412622400.890.070.05304.7488.4852.35
HexF11AE0059751315834
Octal3613234001317546113064
Binary111100011101011100000010110011111011001100011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11AE0; }

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

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

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

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

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

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

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

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