Color Hex Logo

#f24093 Color Hex

#F24093
(242,64,147)
0 Favorites   0 Comments

Color spaces of #f24093

RGB 24264147
HSL0.920.870.60
HSV332°74°95°
CMYK 0.000.740.39   0.05
XYZ43.717824.650630.0576
Yxy24.65060.44420.2504
Hunter Lab49.649470.2883-1.1395
CIE-Lab56.733472.4549-4.8227

#f24093 color RGB value is (242,64,147).

#f24093 hex color red value is 242, green value is 64 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #f24093 hue: 0.92 , saturation: 0.87 and the lightness value of f24093 is 0.60.

The process color (four color CMYK) of #f24093 color hex is 0.00, 0.74, 0.39, 0.05. Web safe color of #f24093 is #ff3399. Color #f24093 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01000000 10010011
Octal 362 100 223
Decimal 242 64 147
Hex F2 40 93

RGB Percentages of Color #f24093

%53.42
%14.13
%32.45

CMYK Percentages of Color #f24093

%0
%74
%39
%5

Triadic Colors of #f24093

#f24093 #93f240 #4093f2

Analogous Colors of #f24093

#f24093 #f24640 #f240ec

Monochromatic Colors of #f24093

#f24093

Complementary Color

#f24093 #40f29f

#f24093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24093 Color CSS Codes

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

#f24093 Text Font Color

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

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


#f24093 Background Color

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

This div background color is #f24093


#f24093 Border Color

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

This div border color is #f24093


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,64,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f24093; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f24093;
  -webkit-box-shadow: 1px 1px 3px 2px #f24093;
  box-shadow:         1px 1px 3px 2px #f24093; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,64,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24093


Comments

No comments written yet.

Please login to write comment.