Color spaces of #f121cf
RGB | 241 | 33 | 207 |
---|---|---|---|
HSL | 0.86 | 0.88 | 0.54 |
HSV | 310° | 86° | 95° |
CMYK | 0.00 | 0.86 | 0.14 0.05 |
XYZ | 48.0820 | 24.2935 | 61.1864 |
Yxy | 24.2935 | 0.3600 | 0.1819 |
Hunter Lab | 49.2884 | 87.8761 | -39.1004 |
CIE-Lab | 56.3805 | 86.4141 | -40.2483 |
#f121cf color RGB value is (241,33,207).
#f121cf hex color red value is 241, green value is 33 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f121cf hue: 0.86 , saturation: 0.88 and the lightness value of f121cf is 0.54.
The process color (four color CMYK) of #f121cf color hex is 0.00, 0.86, 0.14, 0.05. Web safe color of #f121cf is #ff33cc. Color #f121cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 00100001 | 11001111 |
Octal | 361 | 41 | 317 |
Decimal | 241 | 33 | 207 |
Hex | F1 | 21 | CF |
Shades of #f121cf
Tints of #f121cf
RGB Percentages of Color #f121cf
CMYK Percentages of Color #f121cf
Complementary Color
#f121cf | #21f143 |
#f121cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f121cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f121cf Color CSS Codes
.mybgcolor {background-color:#f121cf; } .myforecolor {color:#f121cf; } .mybordercolor {border:3px solid #f121cf; }
#f121cf Text Font Color
<p style="color:#f121cf">Text here</p>
This sample text font color is #f121cf
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.
#f121cf Background Color
<div style="background-color:#f121cf">
Div content here</div>
This div background color is #f121cf
#f121cf Border Color
<div style="border:3px solid #f121cf">
Div here</div>
This div border color is #f121cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,33,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f121cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f121cf; -webkit-box-shadow: 1px 1px 3px 2px #f121cf; box-shadow: 1px 1px 3px 2px #f121cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,33,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f121cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f121cf; -webkit-box-shadow: 1px 1px 3px 2px #f121cf; box-shadow: 1px 1px 3px 2px #f121cf;">
Div content here</div>
This div box has shadow with color #f121cf
Comments
No comments written yet.
Please login to write comment.