Color spaces of #f93fff
RGB | 249 | 63 | 255 |
---|---|---|---|
HSL | 0.83 | 1.00 | 0.62 |
HSV | 298° | 75° | 100° |
CMYK | 0.02 | 0.75 | 0.00 0.00 |
XYZ | 58.8944 | 30.9148 | 97.4708 |
Yxy | 30.9148 | 0.3145 | 0.1651 |
Hunter Lab | 55.6011 | 91.7709 | -65.0169 |
CIE-Lab | 62.4356 | 88.1825 | -57.5193 |
#f93fff color RGB value is (249,63,255).
#f93fff hex color red value is 249, green value is 63 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f93fff hue: 0.83 , saturation: 1.00 and the lightness value of f93fff is 0.62.
The process color (four color CMYK) of #f93fff color hex is 0.02, 0.75, 0.00, 0.00. Web safe color of #f93fff is #ff33ff. Color #f93fff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 00111111 | 11111111 |
Octal | 371 | 77 | 377 |
Decimal | 249 | 63 | 255 |
Hex | F9 | 3F | FF |
Shades of #f93fff
Tints of #f93fff
RGB Percentages of Color #f93fff
CMYK Percentages of Color #f93fff
Complementary Color
#f93fff | #45ff3f |
#f93fff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f93fff Color Preview on White Background
Lorem ipsum dolor sit amet.
#f93fff Color CSS Codes
.mybgcolor {background-color:#f93fff; } .myforecolor {color:#f93fff; } .mybordercolor {border:3px solid #f93fff; }
#f93fff Text Font Color
<p style="color:#f93fff">Text here</p>
This sample text font color is #f93fff
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.
#f93fff Background Color
<div style="background-color:#f93fff">
Div content here</div>
This div background color is #f93fff
#f93fff Border Color
<div style="border:3px solid #f93fff">
Div here</div>
This div border color is #f93fff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,63,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f93fff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f93fff; -webkit-box-shadow: 1px 1px 3px 2px #f93fff; box-shadow: 1px 1px 3px 2px #f93fff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,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 #f93fff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f93fff; -webkit-box-shadow: 1px 1px 3px 2px #f93fff; box-shadow: 1px 1px 3px 2px #f93fff;">
Div content here</div>
This div box has shadow with color #f93fff
Comments
No comments written yet.
Please login to write comment.