#FD12E4

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

Shades of Hot Magenta #FD12E4

Tints of Hot Magenta #FD12E4

Color information

#FD12E4 (or 0xFD12E4) is unknown color: approx Hot Magenta. HEX triplet: FD, 12 and E4. RGB value is (253,18,228). Sum of RGB (Red+Green+Blue) = 253+18+228=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 18 (7.42% from 255 or 3.61% from 499); Blue value is 228 (89.45% from 255 or 45.69% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD12E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD12E4 is #02ED1B. Grayscale: #6F6F6F. Windows color (decimal): -191772 or 14947069. OLE color: 14947069.

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

Color convert

RGB25318228-
CMYK00.930.100.01
HSL306.38º98.33%53.14%-
HSV(B)306.38º92.89%99.22%-
XYZ54.7326.9275.71-
YUV112.2193.36228.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.70%
GREEN value IS 18 (7.42% from 255) = 3.61%
BLUE value IS 228 (89.45% from 255) = 45.69%
R=50.70%
G=3.61%
B=45.69%

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
Decimal2531822800.930.100.01306.3898.3353.14
HexFD12E405DA11326235
Octal37522344013512146214265
Binary11111101100101110010001011101101011001100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD12E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD12E4; }

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

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

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

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

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

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

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

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