Color Hex Logo

#f93669 Color Hex

#F93669
(249,54,105)
0 Favorites   0 Comments

Color spaces of #f93669

RGB 24954105
HSL0.960.940.59
HSV344°78°98°
CMYK 0.000.780.58   0.02
XYZ42.935923.798015.6951
Yxy23.79800.52090.2887
Hunter Lab48.783271.733915.0728
CIE-Lab55.885073.797019.0744

#f93669 color RGB value is (249,54,105).

#f93669 hex color red value is 249, green value is 54 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #f93669 hue: 0.96 , saturation: 0.94 and the lightness value of f93669 is 0.59.

The process color (four color CMYK) of #f93669 color hex is 0.00, 0.78, 0.58, 0.02. Web safe color of #f93669 is #ff3366. Color #f93669 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110110 01101001
Octal 371 66 151
Decimal 249 54 105
Hex F9 36 69

RGB Percentages of Color #f93669

%61.03
%13.24
%25.74

CMYK Percentages of Color #f93669

%0
%78
%58
%2

Triadic Colors of #f93669

#f93669 #69f936 #3669f9

Analogous Colors of #f93669

#f93669 #f96536 #f936cb

Monochromatic Colors of #f93669

#f93669

Complementary Color

#f93669 #36f9c6

#f93669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93669 Color CSS Codes

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

#f93669 Text Font Color

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

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


#f93669 Background Color

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

This div background color is #f93669


#f93669 Border Color

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

This div border color is #f93669


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,54,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f93669; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f93669;
  -webkit-box-shadow: 1px 1px 3px 2px #f93669;
  box-shadow:         1px 1px 3px 2px #f93669; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,54,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93669

Related Colors


Comments

No comments written yet.

Please login to write comment.