Color Hex Logo

#f407af Color Hex

#F407AF
(244,7,175)
0 Favorites   0 Comments

Color spaces of #f407af

RGB 2447175
HSL0.880.940.49
HSV317°97°96°
CMYK 0.000.970.28   0.04
XYZ45.122122.480242.5184
Yxy22.48020.40980.2041
Hunter Lab47.413386.9009-19.9797
CIE-Lab54.532886.0291-24.5765

#f407af color RGB value is (244,7,175).

#f407af hex color red value is 244, green value is 7 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f407af hue: 0.88 , saturation: 0.94 and the lightness value of f407af is 0.49.

The process color (four color CMYK) of #f407af color hex is 0.00, 0.97, 0.28, 0.04. Web safe color of #f407af is #ff0099. Color #f407af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00000111 10101111
Octal 364 7 257
Decimal 244 7 175
Hex F4 7 AF

RGB Percentages of Color #f407af

%57.28
%1.64
%41.08

CMYK Percentages of Color #f407af

%0
%97
%28
%4

Triadic Colors of #f407af

#f407af #aff407 #07aff4

Analogous Colors of #f407af

#f407af #f40738 #c307f4

Monochromatic Colors of #f407af

#f407af

Complementary Color

#f407af #07f44c

#f407af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f407af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f407af Color CSS Codes

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

#f407af Text Font Color

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

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


#f407af Background Color

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

This div background color is #f407af


#f407af Border Color

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

This div border color is #f407af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,7,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f407af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f407af;
  -webkit-box-shadow: 1px 1px 3px 2px #f407af;
  box-shadow:         1px 1px 3px 2px #f407af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,7,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f407af


Comments

No comments written yet.

Please login to write comment.