Color Hex Logo

#f91270 Color Hex

#F91270
(249,18,112)
0 Favorites   0 Comments

Color spaces of #f91270

RGB 24918112
HSL0.930.950.52
HSV336°93°98°
CMYK 0.000.930.55   0.02
XYZ42.207921.742217.3013
Yxy21.74220.51950.2676
Hunter Lab46.628579.977310.6407
CIE-Lab53.752480.808511.9359

#f91270 color RGB value is (249,18,112).

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

The process color (four color CMYK) of #f91270 color hex is 0.00, 0.93, 0.55, 0.02. Web safe color of #f91270 is #ff0066. Color #f91270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010010 01110000
Octal 371 22 160
Decimal 249 18 112
Hex F9 12 70

RGB Percentages of Color #f91270

%65.70
%4.75
%29.55

CMYK Percentages of Color #f91270

%0
%93
%55
%2

Triadic Colors of #f91270

#f91270 #70f912 #1270f9

Analogous Colors of #f91270

#f91270 #f92812 #f912e4

Monochromatic Colors of #f91270

#f91270

Complementary Color

#f91270 #12f99b

#f91270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91270 Color CSS Codes

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

#f91270 Text Font Color

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

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


#f91270 Background Color

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

This div background color is #f91270


#f91270 Border Color

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

This div border color is #f91270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91270

Related Colors


Comments

No comments written yet.

Please login to write comment.