Color spaces of #f969ee
RGB | 249 | 105 | 238 |
---|---|---|---|
HSL | 0.85 | 0.92 | 0.69 |
HSV | 305° | 58° | 98° |
CMYK | 0.00 | 0.58 | 0.04 0.02 |
XYZ | 59.5511 | 36.4159 | 84.7792 |
Yxy | 36.4159 | 0.3295 | 0.2015 |
Hunter Lab | 60.3456 | 70.5452 | -41.0543 |
CIE-Lab | 66.8365 | 70.7918 | -41.1736 |
#f969ee color RGB value is (249,105,238).
#f969ee hex color red value is 249, green value is 105 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f969ee hue: 0.85 , saturation: 0.92 and the lightness value of f969ee is 0.69.
The process color (four color CMYK) of #f969ee color hex is 0.00, 0.58, 0.04, 0.02. Web safe color of #f969ee is #ff66ff. Color #f969ee contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01101001 | 11101110 |
Octal | 371 | 151 | 356 |
Decimal | 249 | 105 | 238 |
Hex | F9 | 69 | EE |
Shades of #f969ee
Tints of #f969ee
RGB Percentages of Color #f969ee
CMYK Percentages of Color #f969ee
Complementary Color
#f969ee | #69f974 |
#f969ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f969ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#f969ee Color CSS Codes
.mybgcolor {background-color:#f969ee; } .myforecolor {color:#f969ee; } .mybordercolor {border:3px solid #f969ee; }
#f969ee Text Font Color
<p style="color:#f969ee">Text here</p>
This sample text font color is #f969ee
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.
#f969ee Background Color
<div style="background-color:#f969ee">
Div content here</div>
This div background color is #f969ee
#f969ee Border Color
<div style="border:3px solid #f969ee">
Div here</div>
This div border color is #f969ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,105,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f969ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f969ee; -webkit-box-shadow: 1px 1px 3px 2px #f969ee; box-shadow: 1px 1px 3px 2px #f969ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,105,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f969ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f969ee; -webkit-box-shadow: 1px 1px 3px 2px #f969ee; box-shadow: 1px 1px 3px 2px #f969ee;">
Div content here</div>
This div box has shadow with color #f969ee
Comments
No comments written yet.
Please login to write comment.