Color spaces of #f12aff
RGB | 241 | 42 | 255 |
---|---|---|---|
HSL | 0.82 | 1.00 | 0.58 |
HSV | 296° | 84° | 100° |
CMYK | 0.05 | 0.84 | 0.00 0.00 |
XYZ | 55.1536 | 27.5767 | 97.0237 |
Yxy | 27.5767 | 0.3068 | 0.1534 |
Hunter Lab | 52.5135 | 95.5753 | -72.7844 |
CIE-Lab | 59.5044 | 91.5941 | -62.2780 |
#f12aff color RGB value is (241,42,255).
#f12aff hex color red value is 241, green value is 42 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f12aff hue: 0.82 , saturation: 1.00 and the lightness value of f12aff is 0.58.
The process color (four color CMYK) of #f12aff color hex is 0.05, 0.84, 0.00, 0.00. Web safe color of #f12aff is #ff33ff. Color #f12aff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 00101010 | 11111111 |
Octal | 361 | 52 | 377 |
Decimal | 241 | 42 | 255 |
Hex | F1 | 2A | FF |
Shades of #f12aff
Tints of #f12aff
RGB Percentages of Color #f12aff
CMYK Percentages of Color #f12aff
Complementary Color
#f12aff | #38ff2a |
#f12aff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f12aff Color Preview on White Background
Lorem ipsum dolor sit amet.
#f12aff Color CSS Codes
.mybgcolor {background-color:#f12aff; } .myforecolor {color:#f12aff; } .mybordercolor {border:3px solid #f12aff; }
#f12aff Text Font Color
<p style="color:#f12aff">Text here</p>
This sample text font color is #f12aff
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.
#f12aff Background Color
<div style="background-color:#f12aff">
Div content here</div>
This div background color is #f12aff
#f12aff Border Color
<div style="border:3px solid #f12aff">
Div here</div>
This div border color is #f12aff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,42,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f12aff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f12aff; -webkit-box-shadow: 1px 1px 3px 2px #f12aff; box-shadow: 1px 1px 3px 2px #f12aff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,42,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f12aff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f12aff; -webkit-box-shadow: 1px 1px 3px 2px #f12aff; box-shadow: 1px 1px 3px 2px #f12aff;">
Div content here</div>
This div box has shadow with color #f12aff
Comments
No comments written yet.
Please login to write comment.