Color spaces of #f908bd
RGB | 249 | 8 | 189 |
---|---|---|---|
HSL | 0.87 | 0.95 | 0.50 |
HSV | 315° | 97° | 98° |
CMYK | 0.00 | 0.97 | 0.24 0.02 |
XYZ | 48.3391 | 23.9875 | 50.2264 |
Yxy | 23.9875 | 0.3944 | 0.1957 |
Hunter Lab | 48.9770 | 90.4652 | -26.5185 |
CIE-Lab | 56.0753 | 88.4384 | -30.2651 |
#f908bd color RGB value is (249,8,189).
#f908bd hex color red value is 249, green value is 8 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f908bd hue: 0.87 , saturation: 0.95 and the lightness value of f908bd is 0.50.
The process color (four color CMYK) of #f908bd color hex is 0.00, 0.97, 0.24, 0.02. Web safe color of #f908bd is #ff00cc. Color #f908bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 00001000 | 10111101 |
Octal | 371 | 10 | 275 |
Decimal | 249 | 8 | 189 |
Hex | F9 | 8 | BD |
Shades of #f908bd
Tints of #f908bd
RGB Percentages of Color #f908bd
CMYK Percentages of Color #f908bd
Complementary Color
#f908bd | #08f944 |
#f908bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f908bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f908bd Color CSS Codes
.mybgcolor {background-color:#f908bd; } .myforecolor {color:#f908bd; } .mybordercolor {border:3px solid #f908bd; }
#f908bd Text Font Color
<p style="color:#f908bd">Text here</p>
This sample text font color is #f908bd
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.
#f908bd Background Color
<div style="background-color:#f908bd">
Div content here</div>
This div background color is #f908bd
#f908bd Border Color
<div style="border:3px solid #f908bd">
Div here</div>
This div border color is #f908bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,8,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f908bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f908bd; -webkit-box-shadow: 1px 1px 3px 2px #f908bd; box-shadow: 1px 1px 3px 2px #f908bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,8,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 #f908bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f908bd; -webkit-box-shadow: 1px 1px 3px 2px #f908bd; box-shadow: 1px 1px 3px 2px #f908bd;">
Div content here</div>
This div box has shadow with color #f908bd
Comments
No comments written yet.
Please login to write comment.