Color spaces of #f2477b
RGB | 242 | 71 | 123 |
---|---|---|---|
HSL | 0.95 | 0.87 | 0.61 |
HSV | 342° | 71° | 95° |
CMYK | 0.00 | 0.71 | 0.49 0.05 |
XYZ | 42.4463 | 24.8138 | 21.2913 |
Yxy | 24.8138 | 0.4793 | 0.2802 |
Hunter Lab | 49.8135 | 64.9272 | 9.5276 |
CIE-Lab | 56.8935 | 67.9859 | 9.5932 |
#f2477b color RGB value is (242,71,123).
#f2477b hex color red value is 242, green value is 71 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #f2477b hue: 0.95 , saturation: 0.87 and the lightness value of f2477b is 0.61.
The process color (four color CMYK) of #f2477b color hex is 0.00, 0.71, 0.49, 0.05. Web safe color of #f2477b is #ff3366. Color #f2477b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 01000111 | 01111011 |
Octal | 362 | 107 | 173 |
Decimal | 242 | 71 | 123 |
Hex | F2 | 47 | 7B |
Shades of #f2477b
Tints of #f2477b
RGB Percentages of Color #f2477b
CMYK Percentages of Color #f2477b
Complementary Color
#f2477b | #47f2be |
#f2477b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f2477b Color Preview on White Background
Lorem ipsum dolor sit amet.
#f2477b Color CSS Codes
.mybgcolor {background-color:#f2477b; } .myforecolor {color:#f2477b; } .mybordercolor {border:3px solid #f2477b; }
#f2477b Text Font Color
<p style="color:#f2477b">Text here</p>
This sample text font color is #f2477b
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.
#f2477b Background Color
<div style="background-color:#f2477b">
Div content here</div>
This div background color is #f2477b
#f2477b Border Color
<div style="border:3px solid #f2477b">
Div here</div>
This div border color is #f2477b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,71,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f2477b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f2477b; -webkit-box-shadow: 1px 1px 3px 2px #f2477b; box-shadow: 1px 1px 3px 2px #f2477b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,71,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f2477b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f2477b; -webkit-box-shadow: 1px 1px 3px 2px #f2477b; box-shadow: 1px 1px 3px 2px #f2477b;">
Div content here</div>
This div box has shadow with color #f2477b
Comments
No comments written yet.
Please login to write comment.