Color Hex Logo

#f9214d Color Hex

#F9214D
(249,33,77)
0 Favorites   0 Comments

Color spaces of #f9214d

RGB 2493377
HSL0.970.950.55
HSV348°87°98°
CMYK 0.000.870.69   0.02
XYZ40.950321.76339.0636
Yxy21.76330.57050.3032
Hunter Lab46.651275.047521.1367
CIE-Lab53.775076.884332.9757

#f9214d color RGB value is (249,33,77).

#f9214d hex color red value is 249, green value is 33 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f9214d hue: 0.97 , saturation: 0.95 and the lightness value of f9214d is 0.55.

The process color (four color CMYK) of #f9214d color hex is 0.00, 0.87, 0.69, 0.02. Web safe color of #f9214d is #ff3366. Color #f9214d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100001 01001101
Octal 371 41 115
Decimal 249 33 77
Hex F9 21 4D

RGB Percentages of Color #f9214d

%69.36
%9.19
%21.45

CMYK Percentages of Color #f9214d

%0
%87
%69
%2

Triadic Colors of #f9214d

#f9214d #4df921 #214df9

Analogous Colors of #f9214d

#f9214d #f96121 #f921b9

Monochromatic Colors of #f9214d

#f9214d

Complementary Color

#f9214d #21f9cd

#f9214d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9214d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9214d Color CSS Codes

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

#f9214d Text Font Color

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

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


#f9214d Background Color

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

This div background color is #f9214d


#f9214d Border Color

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

This div border color is #f9214d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9214d

Related Colors


Comments

No comments written yet.

Please login to write comment.