Color spaces of #f490fb
RGB | 244 | 144 | 251 |
---|---|---|---|
HSL | 0.82 | 0.93 | 0.77 |
HSV | 296° | 43° | 98° |
CMYK | 0.03 | 0.43 | 0.00 0.02 |
XYZ | 64.6941 | 46.1446 | 96.7638 |
Yxy | 46.1446 | 0.3116 | 0.2223 |
Hunter Lab | 67.9298 | 51.1203 | -36.9058 |
CIE-Lab | 73.6393 | 53.4477 | -37.7355 |
#f490fb color RGB value is (244,144,251).
#f490fb hex color red value is 244, green value is 144 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f490fb hue: 0.82 , saturation: 0.93 and the lightness value of f490fb is 0.77.
The process color (four color CMYK) of #f490fb color hex is 0.03, 0.43, 0.00, 0.02. Web safe color of #f490fb is #ff99ff. Color #f490fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 10010000 | 11111011 |
Octal | 364 | 220 | 373 |
Decimal | 244 | 144 | 251 |
Hex | F4 | 90 | FB |
Shades of #f490fb
Tints of #f490fb
RGB Percentages of Color #f490fb
CMYK Percentages of Color #f490fb
Complementary Color
#f490fb | #97fb90 |
#f490fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f490fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f490fb Color CSS Codes
.mybgcolor {background-color:#f490fb; } .myforecolor {color:#f490fb; } .mybordercolor {border:3px solid #f490fb; }
#f490fb Text Font Color
<p style="color:#f490fb">Text here</p>
This sample text font color is #f490fb
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.
#f490fb Background Color
<div style="background-color:#f490fb">
Div content here</div>
This div background color is #f490fb
#f490fb Border Color
<div style="border:3px solid #f490fb">
Div here</div>
This div border color is #f490fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,144,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f490fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f490fb; -webkit-box-shadow: 1px 1px 3px 2px #f490fb; box-shadow: 1px 1px 3px 2px #f490fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,144,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f490fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f490fb; -webkit-box-shadow: 1px 1px 3px 2px #f490fb; box-shadow: 1px 1px 3px 2px #f490fb;">
Div content here</div>
This div box has shadow with color #f490fb
Comments
No comments written yet.
Please login to write comment.