color codes Logo

#fd114a color codes

#FD114A
(253,17,74)
0 Favorites   0 Comments

Color spaces of #fd114a

RGB 2531774
HSL0.960.980.53
HSV346°93°99°
CMYK 0.000.930.71   0.01
XYZ41.944521.77808.4714
Yxy21.77800.58100.3017
Hunter Lab46.666978.769821.9040
CIE-Lab53.790779.848434.9476

#fd114a color RGB value is (253,17,74).

#fd114a hex color red value is 253, green value is 17 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fd114a hue: 0.96 , saturation: 0.98 and the lightness value of fd114a is 0.53.

The process color (four color CMYK) of #fd114a color code is 0.00, 0.93, 0.71, 0.01. Web safe color of #fd114a is #ff0033. Color #fd114a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010001 01001010
Octal 375 21 112
Decimal 253 17 74
Hex FD 11 4A

RGB Percentages of Color #fd114a

%73.55
%4.94
%21.51

CMYK Percentages of Color #fd114a

%0
%93
%71
%1

Triadic Colors of #fd114a

#fd114a #4afd11 #114afd

Analogous Colors of #fd114a

#fd114a #fd4e11 #fd11c0

Monochromatic Colors of #fd114a

#fd114a

Complementary Color

#fd114a #11fdc4

#fd114a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd114a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd114a Color CSS Codes

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

#fd114a Text Font Color

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

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


#fd114a Background Color

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

This div background color is #fd114a


#fd114a Border Color

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

This div border color is #fd114a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,17,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd114a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd114a;
  -webkit-box-shadow: 1px 1px 3px 2px #fd114a;
  box-shadow:         1px 1px 3px 2px #fd114a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,17,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd114a

Related Colors


Comments

No comments written yet.

Please login to write comment.