Color spaces of #f23fff
RGB | 242 | 63 | 255 |
---|---|---|---|
HSL | 0.82 | 1.00 | 0.62 |
HSV | 296° | 75° | 100° |
CMYK | 0.05 | 0.75 | 0.00 0.00 |
XYZ | 56.4455 | 29.6523 | 97.3562 |
Yxy | 29.6523 | 0.3077 | 0.1616 |
Hunter Lab | 54.4539 | 89.7340 | -67.8847 |
CIE-Lab | 61.3531 | 86.8568 | -59.3102 |
#f23fff color RGB value is (242,63,255).
#f23fff hex color red value is 242, green value is 63 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f23fff hue: 0.82 , saturation: 1.00 and the lightness value of f23fff is 0.62.
The process color (four color CMYK) of #f23fff color hex is 0.05, 0.75, 0.00, 0.00. Web safe color of #f23fff is #ff33ff. Color #f23fff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 00111111 | 11111111 |
Octal | 362 | 77 | 377 |
Decimal | 242 | 63 | 255 |
Hex | F2 | 3F | FF |
Shades of #f23fff
Tints of #f23fff
RGB Percentages of Color #f23fff
CMYK Percentages of Color #f23fff
Complementary Color
#f23fff | #4cff3f |
#f23fff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f23fff Color Preview on White Background
Lorem ipsum dolor sit amet.
#f23fff Color CSS Codes
.mybgcolor {background-color:#f23fff; } .myforecolor {color:#f23fff; } .mybordercolor {border:3px solid #f23fff; }
#f23fff Text Font Color
<p style="color:#f23fff">Text here</p>
This sample text font color is #f23fff
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.
#f23fff Background Color
<div style="background-color:#f23fff">
Div content here</div>
This div background color is #f23fff
#f23fff Border Color
<div style="border:3px solid #f23fff">
Div here</div>
This div border color is #f23fff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,63,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f23fff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f23fff; -webkit-box-shadow: 1px 1px 3px 2px #f23fff; box-shadow: 1px 1px 3px 2px #f23fff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,63,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 #f23fff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f23fff; -webkit-box-shadow: 1px 1px 3px 2px #f23fff; box-shadow: 1px 1px 3px 2px #f23fff;">
Div content here</div>
This div box has shadow with color #f23fff
Comments
No comments written yet.
Please login to write comment.