Color Hex Logo

#f04267 Color Hex

#F04267
(240,66,103)
0 Favorites   0 Comments

Color spaces of #f04267

RGB 24066103
HSL0.960.850.60
HSV347°73°94°
CMYK 0.000.730.57   0.06
XYZ40.331623.401015.2231
Yxy23.40100.51080.2964
Hunter Lab48.374664.166315.2041
CIE-Lab55.483067.610619.4433

#f04267 color RGB value is (240,66,103).

#f04267 hex color red value is 240, green value is 66 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #f04267 hue: 0.96 , saturation: 0.85 and the lightness value of f04267 is 0.60.

The process color (four color CMYK) of #f04267 color hex is 0.00, 0.73, 0.57, 0.06. Web safe color of #f04267 is #ff3366. Color #f04267 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000010 01100111
Octal 360 102 147
Decimal 240 66 103
Hex F0 42 67

RGB Percentages of Color #f04267

%58.68
%16.14
%25.18

CMYK Percentages of Color #f04267

%0
%73
%57
%6

Triadic Colors of #f04267

#f04267 #67f042 #4267f0

Analogous Colors of #f04267

#f04267 #f07442 #f042be

Monochromatic Colors of #f04267

#f04267

Complementary Color

#f04267 #42f0cb

#f04267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04267 Color CSS Codes

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

#f04267 Text Font Color

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

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


#f04267 Background Color

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

This div background color is #f04267


#f04267 Border Color

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

This div border color is #f04267


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,66,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f04267; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f04267;
  -webkit-box-shadow: 1px 1px 3px 2px #f04267;
  box-shadow:         1px 1px 3px 2px #f04267; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,66,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04267


Comments

No comments written yet.

Please login to write comment.