Color Hex Logo

#f26273 Color Hex

#F26273
(242,98,115)
0 Favorites   0 Comments

Color spaces of #f26273

RGB 24298115
HSL0.980.850.67
HSV353°60°95°
CMYK 0.000.600.52   0.05
XYZ44.080128.850419.4651
Yxy28.85040.47710.3122
Hunter Lab53.712652.492016.1125
CIE-Lab60.649456.638919.4874

#f26273 color RGB value is (242,98,115).

#f26273 hex color red value is 242, green value is 98 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #f26273 hue: 0.98 , saturation: 0.85 and the lightness value of f26273 is 0.67.

The process color (four color CMYK) of #f26273 color hex is 0.00, 0.60, 0.52, 0.05. Web safe color of #f26273 is #ff6666. Color #f26273 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100010 01110011
Octal 362 142 163
Decimal 242 98 115
Hex F2 62 73

RGB Percentages of Color #f26273

%53.19
%21.54
%25.27

CMYK Percentages of Color #f26273

%0
%60
%52
%5

Triadic Colors of #f26273

#f26273 #73f262 #6273f2

Analogous Colors of #f26273

#f26273 #f29962 #f262bb

Monochromatic Colors of #f26273

#f26273

Complementary Color

#f26273 #62f2e1

#f26273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f26273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f26273 Color CSS Codes

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

#f26273 Text Font Color

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

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


#f26273 Background Color

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

This div background color is #f26273


#f26273 Border Color

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

This div border color is #f26273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f26273


Comments

No comments written yet.

Please login to write comment.