#FF12DE

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

Shades of Hot Magenta #FF12DE

Tints of Hot Magenta #FF12DE

Color information

#FF12DE (or 0xFF12DE) is unknown color: approx Hot Magenta. HEX triplet: FF, 12 and DE. RGB value is (255,18,222). Sum of RGB (Red+Green+Blue) = 255+18+222=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 18 (7.42% from 255 or 3.64% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12DE is #00ED21. Grayscale: #6F6F6F. Windows color (decimal): -60706 or 14553855. OLE color: 14553855.

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

Color convert

RGB25518222-
CMYK00.930.130
HSL308.35º100%53.53%-
HSV(B)308.35º92.94%100%-
XYZ54.6426.9771.43-
YUV112.12190.02229.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.52%
GREEN value IS 18 (7.42% from 255) = 3.64%
BLUE value IS 222 (87.11% from 255) = 44.85%
R=51.52%
G=3.64%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551822200.930.130308.3510053.53
HexFF12DE05DD01346436
Octal37722336013515046414466
Binary11111111100101101111001011101110101001101001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF12DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF12DE; }

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

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

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

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

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

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

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

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