Color Hex Logo

#f261c4 Color Hex

#F261C4
(242,97,196)
0 Favorites   0 Comments

Color spaces of #f261c4

RGB 24297196
HSL0.890.850.66
HSV319°60°95°
CMYK 0.000.600.19   0.05
XYZ50.856431.412255.6073
Yxy31.41220.36890.2278
Hunter Lab56.046663.8885-19.5927
CIE-Lab62.854166.0305-23.9099

#f261c4 color RGB value is (242,97,196).

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

The process color (four color CMYK) of #f261c4 color hex is 0.00, 0.60, 0.19, 0.05. Web safe color of #f261c4 is #ff66cc. Color #f261c4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100001 11000100
Octal 362 141 304
Decimal 242 97 196
Hex F2 61 C4

RGB Percentages of Color #f261c4

%45.23
%18.13
%36.64

CMYK Percentages of Color #f261c4

%0
%60
%19
%5

Triadic Colors of #f261c4

#f261c4 #c4f261 #61c4f2

Analogous Colors of #f261c4

#f261c4 #f2617c #d861f2

Monochromatic Colors of #f261c4

#f261c4

Complementary Color

#f261c4 #61f28f

#f261c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f261c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f261c4 Color CSS Codes

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

#f261c4 Text Font Color

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

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


#f261c4 Background Color

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

This div background color is #f261c4


#f261c4 Border Color

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

This div border color is #f261c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f261c4


Comments

No comments written yet.

Please login to write comment.