Color spaces of #f262be
RGB | 242 | 98 | 190 |
---|---|---|---|
HSL | 0.89 | 0.85 | 0.67 |
HSV | 322° | 60° | 95° |
CMYK | 0.00 | 0.60 | 0.21 0.05 |
XYZ | 50.2799 | 31.3303 | 52.1125 |
Yxy | 31.3303 | 0.3760 | 0.2343 |
Hunter Lab | 55.9735 | 62.3895 | -16.0188 |
CIE-Lab | 62.7855 | 64.7865 | -20.6064 |
#f262be color RGB value is (242,98,190).
#f262be hex color red value is 242, green value is 98 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f262be hue: 0.89 , saturation: 0.85 and the lightness value of f262be is 0.67.
The process color (four color CMYK) of #f262be color hex is 0.00, 0.60, 0.21, 0.05. Web safe color of #f262be is #ff66cc. Color #f262be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 01100010 | 10111110 |
Octal | 362 | 142 | 276 |
Decimal | 242 | 98 | 190 |
Hex | F2 | 62 | BE |
Shades of #f262be
Tints of #f262be
RGB Percentages of Color #f262be
CMYK Percentages of Color #f262be
Complementary Color
#f262be | #62f296 |
#f262be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f262be Color Preview on White Background
Lorem ipsum dolor sit amet.
#f262be Color CSS Codes
.mybgcolor {background-color:#f262be; } .myforecolor {color:#f262be; } .mybordercolor {border:3px solid #f262be; }
#f262be Text Font Color
<p style="color:#f262be">Text here</p>
This sample text font color is #f262be
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.
#f262be Background Color
<div style="background-color:#f262be">
Div content here</div>
This div background color is #f262be
#f262be Border Color
<div style="border:3px solid #f262be">
Div here</div>
This div border color is #f262be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,98,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f262be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f262be; -webkit-box-shadow: 1px 1px 3px 2px #f262be; box-shadow: 1px 1px 3px 2px #f262be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,98,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f262be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f262be; -webkit-box-shadow: 1px 1px 3px 2px #f262be; box-shadow: 1px 1px 3px 2px #f262be;">
Div content here</div>
This div box has shadow with color #f262be
Comments
No comments written yet.
Please login to write comment.