Color Hex Logo

#f01575 Color Hex

#F01575
(240,21,117)
0 Favorites   0 Comments

Color spaces of #f01575

RGB 24021117
HSL0.930.880.51
HSV334°91°94°
CMYK 0.000.910.51   0.06
XYZ39.414220.346018.6794
Yxy20.34600.50250.2594
Hunter Lab45.106577.03737.0216
CIE-Lab52.226278.77796.5014

#f01575 color RGB value is (240,21,117).

#f01575 hex color red value is 240, green value is 21 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #f01575 hue: 0.93 , saturation: 0.88 and the lightness value of f01575 is 0.51.

The process color (four color CMYK) of #f01575 color hex is 0.00, 0.91, 0.51, 0.06. Web safe color of #f01575 is #ff0066. Color #f01575 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010101 01110101
Octal 360 25 165
Decimal 240 21 117
Hex F0 15 75

RGB Percentages of Color #f01575

%63.49
%5.56
%30.95

CMYK Percentages of Color #f01575

%0
%91
%51
%6

Triadic Colors of #f01575

#f01575 #75f015 #1575f0

Analogous Colors of #f01575

#f01575 #f02315 #f015e3

Monochromatic Colors of #f01575

#f01575

Complementary Color

#f01575 #15f090

#f01575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01575 Color CSS Codes

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

#f01575 Text Font Color

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

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


#f01575 Background Color

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

This div background color is #f01575


#f01575 Border Color

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

This div border color is #f01575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01575


Comments

No comments written yet.

Please login to write comment.