color codes Logo

#f90bce color codes

#F90BCE
(249,11,206)
0 Favorites   0 Comments

Color spaces of #f90bce

RGB 24911206
HSL0.860.950.51
HSV311°96°98°
CMYK 0.000.960.17   0.02
XYZ50.327224.835360.5337
Yxy24.83530.37090.1830
Hunter Lab49.835093.0516-37.1340
CIE-Lab56.914690.2188-38.7384

#f90bce color RGB value is (249,11,206).

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

The process color (four color CMYK) of #f90bce color code is 0.00, 0.96, 0.17, 0.02. Web safe color of #f90bce is #ff00cc. Color #f90bce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001011 11001110
Octal 371 13 316
Decimal 249 11 206
Hex F9 B CE

RGB Percentages of Color #f90bce

%53.43
%2.36
%44.21

CMYK Percentages of Color #f90bce

%0
%96
%17
%2

Triadic Colors of #f90bce

#f90bce #cef90b #0bcef9

Analogous Colors of #f90bce

#f90bce #f90b57 #ad0bf9

Monochromatic Colors of #f90bce

#f90bce

Complementary Color

#f90bce #0bf936

#f90bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90bce Color CSS Codes

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

#f90bce Text Font Color

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

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


#f90bce Background Color

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

This div background color is #f90bce


#f90bce Border Color

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

This div border color is #f90bce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,11,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90bce


Comments

No comments written yet.

Please login to write comment.