Color spaces of #f21baf
RGB | 242 | 27 | 175 |
---|---|---|---|
HSL | 0.89 | 0.89 | 0.53 |
HSV | 319° | 89° | 95° |
CMYK | 0.00 | 0.89 | 0.28 0.05 |
XYZ | 44.7477 | 22.7563 | 42.5914 |
Yxy | 22.7563 | 0.4064 | 0.2067 |
Hunter Lab | 47.7036 | 83.9583 | -19.5437 |
CIE-Lab | 54.8204 | 83.7077 | -24.1642 |
#f21baf color RGB value is (242,27,175).
#f21baf hex color red value is 242, green value is 27 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f21baf hue: 0.89 , saturation: 0.89 and the lightness value of f21baf is 0.53.
The process color (four color CMYK) of #f21baf color hex is 0.00, 0.89, 0.28, 0.05. Web safe color of #f21baf is #ff3399. Color #f21baf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 00011011 | 10101111 |
Octal | 362 | 33 | 257 |
Decimal | 242 | 27 | 175 |
Hex | F2 | 1B | AF |
Shades of #f21baf
Tints of #f21baf
RGB Percentages of Color #f21baf
CMYK Percentages of Color #f21baf
Complementary Color
#f21baf | #1bf25e |
#f21baf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f21baf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f21baf Color CSS Codes
.mybgcolor {background-color:#f21baf; } .myforecolor {color:#f21baf; } .mybordercolor {border:3px solid #f21baf; }
#f21baf Text Font Color
<p style="color:#f21baf">Text here</p>
This sample text font color is #f21baf
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.
#f21baf Background Color
<div style="background-color:#f21baf">
Div content here</div>
This div background color is #f21baf
#f21baf Border Color
<div style="border:3px solid #f21baf">
Div here</div>
This div border color is #f21baf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,27,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f21baf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f21baf; -webkit-box-shadow: 1px 1px 3px 2px #f21baf; box-shadow: 1px 1px 3px 2px #f21baf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,27,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f21baf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f21baf; -webkit-box-shadow: 1px 1px 3px 2px #f21baf; box-shadow: 1px 1px 3px 2px #f21baf;">
Div content here</div>
This div box has shadow with color #f21baf
Comments
No comments written yet.
Please login to write comment.