#FC12E3

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

Shades of Hot Magenta #FC12E3

Tints of Hot Magenta #FC12E3

Color information

#FC12E3 (or 0xFC12E3) is unknown color: approx Hot Magenta. HEX triplet: FC, 12 and E3. RGB value is (252,18,227). Sum of RGB (Red+Green+Blue) = 252+18+227=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 18 (7.42% from 255 or 3.62% from 497); Blue value is 227 (89.06% from 255 or 45.67% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC12E3 is #03ED1C. Grayscale: #6F6F6F. Windows color (decimal): -257309 or 14881532. OLE color: 14881532.

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

Color convert

RGB25218227-
CMYK00.930.100.01
HSL306.41º97.5%52.94%-
HSV(B)306.41º92.86%98.82%-
XYZ54.2326.6774.96-
YUV111.79193.02228.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.70%
GREEN value IS 18 (7.42% from 255) = 3.62%
BLUE value IS 227 (89.06% from 255) = 45.67%
R=50.70%
G=3.62%
B=45.67%

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
Decimal2521822700.930.100.01306.4197.552.94
HexFC12E305DA11326235
Octal37422343013512146214265
Binary11111100100101110001101011101101011001100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC12E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC12E3; }

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

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

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

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

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

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

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

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