Color spaces of #f69ff1
RGB | 246 | 159 | 241 |
---|---|---|---|
HSL | 0.84 | 0.83 | 0.79 |
HSV | 303° | 35° | 96° |
CMYK | 0.00 | 0.35 | 0.02 0.04 |
XYZ | 66.2814 | 50.7400 | 89.5195 |
Yxy | 50.7400 | 0.3209 | 0.2457 |
Hunter Lab | 71.2320 | 41.4382 | -24.6492 |
CIE-Lab | 76.5212 | 44.5934 | -27.8430 |
#f69ff1 color RGB value is (246,159,241).
#f69ff1 hex color red value is 246, green value is 159 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #f69ff1 hue: 0.84 , saturation: 0.83 and the lightness value of f69ff1 is 0.79.
The process color (four color CMYK) of #f69ff1 color hex is 0.00, 0.35, 0.02, 0.04. Web safe color of #f69ff1 is #ff99ff. Color #f69ff1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 10011111 | 11110001 |
Octal | 366 | 237 | 361 |
Decimal | 246 | 159 | 241 |
Hex | F6 | 9F | F1 |
Shades of #f69ff1
Tints of #f69ff1
RGB Percentages of Color #f69ff1
CMYK Percentages of Color #f69ff1
Complementary Color
#f69ff1 | #9ff6a4 |
#f69ff1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f69ff1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f69ff1 Color CSS Codes
.mybgcolor {background-color:#f69ff1; } .myforecolor {color:#f69ff1; } .mybordercolor {border:3px solid #f69ff1; }
#f69ff1 Text Font Color
<p style="color:#f69ff1">Text here</p>
This sample text font color is #f69ff1
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.
#f69ff1 Background Color
<div style="background-color:#f69ff1">
Div content here</div>
This div background color is #f69ff1
#f69ff1 Border Color
<div style="border:3px solid #f69ff1">
Div here</div>
This div border color is #f69ff1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,159,241, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f69ff1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f69ff1; -webkit-box-shadow: 1px 1px 3px 2px #f69ff1; box-shadow: 1px 1px 3px 2px #f69ff1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,159,241, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f69ff1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f69ff1; -webkit-box-shadow: 1px 1px 3px 2px #f69ff1; box-shadow: 1px 1px 3px 2px #f69ff1;">
Div content here</div>
This div box has shadow with color #f69ff1
Comments
No comments written yet.
Please login to write comment.