Color Hex Logo

#f12cdd Color Hex

#F12CDD
(241,44,221)
0 Favorites   0 Comments

Color spaces of #f12cdd

RGB 24144221
HSL0.850.880.56
HSV306°82°95°
CMYK 0.000.820.08   0.05
XYZ50.227525.722670.7243
Yxy25.72260.34240.1754
Hunter Lab50.717588.0201-47.1763
CIE-Lab57.772886.2523-46.0128

#f12cdd color RGB value is (241,44,221).

#f12cdd hex color red value is 241, green value is 44 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f12cdd hue: 0.85 , saturation: 0.88 and the lightness value of f12cdd is 0.56.

The process color (four color CMYK) of #f12cdd color hex is 0.00, 0.82, 0.08, 0.05. Web safe color of #f12cdd is #ff33cc. Color #f12cdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101100 11011101
Octal 361 54 335
Decimal 241 44 221
Hex F1 2C DD

RGB Percentages of Color #f12cdd

%47.63
%8.70
%43.68

CMYK Percentages of Color #f12cdd

%0
%82
%8
%5

Triadic Colors of #f12cdd

#f12cdd #ddf12c #2cddf1

Analogous Colors of #f12cdd

#f12cdd #f12c7b #a32cf1

Monochromatic Colors of #f12cdd

#f12cdd

Complementary Color

#f12cdd #2cf140

#f12cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12cdd Color CSS Codes

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

#f12cdd Text Font Color

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

This sample text font color is #f12cdd
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.


#f12cdd Background Color

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

This div background color is #f12cdd


#f12cdd Border Color

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

This div border color is #f12cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f12cdd


Comments

No comments written yet.

Please login to write comment.