Color Hex Logo

#f25472 Color Hex

#F25472
(242,84,114)
0 Favorites   0 Comments

Color spaces of #f25472

RGB 24284114
HSL0.970.860.64
HSV349°65°95°
CMYK 0.000.650.53   0.05
XYZ42.825526.432818.7645
Yxy26.43280.48650.3003
Hunter Lab51.412858.713214.3495
CIE-Lab58.445662.430717.0561

#f25472 color RGB value is (242,84,114).

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

The process color (four color CMYK) of #f25472 color hex is 0.00, 0.65, 0.53, 0.05. Web safe color of #f25472 is #ff6666. Color #f25472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010100 01110010
Octal 362 124 162
Decimal 242 84 114
Hex F2 54 72

RGB Percentages of Color #f25472

%55.00
%19.09
%25.91

CMYK Percentages of Color #f25472

%0
%65
%53
%5

Triadic Colors of #f25472

#f25472 #72f254 #5472f2

Analogous Colors of #f25472

#f25472 #f28554 #f254c1

Monochromatic Colors of #f25472

#f25472

Complementary Color

#f25472 #54f2d4

#f25472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25472 Color CSS Codes

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

#f25472 Text Font Color

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

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


#f25472 Background Color

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

This div background color is #f25472


#f25472 Border Color

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

This div border color is #f25472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25472


Comments

No comments written yet.

Please login to write comment.