Color Hex Logo

#f25add Color Hex

#F25ADD
(242,90,221)
0 Favorites   0 Comments

Color spaces of #f25add

RGB 24290221
HSL0.860.850.65
HSV308°63°95°
CMYK 0.000.630.09   0.05
XYZ53.325331.410071.6588
Yxy31.41000.34100.2008
Hunter Lab56.044671.7610-36.5771
CIE-Lab62.852272.5035-38.0147

#f25add color RGB value is (242,90,221).

#f25add hex color red value is 242, green value is 90 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f25add hue: 0.86 , saturation: 0.85 and the lightness value of f25add is 0.65.

The process color (four color CMYK) of #f25add color hex is 0.00, 0.63, 0.09, 0.05. Web safe color of #f25add is #ff66cc. Color #f25add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011010 11011101
Octal 362 132 335
Decimal 242 90 221
Hex F2 5A DD

RGB Percentages of Color #f25add

%43.76
%16.27
%39.96

CMYK Percentages of Color #f25add

%0
%63
%9
%5

Triadic Colors of #f25add

#f25add #ddf25a #5addf2

Analogous Colors of #f25add

#f25add #f25a91 #bb5af2

Monochromatic Colors of #f25add

#f25add

Complementary Color

#f25add #5af26f

#f25add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25add Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25add Color CSS Codes

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

#f25add Text Font Color

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

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


#f25add Background Color

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

This div background color is #f25add


#f25add Border Color

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

This div border color is #f25add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25add


Comments

No comments written yet.

Please login to write comment.