Color Hex Logo

#f25fbd Color Hex

#F25FBD
(242,95,189)
0 Favorites   0 Comments

Color spaces of #f25fbd

RGB 24295189
HSL0.890.850.66
HSV322°61°95°
CMYK 0.000.610.22   0.05
XYZ49.895530.735851.4469
Yxy30.73580.37780.2327
Hunter Lab55.439963.6290-16.2118
CIE-Lab62.284065.9150-20.8021

#f25fbd color RGB value is (242,95,189).

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

The process color (four color CMYK) of #f25fbd color hex is 0.00, 0.61, 0.22, 0.05. Web safe color of #f25fbd is #ff66cc. Color #f25fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011111 10111101
Octal 362 137 275
Decimal 242 95 189
Hex F2 5F BD

RGB Percentages of Color #f25fbd

%46.01
%18.06
%35.93

CMYK Percentages of Color #f25fbd

%0
%61
%22
%5

Triadic Colors of #f25fbd

#f25fbd #bdf25f #5fbdf2

Analogous Colors of #f25fbd

#f25fbd #f25f74 #de5ff2

Monochromatic Colors of #f25fbd

#f25fbd

Complementary Color

#f25fbd #5ff294

#f25fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25fbd Color CSS Codes

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

#f25fbd Text Font Color

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

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


#f25fbd Background Color

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

This div background color is #f25fbd


#f25fbd Border Color

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

This div border color is #f25fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25fbd


Comments

No comments written yet.

Please login to write comment.