#FF12D5

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

Shades of Hot Magenta #FF12D5

Tints of Hot Magenta #FF12D5

Color information

#FF12D5 (or 0xFF12D5) is unknown color: approx Hot Magenta. HEX triplet: FF, 12 and D5. RGB value is (255,18,213). Sum of RGB (Red+Green+Blue) = 255+18+213=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 18 (7.42% from 255 or 3.70% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12D5 is #00ED2A. Grayscale: #6E6E6E. Windows color (decimal): -60715 or 13964031. OLE color: 13964031.

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

Color convert

RGB25518213-
CMYK00.930.160
HSL310.63º100%53.53%-
HSV(B)310.63º92.94%100%-
XYZ53.4726.565.25-
YUV111.09185.52230.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.47%
GREEN value IS 18 (7.42% from 255) = 3.70%
BLUE value IS 213 (83.59% from 255) = 43.83%
R=52.47%
G=3.70%
B=43.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551821300.930.160310.6310053.53
HexFF12D505D1001376436
Octal37722325013520046714466
Binary111111111001011010101010111011000001001101111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF12D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF12D5; }

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

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

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

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

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

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

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

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