Color Hex Logo

#f279bb Color Hex

#F279BB
(242,121,187)
0 Favorites   0 Comments

Color spaces of #f279bb

RGB 242121187
HSL0.910.820.71
HSV327°50°95°
CMYK 0.000.500.23   0.05
XYZ52.425036.139851.2263
Yxy36.13980.37500.2585
Hunter Lab60.116450.4587-8.4406
CIE-Lab66.626653.9007-13.0919

#f279bb color RGB value is (242,121,187).

#f279bb hex color red value is 242, green value is 121 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f279bb hue: 0.91 , saturation: 0.82 and the lightness value of f279bb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01111001 10111011
Octal 362 171 273
Decimal 242 121 187
Hex F2 79 BB

RGB Percentages of Color #f279bb

%44.00
%22.00
%34.00

CMYK Percentages of Color #f279bb

%0
%50
%23
%5

Triadic Colors of #f279bb

#f279bb #bbf279 #79bbf2

Analogous Colors of #f279bb

#f279bb #f2797f #ed79f2

Monochromatic Colors of #f279bb

#f279bb

Complementary Color

#f279bb #79f2b0

#f279bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f279bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f279bb Color CSS Codes

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

#f279bb Text Font Color

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

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


#f279bb Background Color

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

This div background color is #f279bb


#f279bb Border Color

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

This div border color is #f279bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f279bb


Comments

No comments written yet.

Please login to write comment.