#FD12E2

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

Shades of Hot Magenta #FD12E2

Tints of Hot Magenta #FD12E2

Color information

#FD12E2 (or 0xFD12E2) is unknown color: approx Hot Magenta. HEX triplet: FD, 12 and E2. RGB value is (253,18,226). Sum of RGB (Red+Green+Blue) = 253+18+226=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 18 (7.42% from 255 or 3.62% from 497); Blue value is 226 (88.67% from 255 or 45.47% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD12E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD12E2 is #02ED1D. Grayscale: #6F6F6F. Windows color (decimal): -191774 or 14815997. OLE color: 14815997.

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

Color convert

RGB25318226-
CMYK00.930.110.01
HSL306.89º98.33%53.14%-
HSV(B)306.89º92.89%99.22%-
XYZ54.4526.8174.26-
YUV111.98192.36228.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.91%
GREEN value IS 18 (7.42% from 255) = 3.62%
BLUE value IS 226 (88.67% from 255) = 45.47%
R=50.91%
G=3.62%
B=45.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531822600.930.110.01306.8998.3353.14
HexFD12E205DB11336235
Octal37522342013513146314265
Binary11111101100101110001001011101101111001100111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD12E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD12E2; }

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

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

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

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

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

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

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

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