Color Hex Logo

#f91069 Color Hex

#F91069
(249,16,105)
0 Favorites   0 Comments

Color spaces of #f91069

RGB 24916105
HSL0.940.950.52
HSV337°94°98°
CMYK 0.000.940.58   0.02
XYZ41.802021.530215.3171
Yxy21.53020.53150.2737
Hunter Lab46.400679.608212.9085
CIE-Lab53.524980.562115.8541

#f91069 color RGB value is (249,16,105).

#f91069 hex color red value is 249, green value is 16 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #f91069 hue: 0.94 , saturation: 0.95 and the lightness value of f91069 is 0.52.

The process color (four color CMYK) of #f91069 color hex is 0.00, 0.94, 0.58, 0.02. Web safe color of #f91069 is #ff0066. Color #f91069 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010000 01101001
Octal 371 20 151
Decimal 249 16 105
Hex F9 10 69

RGB Percentages of Color #f91069

%67.30
%4.32
%28.38

CMYK Percentages of Color #f91069

%0
%94
%58
%2

Triadic Colors of #f91069

#f91069 #69f910 #1069f9

Analogous Colors of #f91069

#f91069 #f92c10 #f910de

Monochromatic Colors of #f91069

#f91069

Complementary Color

#f91069 #10f9a0

#f91069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91069 Color CSS Codes

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

#f91069 Text Font Color

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

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


#f91069 Background Color

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

This div background color is #f91069


#f91069 Border Color

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

This div border color is #f91069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91069


Comments

No comments written yet.

Please login to write comment.