Color spaces of #f26dbf
RGB | 242 | 109 | 191 |
---|---|---|---|
HSL | 0.90 | 0.84 | 0.69 |
HSV | 323° | 55° | 95° |
CMYK | 0.00 | 0.55 | 0.21 0.05 |
XYZ | 51.4906 | 33.5761 | 53.0572 |
Yxy | 33.5761 | 0.3728 | 0.2431 |
Hunter Lab | 57.9449 | 57.2139 | -13.7274 |
CIE-Lab | 64.6247 | 60.0788 | -18.3750 |
#f26dbf color RGB value is (242,109,191).
#f26dbf hex color red value is 242, green value is 109 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f26dbf hue: 0.90 , saturation: 0.84 and the lightness value of f26dbf is 0.69.
The process color (four color CMYK) of #f26dbf color hex is 0.00, 0.55, 0.21, 0.05. Web safe color of #f26dbf is #ff66cc. Color #f26dbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 01101101 | 10111111 |
Octal | 362 | 155 | 277 |
Decimal | 242 | 109 | 191 |
Hex | F2 | 6D | BF |
Shades of #f26dbf
Tints of #f26dbf
RGB Percentages of Color #f26dbf
CMYK Percentages of Color #f26dbf
Complementary Color
#f26dbf | #6df2a0 |
#f26dbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f26dbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f26dbf Color CSS Codes
.mybgcolor {background-color:#f26dbf; } .myforecolor {color:#f26dbf; } .mybordercolor {border:3px solid #f26dbf; }
#f26dbf Text Font Color
<p style="color:#f26dbf">Text here</p>
This sample text font color is #f26dbf
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.
#f26dbf Background Color
<div style="background-color:#f26dbf">
Div content here</div>
This div background color is #f26dbf
#f26dbf Border Color
<div style="border:3px solid #f26dbf">
Div here</div>
This div border color is #f26dbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,109,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f26dbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f26dbf; -webkit-box-shadow: 1px 1px 3px 2px #f26dbf; box-shadow: 1px 1px 3px 2px #f26dbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,109,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f26dbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f26dbf; -webkit-box-shadow: 1px 1px 3px 2px #f26dbf; box-shadow: 1px 1px 3px 2px #f26dbf;">
Div content here</div>
This div box has shadow with color #f26dbf
Comments
No comments written yet.
Please login to write comment.