#FF12DF

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

Shades of Hot Magenta #FF12DF

Tints of Hot Magenta #FF12DF

Color information

#FF12DF (or 0xFF12DF) is unknown color: approx Hot Magenta. HEX triplet: FF, 12 and DF. RGB value is (255,18,223). Sum of RGB (Red+Green+Blue) = 255+18+223=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 18 (7.42% from 255 or 3.63% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12DF is #00ED20. Grayscale: #6F6F6F. Windows color (decimal): -60705 or 14619391. OLE color: 14619391.

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

Color convert

RGB25518223-
CMYK00.930.130
HSL308.1º100%53.53%-
HSV(B)308.1º92.94%100%-
XYZ54.7827.0272.14-
YUV112.23190.52229.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.41%
GREEN value IS 18 (7.42% from 255) = 3.63%
BLUE value IS 223 (87.5% from 255) = 44.96%
R=51.41%
G=3.63%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551822300.930.130308.110053.53
HexFF12DF05DD01346436
Octal37722337013515046414466
Binary11111111100101101111101011101110101001101001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF12DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF12DF; }

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

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

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

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

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

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

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

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