Color spaces of #f210da
RGB | 242 | 16 | 218 |
---|---|---|---|
HSL | 0.85 | 0.90 | 0.51 |
HSV | 306° | 93° | 95° |
CMYK | 0.00 | 0.93 | 0.10 0.05 |
XYZ | 49.4581 | 24.3098 | 68.4152 |
Yxy | 24.3098 | 0.3478 | 0.1710 |
Hunter Lab | 49.3050 | 92.7707 | -47.7569 |
CIE-Lab | 56.3966 | 90.1093 | -46.4796 |
#f210da color RGB value is (242,16,218).
#f210da hex color red value is 242, green value is 16 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f210da hue: 0.85 , saturation: 0.90 and the lightness value of f210da is 0.51.
The process color (four color CMYK) of #f210da color hex is 0.00, 0.93, 0.10, 0.05. Web safe color of #f210da is #ff00cc. Color #f210da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 00010000 | 11011010 |
Octal | 362 | 20 | 332 |
Decimal | 242 | 16 | 218 |
Hex | F2 | 10 | DA |
Shades of #f210da
Tints of #f210da
RGB Percentages of Color #f210da
CMYK Percentages of Color #f210da
Complementary Color
#f210da | #10f228 |
#f210da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f210da Color Preview on White Background
Lorem ipsum dolor sit amet.
#f210da Color CSS Codes
.mybgcolor {background-color:#f210da; } .myforecolor {color:#f210da; } .mybordercolor {border:3px solid #f210da; }
#f210da Text Font Color
<p style="color:#f210da">Text here</p>
This sample text font color is #f210da
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.
#f210da Background Color
<div style="background-color:#f210da">
Div content here</div>
This div background color is #f210da
#f210da Border Color
<div style="border:3px solid #f210da">
Div here</div>
This div border color is #f210da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,16,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f210da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f210da; -webkit-box-shadow: 1px 1px 3px 2px #f210da; box-shadow: 1px 1px 3px 2px #f210da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,16,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f210da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f210da; -webkit-box-shadow: 1px 1px 3px 2px #f210da; box-shadow: 1px 1px 3px 2px #f210da;">
Div content here</div>
This div box has shadow with color #f210da
Comments
No comments written yet.
Please login to write comment.