Color Hex Logo

#f10035 Color Hex

#F10035
(241,0,53)
0 Favorites   0 Comments

Color spaces of #f10035

RGB 241053
HSL0.961.000.47
HSV347°100°95°
CMYK 0.001.000.78   0.05
XYZ36.918218.95785.0816
Yxy18.95780.60560.3110
Hunter Lab43.540675.154823.5587
CIE-Lab50.637877.581442.8854

#f10035 color RGB value is (241,0,53).

#f10035 hex color red value is 241, green value is 0 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #f10035 hue: 0.96 , saturation: 1.00 and the lightness value of f10035 is 0.47.

The process color (four color CMYK) of #f10035 color hex is 0.00, 1.00, 0.78, 0.05. Web safe color of #f10035 is #ff0033. Color #f10035 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00000000 00110101
Octal 361 0 65
Decimal 241 0 53
Hex F1 0 35

RGB Percentages of Color #f10035

%81.97
%0.00
%18.03

CMYK Percentages of Color #f10035

%0
%100
%78
%5

Triadic Colors of #f10035

#f10035 #35f100 #0035f1

Analogous Colors of #f10035

#f10035 #f14400 #f100ae

Monochromatic Colors of #f10035

#f10035

Complementary Color

#f10035 #00f1bc

#f10035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f10035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f10035 Color CSS Codes

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

#f10035 Text Font Color

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

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


#f10035 Background Color

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

This div background color is #f10035


#f10035 Border Color

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

This div border color is #f10035


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,0,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f10035; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f10035;
  -webkit-box-shadow: 1px 1px 3px 2px #f10035;
  box-shadow:         1px 1px 3px 2px #f10035; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,0,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f10035


Comments

No comments written yet.

Please login to write comment.