Color spaces of #f147de
RGB | 241 | 71 | 222 |
---|---|---|---|
HSL | 0.85 | 0.86 | 0.61 |
HSV | 307° | 71° | 95° |
CMYK | 0.00 | 0.71 | 0.08 0.05 |
XYZ | 51.7137 | 28.4812 | 71.8790 |
Yxy | 28.4812 | 0.3401 | 0.1873 |
Hunter Lab | 53.3678 | 79.5740 | -42.4980 |
CIE-Lab | 60.3210 | 79.2171 | -42.5569 |
#f147de color RGB value is (241,71,222).
#f147de hex color red value is 241, green value is 71 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f147de hue: 0.85 , saturation: 0.86 and the lightness value of f147de is 0.61.
The process color (four color CMYK) of #f147de color hex is 0.00, 0.71, 0.08, 0.05. Web safe color of #f147de is #ff33cc. Color #f147de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 01000111 | 11011110 |
Octal | 361 | 107 | 336 |
Decimal | 241 | 71 | 222 |
Hex | F1 | 47 | DE |
Shades of #f147de
Tints of #f147de
RGB Percentages of Color #f147de
CMYK Percentages of Color #f147de
Complementary Color
#f147de | #47f15a |
#f147de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f147de Color Preview on White Background
Lorem ipsum dolor sit amet.
#f147de Color CSS Codes
.mybgcolor {background-color:#f147de; } .myforecolor {color:#f147de; } .mybordercolor {border:3px solid #f147de; }
#f147de Text Font Color
<p style="color:#f147de">Text here</p>
This sample text font color is #f147de
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.
#f147de Background Color
<div style="background-color:#f147de">
Div content here</div>
This div background color is #f147de
#f147de Border Color
<div style="border:3px solid #f147de">
Div here</div>
This div border color is #f147de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,71,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f147de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f147de; -webkit-box-shadow: 1px 1px 3px 2px #f147de; box-shadow: 1px 1px 3px 2px #f147de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,71,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f147de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f147de; -webkit-box-shadow: 1px 1px 3px 2px #f147de; box-shadow: 1px 1px 3px 2px #f147de;">
Div content here</div>
This div box has shadow with color #f147de
Comments
No comments written yet.
Please login to write comment.