Color spaces of #fc118a
RGB | 252 | 17 | 138 |
---|---|---|---|
HSL | 0.91 | 0.98 | 0.53 |
HSV | 329° | 93° | 99° |
CMYK | 0.00 | 0.93 | 0.45 0.01 |
XYZ | 44.9328 | 22.9313 | 26.1027 |
Yxy | 22.9313 | 0.4782 | 0.2440 |
Hunter Lab | 47.8866 | 83.6878 | 1.2020 |
CIE-Lab | 55.0015 | 83.4628 | -1.8266 |
#fc118a color RGB value is (252,17,138).
#fc118a hex color red value is 252, green value is 17 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fc118a hue: 0.91 , saturation: 0.98 and the lightness value of fc118a is 0.53.
The process color (four color CMYK) of #fc118a color hex is 0.00, 0.93, 0.45, 0.01. Web safe color of #fc118a is #ff0099. Color #fc118a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00010001 | 10001010 |
Octal | 374 | 21 | 212 |
Decimal | 252 | 17 | 138 |
Hex | FC | 11 | 8A |
Shades of #fc118a
Tints of #fc118a
RGB Percentages of Color #fc118a
CMYK Percentages of Color #fc118a
Complementary Color
#fc118a | #11fc83 |
#fc118a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc118a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc118a Color CSS Codes
.mybgcolor {background-color:#fc118a; } .myforecolor {color:#fc118a; } .mybordercolor {border:3px solid #fc118a; }
#fc118a Text Font Color
<p style="color:#fc118a">Text here</p>
This sample text font color is #fc118a
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.
#fc118a Background Color
<div style="background-color:#fc118a">
Div content here</div>
This div background color is #fc118a
#fc118a Border Color
<div style="border:3px solid #fc118a">
Div here</div>
This div border color is #fc118a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,17,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc118a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc118a; -webkit-box-shadow: 1px 1px 3px 2px #fc118a; box-shadow: 1px 1px 3px 2px #fc118a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,17,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc118a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc118a; -webkit-box-shadow: 1px 1px 3px 2px #fc118a; box-shadow: 1px 1px 3px 2px #fc118a;">
Div content here</div>
This div box has shadow with color #fc118a
Comments
No comments written yet.
Please login to write comment.