Color spaces of #f20aca
RGB | 242 | 10 | 202 |
---|---|---|---|
HSL | 0.86 | 0.92 | 0.49 |
HSV | 310° | 96° | 95° |
CMYK | 0.00 | 0.96 | 0.17 0.05 |
XYZ | 47.3872 | 23.3586 | 57.8882 |
Yxy | 23.3586 | 0.3684 | 0.1816 |
Hunter Lab | 48.3307 | 90.4365 | -37.1832 |
CIE-Lab | 55.4398 | 88.5403 | -38.8497 |
#f20aca color RGB value is (242,10,202).
#f20aca hex color red value is 242, green value is 10 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f20aca hue: 0.86 , saturation: 0.92 and the lightness value of f20aca is 0.49.
The process color (four color CMYK) of #f20aca color hex is 0.00, 0.96, 0.17, 0.05. Web safe color of #f20aca is #ff00cc. Color #f20aca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 00001010 | 11001010 |
Octal | 362 | 12 | 312 |
Decimal | 242 | 10 | 202 |
Hex | F2 | A | CA |
Shades of #f20aca
Tints of #f20aca
RGB Percentages of Color #f20aca
CMYK Percentages of Color #f20aca
Complementary Color
#f20aca | #0af232 |
#f20aca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f20aca Color Preview on White Background
Lorem ipsum dolor sit amet.
#f20aca Color CSS Codes
.mybgcolor {background-color:#f20aca; } .myforecolor {color:#f20aca; } .mybordercolor {border:3px solid #f20aca; }
#f20aca Text Font Color
<p style="color:#f20aca">Text here</p>
This sample text font color is #f20aca
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.
#f20aca Background Color
<div style="background-color:#f20aca">
Div content here</div>
This div background color is #f20aca
#f20aca Border Color
<div style="border:3px solid #f20aca">
Div here</div>
This div border color is #f20aca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,10,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f20aca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f20aca; -webkit-box-shadow: 1px 1px 3px 2px #f20aca; box-shadow: 1px 1px 3px 2px #f20aca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,10,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f20aca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f20aca; -webkit-box-shadow: 1px 1px 3px 2px #f20aca; box-shadow: 1px 1px 3px 2px #f20aca;">
Div content here</div>
This div box has shadow with color #f20aca
Comments
No comments written yet.
Please login to write comment.