Color Hex Logo

#f26093 Color Hex

#F26093
(242,96,147)
0 Favorites   0 Comments

Color spaces of #f26093

RGB 24296147
HSL0.940.850.66
HSV339°60°95°
CMYK 0.000.600.39   0.05
XYZ46.067329.349630.8408
Yxy29.34960.43350.2762
Hunter Lab54.175356.97864.1702
CIE-Lab61.088960.47491.5655

#f26093 color RGB value is (242,96,147).

#f26093 hex color red value is 242, green value is 96 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #f26093 hue: 0.94 , saturation: 0.85 and the lightness value of f26093 is 0.66.

The process color (four color CMYK) of #f26093 color hex is 0.00, 0.60, 0.39, 0.05. Web safe color of #f26093 is #ff6699. Color #f26093 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100000 10010011
Octal 362 140 223
Decimal 242 96 147
Hex F2 60 93

RGB Percentages of Color #f26093

%49.90
%19.79
%30.31

CMYK Percentages of Color #f26093

%0
%60
%39
%5

Triadic Colors of #f26093

#f26093 #93f260 #6093f2

Analogous Colors of #f26093

#f26093 #f27660 #f260dc

Monochromatic Colors of #f26093

#f26093

Complementary Color

#f26093 #60f2bf

#f26093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f26093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f26093 Color CSS Codes

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

#f26093 Text Font Color

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

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


#f26093 Background Color

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

This div background color is #f26093


#f26093 Border Color

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

This div border color is #f26093


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,96,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 #f26093">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f26093


Comments

No comments written yet.

Please login to write comment.