#FD12E3

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

Shades of Hot Magenta #FD12E3

Tints of Hot Magenta #FD12E3

Color information

#FD12E3 (or 0xFD12E3) is unknown color: approx Hot Magenta. HEX triplet: FD, 12 and E3. RGB value is (253,18,227). Sum of RGB (Red+Green+Blue) = 253+18+227=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 18 (7.42% from 255 or 3.61% from 498); Blue value is 227 (89.06% from 255 or 45.58% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD12E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD12E3 is #02ED1C. Grayscale: #6F6F6F. Windows color (decimal): -191773 or 14881533. OLE color: 14881533.

HSL color Cylindrical-coordinate representation of color #FD12E3: hue angle of 306.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD12E3 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB25318227-
CMYK00.930.100.01
HSL306.64º98.33%53.14%-
HSV(B)306.64º92.89%99.22%-
XYZ54.5926.8674.98-
YUV112.09192.86228.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.80%
GREEN value IS 18 (7.42% from 255) = 3.61%
BLUE value IS 227 (89.06% from 255) = 45.58%
R=50.80%
G=3.61%
B=45.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531822700.930.100.01306.6498.3353.14
HexFD12E305DA11336235
Octal37522343013512146314265
Binary11111101100101110001101011101101011001100111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD12E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD12E3; }

 p { color: rgb(253,18,227); }

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

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

 a { background-color: rgb(253,18,227); }

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

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

 span { border-color: rgb(253,18,227); }

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