Color spaces of #f13dcf
RGB | 241 | 61 | 207 |
---|---|---|---|
HSL | 0.86 | 0.87 | 0.59 |
HSV | 311° | 75° | 95° |
CMYK | 0.00 | 0.75 | 0.14 0.05 |
XYZ | 49.2069 | 26.5433 | 61.5614 |
Yxy | 26.5433 | 0.3584 | 0.1933 |
Hunter Lab | 51.5202 | 80.3249 | -34.7814 |
CIE-Lab | 58.5492 | 80.1491 | -36.8456 |
#f13dcf color RGB value is (241,61,207).
#f13dcf hex color red value is 241, green value is 61 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f13dcf hue: 0.86 , saturation: 0.87 and the lightness value of f13dcf is 0.59.
The process color (four color CMYK) of #f13dcf color hex is 0.00, 0.75, 0.14, 0.05. Web safe color of #f13dcf is #ff33cc. Color #f13dcf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 00111101 | 11001111 |
Octal | 361 | 75 | 317 |
Decimal | 241 | 61 | 207 |
Hex | F1 | 3D | CF |
Shades of #f13dcf
Tints of #f13dcf
RGB Percentages of Color #f13dcf
CMYK Percentages of Color #f13dcf
Complementary Color
#f13dcf | #3df15f |
#f13dcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f13dcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f13dcf Color CSS Codes
.mybgcolor {background-color:#f13dcf; } .myforecolor {color:#f13dcf; } .mybordercolor {border:3px solid #f13dcf; }
#f13dcf Text Font Color
<p style="color:#f13dcf">Text here</p>
This sample text font color is #f13dcf
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.
#f13dcf Background Color
<div style="background-color:#f13dcf">
Div content here</div>
This div background color is #f13dcf
#f13dcf Border Color
<div style="border:3px solid #f13dcf">
Div here</div>
This div border color is #f13dcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,61,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f13dcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f13dcf; -webkit-box-shadow: 1px 1px 3px 2px #f13dcf; box-shadow: 1px 1px 3px 2px #f13dcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,61,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 #f13dcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f13dcf; -webkit-box-shadow: 1px 1px 3px 2px #f13dcf; box-shadow: 1px 1px 3px 2px #f13dcf;">
Div content here</div>
This div box has shadow with color #f13dcf
Comments
No comments written yet.
Please login to write comment.