Color spaces of #f16dcd
RGB | 241 | 109 | 205 |
---|---|---|---|
HSL | 0.88 | 0.83 | 0.69 |
HSV | 316° | 55° | 95° |
CMYK | 0.00 | 0.55 | 0.15 0.05 |
XYZ | 52.7637 | 34.0458 | 61.5482 |
Yxy | 34.0458 | 0.3557 | 0.2295 |
Hunter Lab | 58.3488 | 59.3038 | -21.6969 |
CIE-Lab | 64.9989 | 61.7978 | -25.7135 |
#f16dcd color RGB value is (241,109,205).
#f16dcd hex color red value is 241, green value is 109 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f16dcd hue: 0.88 , saturation: 0.83 and the lightness value of f16dcd is 0.69.
The process color (four color CMYK) of #f16dcd color hex is 0.00, 0.55, 0.15, 0.05. Web safe color of #f16dcd is #ff66cc. Color #f16dcd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 01101101 | 11001101 |
Octal | 361 | 155 | 315 |
Decimal | 241 | 109 | 205 |
Hex | F1 | 6D | CD |
Shades of #f16dcd
Tints of #f16dcd
RGB Percentages of Color #f16dcd
CMYK Percentages of Color #f16dcd
Complementary Color
#f16dcd | #6df191 |
#f16dcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f16dcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f16dcd Color CSS Codes
.mybgcolor {background-color:#f16dcd; } .myforecolor {color:#f16dcd; } .mybordercolor {border:3px solid #f16dcd; }
#f16dcd Text Font Color
<p style="color:#f16dcd">Text here</p>
This sample text font color is #f16dcd
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.
#f16dcd Background Color
<div style="background-color:#f16dcd">
Div content here</div>
This div background color is #f16dcd
#f16dcd Border Color
<div style="border:3px solid #f16dcd">
Div here</div>
This div border color is #f16dcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,109,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f16dcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f16dcd; -webkit-box-shadow: 1px 1px 3px 2px #f16dcd; box-shadow: 1px 1px 3px 2px #f16dcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,109,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f16dcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f16dcd; -webkit-box-shadow: 1px 1px 3px 2px #f16dcd; box-shadow: 1px 1px 3px 2px #f16dcd;">
Div content here</div>
This div box has shadow with color #f16dcd
Comments
No comments written yet.
Please login to write comment.