#F011E3

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

Shades of Hot Magenta #F011E3

Tints of Hot Magenta #F011E3

Color information

#F011E3 (or 0xF011E3) is unknown color: approx Hot Magenta. HEX triplet: F0, 11 and E3. RGB value is (240,17,227). Sum of RGB (Red+Green+Blue) = 240+17+227=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 17 (7.03% from 255 or 3.51% from 484); Blue value is 227 (89.06% from 255 or 46.90% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F011E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F011E3 is #0FEE1C. Grayscale: #6B6B6B. Windows color (decimal): -1043997 or 14881264. OLE color: 14881264.

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

Color convert

RGB24017227-
CMYK00.930.050.06
HSL303.5º88.14%50.39%-
HSV(B)303.5º92.92%94.12%-
XYZ5024.4774.76-
YUV107.62195.38222.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.59%
GREEN value IS 17 (7.03% from 255) = 3.51%
BLUE value IS 227 (89.06% from 255) = 46.90%
R=49.59%
G=3.51%
B=46.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401722700.930.050.06303.588.1450.39
HexF011E305D5612f5832
Octal3602134301355645713062
Binary111100001000111100011010111011011101001011111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F011E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F011E3; }

 p { color: rgb(240,17,227); }

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

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

 a { background-color: rgb(240,17,227); }

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

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

 span { border-color: rgb(240,17,227); }

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