Color Hex Logo

#f06255 Color Hex

#F06255
(240,98,85)
0 Favorites   0 Comments

Color spaces of #f06255

RGB 2409885
HSL0.010.840.64
HSV65°94°
CMYK 0.000.590.65   0.06
XYZ41.942627.916511.7721
Yxy27.91650.51380.3420
Hunter Lab52.836149.234723.7752
CIE-Lab59.813253.883335.4340

#f06255 color RGB value is (240,98,85).

#f06255 hex color red value is 240, green value is 98 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #f06255 hue: 0.01 , saturation: 0.84 and the lightness value of f06255 is 0.64.

The process color (four color CMYK) of #f06255 color hex is 0.00, 0.59, 0.65, 0.06. Web safe color of #f06255 is #ff6666. Color #f06255 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100010 01010101
Octal 360 142 125
Decimal 240 98 85
Hex F0 62 55

RGB Percentages of Color #f06255

%56.74
%23.17
%20.09

CMYK Percentages of Color #f06255

%0
%59
%65
%6

Triadic Colors of #f06255

#f06255 #55f062 #6255f0

Analogous Colors of #f06255

#f06255 #f0b055 #f05596

Monochromatic Colors of #f06255

#f06255

Complementary Color

#f06255 #55e3f0

#f06255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06255 Color CSS Codes

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

#f06255 Text Font Color

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

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


#f06255 Background Color

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

This div background color is #f06255


#f06255 Border Color

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

This div border color is #f06255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06255


Comments

No comments written yet.

Please login to write comment.