Color spaces of #f09fff
RGB | 240 | 159 | 255 |
---|---|---|---|
HSL | 0.81 | 1.00 | 0.81 |
HSV | 291° | 38° | 100° |
CMYK | 0.06 | 0.38 | 0.00 0.00 |
XYZ | 66.3833 | 50.5415 | 100.8645 |
Yxy | 50.5415 | 0.3048 | 0.2321 |
Hunter Lab | 71.0925 | 42.2640 | -34.3545 |
CIE-Lab | 76.4004 | 45.3413 | -35.6536 |
#f09fff color RGB value is (240,159,255).
#f09fff hex color red value is 240, green value is 159 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f09fff hue: 0.81 , saturation: 1.00 and the lightness value of f09fff is 0.81.
The process color (four color CMYK) of #f09fff color hex is 0.06, 0.38, 0.00, 0.00. Web safe color of #f09fff is #ff99ff. Color #f09fff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 10011111 | 11111111 |
Octal | 360 | 237 | 377 |
Decimal | 240 | 159 | 255 |
Hex | F0 | 9F | FF |
Shades of #f09fff
Tints of #f09fff
RGB Percentages of Color #f09fff
CMYK Percentages of Color #f09fff
Complementary Color
#f09fff | #aeff9f |
#f09fff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f09fff Color Preview on White Background
Lorem ipsum dolor sit amet.
#f09fff Color CSS Codes
.mybgcolor {background-color:#f09fff; } .myforecolor {color:#f09fff; } .mybordercolor {border:3px solid #f09fff; }
#f09fff Text Font Color
<p style="color:#f09fff">Text here</p>
This sample text font color is #f09fff
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.
#f09fff Background Color
<div style="background-color:#f09fff">
Div content here</div>
This div background color is #f09fff
#f09fff Border Color
<div style="border:3px solid #f09fff">
Div here</div>
This div border color is #f09fff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,159,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f09fff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f09fff; -webkit-box-shadow: 1px 1px 3px 2px #f09fff; box-shadow: 1px 1px 3px 2px #f09fff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,159,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f09fff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f09fff; -webkit-box-shadow: 1px 1px 3px 2px #f09fff; box-shadow: 1px 1px 3px 2px #f09fff;">
Div content here</div>
This div box has shadow with color #f09fff
Comments
No comments written yet.
Please login to write comment.