Color Hex Logo

#f269bf Color Hex

#F269BF
(242,105,191)
0 Favorites   0 Comments

Color spaces of #f269bf

RGB 242105191
HSL0.900.840.68
HSV322°57°95°
CMYK 0.000.570.21   0.05
XYZ51.073532.742052.9182
Yxy32.74200.37350.2395
Hunter Lab57.220659.1879-14.7775
CIE-Lab63.951561.8771-19.3982

#f269bf color RGB value is (242,105,191).

#f269bf hex color red value is 242, green value is 105 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f269bf hue: 0.90 , saturation: 0.84 and the lightness value of f269bf is 0.68.

The process color (four color CMYK) of #f269bf color hex is 0.00, 0.57, 0.21, 0.05. Web safe color of #f269bf is #ff66cc. Color #f269bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01101001 10111111
Octal 362 151 277
Decimal 242 105 191
Hex F2 69 BF

RGB Percentages of Color #f269bf

%44.98
%19.52
%35.50

CMYK Percentages of Color #f269bf

%0
%57
%21
%5

Triadic Colors of #f269bf

#f269bf #bff269 #69bff2

Analogous Colors of #f269bf

#f269bf #f2697b #e169f2

Monochromatic Colors of #f269bf

#f269bf

Complementary Color

#f269bf #69f29c

#f269bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f269bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f269bf Color CSS Codes

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

#f269bf Text Font Color

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

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


#f269bf Background Color

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

This div background color is #f269bf


#f269bf Border Color

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

This div border color is #f269bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f269bf


Comments

No comments written yet.

Please login to write comment.