Color Hex Logo

#f91965 Color Hex

#F91965
(249,25,101)
0 Favorites   0 Comments

Color spaces of #f91965

RGB 24925101
HSL0.940.950.54
HSV340°90°98°
CMYK 0.000.900.59   0.02
XYZ41.763521.774614.3137
Yxy21.77460.53640.2797
Hunter Lab46.663378.096314.4774
CIE-Lab53.787079.315718.6288

#f91965 color RGB value is (249,25,101).

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

The process color (four color CMYK) of #f91965 color hex is 0.00, 0.90, 0.59, 0.02. Web safe color of #f91965 is #ff0066. Color #f91965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011001 01100101
Octal 371 31 145
Decimal 249 25 101
Hex F9 19 65

RGB Percentages of Color #f91965

%66.40
%6.67
%26.93

CMYK Percentages of Color #f91965

%0
%90
%59
%2

Triadic Colors of #f91965

#f91965 #65f919 #1965f9

Analogous Colors of #f91965

#f91965 #f93d19 #f919d5

Monochromatic Colors of #f91965

#f91965

Complementary Color

#f91965 #19f9ad

#f91965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91965 Color CSS Codes

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

#f91965 Text Font Color

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

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


#f91965 Background Color

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

This div background color is #f91965


#f91965 Border Color

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

This div border color is #f91965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91965


Comments

No comments written yet.

Please login to write comment.