Color spaces of #f42767
RGB | 244 | 39 | 103 |
---|---|---|---|
HSL | 0.95 | 0.90 | 0.55 |
HSV | 341° | 84° | 96° |
CMYK | 0.00 | 0.84 | 0.58 0.04 |
XYZ | 40.4819 | 21.6634 | 14.8798 |
Yxy | 21.6634 | 0.5256 | 0.2813 |
Hunter Lab | 46.5440 | 73.7996 | 13.6261 |
CIE-Lab | 53.6680 | 75.8999 | 17.1003 |
#f42767 color RGB value is (244,39,103).
#f42767 hex color red value is 244, green value is 39 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #f42767 hue: 0.95 , saturation: 0.90 and the lightness value of f42767 is 0.55.
The process color (four color CMYK) of #f42767 color hex is 0.00, 0.84, 0.58, 0.04. Web safe color of #f42767 is #ff3366. Color #f42767 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 00100111 | 01100111 |
Octal | 364 | 47 | 147 |
Decimal | 244 | 39 | 103 |
Hex | F4 | 27 | 67 |
Shades of #f42767
Tints of #f42767
RGB Percentages of Color #f42767
CMYK Percentages of Color #f42767
Complementary Color
#f42767 | #27f4b4 |
#f42767 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f42767 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f42767 Color CSS Codes
.mybgcolor {background-color:#f42767; } .myforecolor {color:#f42767; } .mybordercolor {border:3px solid #f42767; }
#f42767 Text Font Color
<p style="color:#f42767">Text here</p>
This sample text font color is #f42767
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.
#f42767 Background Color
<div style="background-color:#f42767">
Div content here</div>
This div background color is #f42767
#f42767 Border Color
<div style="border:3px solid #f42767">
Div here</div>
This div border color is #f42767
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,39,103, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f42767; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f42767; -webkit-box-shadow: 1px 1px 3px 2px #f42767; box-shadow: 1px 1px 3px 2px #f42767; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,39,103, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f42767">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f42767; -webkit-box-shadow: 1px 1px 3px 2px #f42767; box-shadow: 1px 1px 3px 2px #f42767;">
Div content here</div>
This div box has shadow with color #f42767
Comments
No comments written yet.
Please login to write comment.