Color Hex Logo

#f12ace Color Hex

#F12ACE
(241,42,206)
0 Favorites   0 Comments

Color spaces of #f12ace

RGB 24142206
HSL0.860.880.55
HSV311°83°95°
CMYK 0.000.830.15   0.05
XYZ48.244224.812960.6391
Yxy24.81290.36080.1856
Hunter Lab49.812585.7080-37.3077
CIE-Lab56.892784.6538-38.8716

#f12ace color RGB value is (241,42,206).

#f12ace hex color red value is 241, green value is 42 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f12ace hue: 0.86 , saturation: 0.88 and the lightness value of f12ace is 0.55.

The process color (four color CMYK) of #f12ace color hex is 0.00, 0.83, 0.15, 0.05. Web safe color of #f12ace is #ff33cc. Color #f12ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101010 11001110
Octal 361 52 316
Decimal 241 42 206
Hex F1 2A CE

RGB Percentages of Color #f12ace

%49.28
%8.59
%42.13

CMYK Percentages of Color #f12ace

%0
%83
%15
%5

Triadic Colors of #f12ace

#f12ace #cef12a #2acef1

Analogous Colors of #f12ace

#f12ace #f12a6b #b12af1

Monochromatic Colors of #f12ace

#f12ace

Complementary Color

#f12ace #2af14d

#f12ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12ace Color CSS Codes

.mybgcolor {background-color:#f12ace; } 
.myforecolor {color:#f12ace; }
.mybordercolor {border:3px solid #f12ace; }

#f12ace Text Font Color

<p style="color:#f12ace">Text here</p>

This sample text font color is #f12ace
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f12ace Background Color

<div style="background-color:#f12ace">
Div content here</div>

This div background color is #f12ace


#f12ace Border Color

<div style="border:3px solid #f12ace">
Div here</div>

This div border color is #f12ace


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,42,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f12ace; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f12ace;
  -webkit-box-shadow: 1px 1px 3px 2px #f12ace;
  box-shadow:         1px 1px 3px 2px #f12ace; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,42,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f12ace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f12ace;
  -webkit-box-shadow: 1px 1px 3px 2px #f12ace;
  box-shadow:         1px 1px 3px 2px #f12ace;">
Div content here</div>

This div box has shadow with color #f12ace


Comments

No comments written yet.

Please login to write comment.