#FC12E0

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

Shades of Hot Magenta #FC12E0

Tints of Hot Magenta #FC12E0

Color information

#FC12E0 (or 0xFC12E0) is unknown color: approx Hot Magenta. HEX triplet: FC, 12 and E0. RGB value is (252,18,224). Sum of RGB (Red+Green+Blue) = 252+18+224=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 18 (7.42% from 255 or 3.64% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC12E0 is #03ED1F. Grayscale: #6E6E6E. Windows color (decimal): -257312 or 14684924. OLE color: 14684924.

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

Color convert

RGB25218224-
CMYK00.930.110.01
HSL307.18º97.5%52.94%-
HSV(B)307.18º92.86%98.82%-
XYZ53.8226.5172.8-
YUV111.45191.52228.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.01%
GREEN value IS 18 (7.42% from 255) = 3.64%
BLUE value IS 224 (87.89% from 255) = 45.34%
R=51.01%
G=3.64%
B=45.34%

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
Decimal2521822400.930.110.01307.1897.552.94
HexFC12E005DB11336235
Octal37422340013513146314265
Binary11111100100101110000001011101101111001100111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC12E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC12E0; }

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

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

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

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

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

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

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

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