Color Hex Logo

#f25fbb Color Hex

#F25FBB
(242,95,187)
0 Favorites   0 Comments

Color spaces of #f25fbb

RGB 24295187
HSL0.900.850.66
HSV322°61°95°
CMYK 0.000.610.23   0.05
XYZ49.679830.649550.3112
Yxy30.64950.38030.2346
Hunter Lab55.362063.2958-15.1275
CIE-Lab62.210665.6491-19.7738

#f25fbb color RGB value is (242,95,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011111 10111011
Octal 362 137 273
Decimal 242 95 187
Hex F2 5F BB

RGB Percentages of Color #f25fbb

%46.18
%18.13
%35.69

CMYK Percentages of Color #f25fbb

%0
%61
%23
%5

Triadic Colors of #f25fbb

#f25fbb #bbf25f #5fbbf2

Analogous Colors of #f25fbb

#f25fbb #f25f72 #e05ff2

Monochromatic Colors of #f25fbb

#f25fbb

Complementary Color

#f25fbb #5ff296

#f25fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25fbb Color CSS Codes

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

#f25fbb Text Font Color

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

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


#f25fbb Background Color

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

This div background color is #f25fbb


#f25fbb Border Color

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

This div border color is #f25fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25fbb


Comments

No comments written yet.

Please login to write comment.