Color Hex Logo

#f296ca Color Hex

#F296CA
(242,150,202)
0 Favorites   0 Comments

Color spaces of #f296ca

RGB 242150202
HSL0.910.780.77
HSV326°38°95°
CMYK 0.000.380.17   0.05
XYZ58.185044.954261.4875
Yxy44.95420.35340.2731
Hunter Lab67.047937.5707-7.4395
CIE-Lab72.861741.5240-12.1026

#f296ca color RGB value is (242,150,202).

#f296ca hex color red value is 242, green value is 150 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f296ca hue: 0.91 , saturation: 0.78 and the lightness value of f296ca is 0.77.

The process color (four color CMYK) of #f296ca color hex is 0.00, 0.38, 0.17, 0.05. Web safe color of #f296ca is #ff99cc. Color #f296ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010110 11001010
Octal 362 226 312
Decimal 242 150 202
Hex F2 96 CA

RGB Percentages of Color #f296ca

%40.74
%25.25
%34.01

CMYK Percentages of Color #f296ca

%0
%38
%17
%5

Triadic Colors of #f296ca

#f296ca #caf296 #96caf2

Analogous Colors of #f296ca

#f296ca #f2969c #ec96f2

Monochromatic Colors of #f296ca

#f296ca

Complementary Color

#f296ca #96f2be

#f296ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f296ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f296ca Color CSS Codes

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

#f296ca Text Font Color

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

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


#f296ca Background Color

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

This div background color is #f296ca


#f296ca Border Color

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

This div border color is #f296ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f296ca


Comments

No comments written yet.

Please login to write comment.