Color Hex Logo

#f26995 Color Hex

#F26995
(242,105,149)
0 Favorites   0 Comments

Color spaces of #f26995

RGB 242105149
HSL0.950.840.68
HSV341°57°95°
CMYK 0.000.570.38   0.05
XYZ47.094331.150331.9642
Yxy31.15030.42730.2826
Hunter Lab55.812552.94575.1129
CIE-Lab62.634356.71102.6541

#f26995 color RGB value is (242,105,149).

#f26995 hex color red value is 242, green value is 105 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #f26995 hue: 0.95 , saturation: 0.84 and the lightness value of f26995 is 0.68.

The process color (four color CMYK) of #f26995 color hex is 0.00, 0.57, 0.38, 0.05. Web safe color of #f26995 is #ff6699. Color #f26995 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01101001 10010101
Octal 362 151 225
Decimal 242 105 149
Hex F2 69 95

RGB Percentages of Color #f26995

%48.79
%21.17
%30.04

CMYK Percentages of Color #f26995

%0
%57
%38
%5

Triadic Colors of #f26995

#f26995 #95f269 #6995f2

Analogous Colors of #f26995

#f26995 #f28269 #f269da

Monochromatic Colors of #f26995

#f26995

Complementary Color

#f26995 #69f2c6

#f26995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f26995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f26995 Color CSS Codes

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

#f26995 Text Font Color

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

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


#f26995 Background Color

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

This div background color is #f26995


#f26995 Border Color

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

This div border color is #f26995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f26995

Related Colors


Comments

No comments written yet.

Please login to write comment.