#FF12E9

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

Shades of Magenta #FF12E9

Tints of Magenta #FF12E9

Color information

#FF12E9 (or 0xFF12E9) is unknown color: approx Magenta. HEX triplet: FF, 12 and E9. RGB value is (255,18,233). Sum of RGB (Red+Green+Blue) = 255+18+233=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 18 (7.42% from 255 or 3.56% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF12E9 is #00ED16. Grayscale: #707070. Windows color (decimal): -60695 or 15274751. OLE color: 15274751.

HSL color Cylindrical-coordinate representation of color #FF12E9: hue angle of 305.57º 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 #FF12E9 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB25518233-
CMYK00.930.090
HSL305.57º100%53.53%-
HSV(B)305.57º92.94%100%-
XYZ56.1627.5879.45-
YUV113.37195.52229.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.40%
GREEN value IS 18 (7.42% from 255) = 3.56%
BLUE value IS 233 (91.41% from 255) = 46.05%
R=50.40%
G=3.56%
B=46.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551823300.930.090305.5710053.53
HexFF12E905D901326436
Octal37722351013511046214466
Binary11111111100101110100101011101100101001100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF12E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF12E9; }

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

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

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

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

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

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

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

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