Color Hex Logo

#f121df Color Hex

#F121DF
(241,33,223)
0 Favorites   0 Comments

Color spaces of #f121df

RGB 24133223
HSL0.850.880.54
HSV305°86°95°
CMYK 0.000.860.07   0.05
XYZ50.138825.116272.0173
Yxy25.11620.34040.1705
Hunter Lab50.116190.8779-50.1191
CIE-Lab57.188588.5329-48.0695

#f121df color RGB value is (241,33,223).

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

The process color (four color CMYK) of #f121df color hex is 0.00, 0.86, 0.07, 0.05. Web safe color of #f121df is #ff33cc. Color #f121df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100001 11011111
Octal 361 41 337
Decimal 241 33 223
Hex F1 21 DF

RGB Percentages of Color #f121df

%48.49
%6.64
%44.87

CMYK Percentages of Color #f121df

%0
%86
%7
%5

Triadic Colors of #f121df

#f121df #dff121 #21dff1

Analogous Colors of #f121df

#f121df #f12177 #9b21f1

Monochromatic Colors of #f121df

#f121df

Complementary Color

#f121df #21f133

#f121df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f121df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f121df Color CSS Codes

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

#f121df Text Font Color

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

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


#f121df Background Color

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

This div background color is #f121df


#f121df Border Color

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

This div border color is #f121df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f121df


Comments

No comments written yet.

Please login to write comment.