Color spaces of #f12758
RGB | 241 | 39 | 88 |
---|---|---|---|
HSL | 0.96 | 0.88 | 0.55 |
HSV | 345° | 84° | 95° |
CMYK | 0.00 | 0.84 | 0.63 0.05 |
XYZ | 38.7626 | 20.8564 | 11.2152 |
Yxy | 20.8564 | 0.5472 | 0.2944 |
Hunter Lab | 45.6688 | 71.5861 | 17.4079 |
CIE-Lab | 52.7920 | 74.2730 | 24.8552 |
#f12758 color RGB value is (241,39,88).
#f12758 hex color red value is 241, green value is 39 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #f12758 hue: 0.96 , saturation: 0.88 and the lightness value of f12758 is 0.55.
The process color (four color CMYK) of #f12758 color hex is 0.00, 0.84, 0.63, 0.05. Web safe color of #f12758 is #ff3366. Color #f12758 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 00100111 | 01011000 |
Octal | 361 | 47 | 130 |
Decimal | 241 | 39 | 88 |
Hex | F1 | 27 | 58 |
Shades of #f12758
Tints of #f12758
RGB Percentages of Color #f12758
CMYK Percentages of Color #f12758
Complementary Color
#f12758 | #27f1c0 |
#f12758 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f12758 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f12758 Color CSS Codes
.mybgcolor {background-color:#f12758; } .myforecolor {color:#f12758; } .mybordercolor {border:3px solid #f12758; }
#f12758 Text Font Color
<p style="color:#f12758">Text here</p>
This sample text font color is #f12758
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.
#f12758 Background Color
<div style="background-color:#f12758">
Div content here</div>
This div background color is #f12758
#f12758 Border Color
<div style="border:3px solid #f12758">
Div here</div>
This div border color is #f12758
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,39,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f12758; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f12758; -webkit-box-shadow: 1px 1px 3px 2px #f12758; box-shadow: 1px 1px 3px 2px #f12758; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,39,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f12758">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f12758; -webkit-box-shadow: 1px 1px 3px 2px #f12758; box-shadow: 1px 1px 3px 2px #f12758;">
Div content here</div>
This div box has shadow with color #f12758
Comments
No comments written yet.
Please login to write comment.