#FF12E0

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

Shades of Hot Magenta #FF12E0

Tints of Hot Magenta #FF12E0

Color information

#FF12E0 (or 0xFF12E0) is unknown color: approx Hot Magenta. HEX triplet: FF, 12 and E0. RGB value is (255,18,224). Sum of RGB (Red+Green+Blue) = 255+18+224=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 18 (7.42% from 255 or 3.62% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12E0 is #00ED1F. Grayscale: #6F6F6F. Windows color (decimal): -60704 or 14684927. OLE color: 14684927.

HSL color Cylindrical-coordinate representation of color #FF12E0: hue angle of 307.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF12E0 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB25518224-
CMYK00.930.120
HSL307.85º100%53.53%-
HSV(B)307.85º92.94%100%-
XYZ54.9127.0772.85-
YUV112.35191.02229.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.31%
GREEN value IS 18 (7.42% from 255) = 3.62%
BLUE value IS 224 (87.89% from 255) = 45.07%
R=51.31%
G=3.62%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551822400.930.120307.8510053.53
HexFF12E005DC01346436
Octal37722340013514046414466
Binary11111111100101110000001011101110001001101001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF12E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF12E0; }

 p { color: rgb(255,18,224); }

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

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

 a { background-color: rgb(255,18,224); }

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

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

 span { border-color: rgb(255,18,224); }

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