Color Hex Logo

#f2658a Color Hex

#F2658A
(242,101,138)
0 Favorites   0 Comments

Color spaces of #f2658a

RGB 242101138
HSL0.960.840.67
HSV344°58°95°
CMYK 0.000.580.43   0.05
XYZ45.859130.019627.4221
Yxy30.01960.44390.2906
Hunter Lab54.790153.52098.6789
CIE-Lab61.671157.37287.6137

#f2658a color RGB value is (242,101,138).

#f2658a hex color red value is 242, green value is 101 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #f2658a hue: 0.96 , saturation: 0.84 and the lightness value of f2658a is 0.67.

The process color (four color CMYK) of #f2658a color hex is 0.00, 0.58, 0.43, 0.05. Web safe color of #f2658a is #ff6699. Color #f2658a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100101 10001010
Octal 362 145 212
Decimal 242 101 138
Hex F2 65 8A

RGB Percentages of Color #f2658a

%50.31
%21.00
%28.69

CMYK Percentages of Color #f2658a

%0
%58
%43
%5

Triadic Colors of #f2658a

#f2658a #8af265 #658af2

Analogous Colors of #f2658a

#f2658a #f28765 #f265d1

Monochromatic Colors of #f2658a

#f2658a

Complementary Color

#f2658a #65f2cd

#f2658a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2658a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2658a Color CSS Codes

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

#f2658a Text Font Color

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

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


#f2658a Background Color

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

This div background color is #f2658a


#f2658a Border Color

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

This div border color is #f2658a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2658a


Comments

No comments written yet.

Please login to write comment.