Color spaces of #f93fbd
RGB | 249 | 63 | 189 |
---|---|---|---|
HSL | 0.89 | 0.94 | 0.61 |
HSV | 319° | 75° | 98° |
CMYK | 0.00 | 0.75 | 0.24 0.02 |
XYZ | 50.0297 | 27.3689 | 50.7900 |
Yxy | 27.3689 | 0.3903 | 0.2135 |
Hunter Lab | 52.3153 | 79.1498 | -20.9406 |
CIE-Lab | 59.3142 | 79.0769 | -25.2565 |
#f93fbd color RGB value is (249,63,189).
#f93fbd hex color red value is 249, green value is 63 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f93fbd hue: 0.89 , saturation: 0.94 and the lightness value of f93fbd is 0.61.
The process color (four color CMYK) of #f93fbd color hex is 0.00, 0.75, 0.24, 0.02. Web safe color of #f93fbd is #ff33cc. Color #f93fbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 00111111 | 10111101 |
Octal | 371 | 77 | 275 |
Decimal | 249 | 63 | 189 |
Hex | F9 | 3F | BD |
Shades of #f93fbd
Tints of #f93fbd
RGB Percentages of Color #f93fbd
CMYK Percentages of Color #f93fbd
Complementary Color
#f93fbd | #3ff97b |
#f93fbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f93fbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f93fbd Color CSS Codes
.mybgcolor {background-color:#f93fbd; } .myforecolor {color:#f93fbd; } .mybordercolor {border:3px solid #f93fbd; }
#f93fbd Text Font Color
<p style="color:#f93fbd">Text here</p>
This sample text font color is #f93fbd
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.
#f93fbd Background Color
<div style="background-color:#f93fbd">
Div content here</div>
This div background color is #f93fbd
#f93fbd Border Color
<div style="border:3px solid #f93fbd">
Div here</div>
This div border color is #f93fbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,63,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f93fbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f93fbd; -webkit-box-shadow: 1px 1px 3px 2px #f93fbd; box-shadow: 1px 1px 3px 2px #f93fbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,63,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f93fbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f93fbd; -webkit-box-shadow: 1px 1px 3px 2px #f93fbd; box-shadow: 1px 1px 3px 2px #f93fbd;">
Div content here</div>
This div box has shadow with color #f93fbd
Comments
No comments written yet.
Please login to write comment.