Color Hex Logo

#f25264 Color Hex

#F25264
(242,82,100)
0 Favorites   0 Comments

Color spaces of #f25264

RGB 24282100
HSL0.980.860.64
HSV353°66°95°
CMYK 0.000.660.59   0.05
XYZ41.935525.831914.8324
Yxy25.83190.50770.3127
Hunter Lab50.825158.335418.2748
CIE-Lab57.877162.207024.4669

#f25264 color RGB value is (242,82,100).

#f25264 hex color red value is 242, green value is 82 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #f25264 hue: 0.98 , saturation: 0.86 and the lightness value of f25264 is 0.64.

The process color (four color CMYK) of #f25264 color hex is 0.00, 0.66, 0.59, 0.05. Web safe color of #f25264 is #ff6666. Color #f25264 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010010 01100100
Octal 362 122 144
Decimal 242 82 100
Hex F2 52 64

RGB Percentages of Color #f25264

%57.08
%19.34
%23.58

CMYK Percentages of Color #f25264

%0
%66
%59
%5

Triadic Colors of #f25264

#f25264 #64f252 #5264f2

Analogous Colors of #f25264

#f25264 #f29052 #f252b4

Monochromatic Colors of #f25264

#f25264

Complementary Color

#f25264 #52f2e0

#f25264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25264 Color CSS Codes

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

#f25264 Text Font Color

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

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


#f25264 Background Color

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

This div background color is #f25264


#f25264 Border Color

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

This div border color is #f25264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25264


Comments

No comments written yet.

Please login to write comment.