Color spaces of #f621cb
RGB | 246 | 33 | 203 |
---|---|---|---|
HSL | 0.87 | 0.92 | 0.55 |
HSV | 312° | 87° | 96° |
CMYK | 0.00 | 0.87 | 0.17 0.04 |
XYZ | 49.3294 | 24.9923 | 58.7240 |
Yxy | 24.9923 | 0.3708 | 0.1878 |
Hunter Lab | 49.9923 | 88.6466 | -34.6510 |
CIE-Lab | 57.0679 | 86.8668 | -36.8186 |
#f621cb color RGB value is (246,33,203).
#f621cb hex color red value is 246, green value is 33 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f621cb hue: 0.87 , saturation: 0.92 and the lightness value of f621cb is 0.55.
The process color (four color CMYK) of #f621cb color hex is 0.00, 0.87, 0.17, 0.04. Web safe color of #f621cb is #ff33cc. Color #f621cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 00100001 | 11001011 |
Octal | 366 | 41 | 313 |
Decimal | 246 | 33 | 203 |
Hex | F6 | 21 | CB |
Shades of #f621cb
Tints of #f621cb
RGB Percentages of Color #f621cb
CMYK Percentages of Color #f621cb
Complementary Color
#f621cb | #21f64c |
#f621cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f621cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f621cb Color CSS Codes
.mybgcolor {background-color:#f621cb; } .myforecolor {color:#f621cb; } .mybordercolor {border:3px solid #f621cb; }
#f621cb Text Font Color
<p style="color:#f621cb">Text here</p>
This sample text font color is #f621cb
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.
#f621cb Background Color
<div style="background-color:#f621cb">
Div content here</div>
This div background color is #f621cb
#f621cb Border Color
<div style="border:3px solid #f621cb">
Div here</div>
This div border color is #f621cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,33,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f621cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f621cb; -webkit-box-shadow: 1px 1px 3px 2px #f621cb; box-shadow: 1px 1px 3px 2px #f621cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,33,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f621cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f621cb; -webkit-box-shadow: 1px 1px 3px 2px #f621cb; box-shadow: 1px 1px 3px 2px #f621cb;">
Div content here</div>
This div box has shadow with color #f621cb
Comments
No comments written yet.
Please login to write comment.