Color Hex Logo

#f90cbb Color Hex

#F90CBB
(249,12,187)
0 Favorites   0 Comments

Color spaces of #f90cbb

RGB 24912187
HSL0.880.950.51
HSV316°95°98°
CMYK 0.000.950.25   0.02
XYZ48.168023.990549.1056
Yxy23.99050.39720.1978
Hunter Lab48.980189.8253-25.1559
CIE-Lab56.078387.9540-29.1018

#f90cbb color RGB value is (249,12,187).

#f90cbb hex color red value is 249, green value is 12 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f90cbb hue: 0.88 , saturation: 0.95 and the lightness value of f90cbb is 0.51.

The process color (four color CMYK) of #f90cbb color hex is 0.00, 0.95, 0.25, 0.02. Web safe color of #f90cbb is #ff00cc. Color #f90cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001100 10111011
Octal 371 14 273
Decimal 249 12 187
Hex F9 C BB

RGB Percentages of Color #f90cbb

%55.58
%2.68
%41.74

CMYK Percentages of Color #f90cbb

%0
%95
%25
%2

Triadic Colors of #f90cbb

#f90cbb #bbf90c #0cbbf9

Analogous Colors of #f90cbb

#f90cbb #f90c45 #c10cf9

Monochromatic Colors of #f90cbb

#f90cbb

Complementary Color

#f90cbb #0cf94a

#f90cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90cbb Color CSS Codes

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

#f90cbb Text Font Color

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

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


#f90cbb Background Color

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

This div background color is #f90cbb


#f90cbb Border Color

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

This div border color is #f90cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,12,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 #f90cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90cbb


Comments

No comments written yet.

Please login to write comment.