Color spaces of #f928bf
RGB | 249 | 40 | 191 |
---|---|---|---|
HSL | 0.88 | 0.95 | 0.57 |
HSV | 317° | 84° | 98° |
CMYK | 0.00 | 0.84 | 0.23 0.02 |
XYZ | 49.2297 | 25.4189 | 51.6019 |
Yxy | 25.4189 | 0.3899 | 0.2013 |
Hunter Lab | 50.4172 | 86.0658 | -25.3912 |
CIE-Lab | 57.4813 | 84.8140 | -29.2389 |
#f928bf color RGB value is (249,40,191).
#f928bf hex color red value is 249, green value is 40 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f928bf hue: 0.88 , saturation: 0.95 and the lightness value of f928bf is 0.57.
The process color (four color CMYK) of #f928bf color hex is 0.00, 0.84, 0.23, 0.02. Web safe color of #f928bf is #ff33cc. Color #f928bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 00101000 | 10111111 |
Octal | 371 | 50 | 277 |
Decimal | 249 | 40 | 191 |
Hex | F9 | 28 | BF |
Shades of #f928bf
Tints of #f928bf
RGB Percentages of Color #f928bf
CMYK Percentages of Color #f928bf
Complementary Color
#f928bf | #28f962 |
#f928bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f928bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f928bf Color CSS Codes
.mybgcolor {background-color:#f928bf; } .myforecolor {color:#f928bf; } .mybordercolor {border:3px solid #f928bf; }
#f928bf Text Font Color
<p style="color:#f928bf">Text here</p>
This sample text font color is #f928bf
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.
#f928bf Background Color
<div style="background-color:#f928bf">
Div content here</div>
This div background color is #f928bf
#f928bf Border Color
<div style="border:3px solid #f928bf">
Div here</div>
This div border color is #f928bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,40,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f928bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f928bf; -webkit-box-shadow: 1px 1px 3px 2px #f928bf; box-shadow: 1px 1px 3px 2px #f928bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,40,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f928bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f928bf; -webkit-box-shadow: 1px 1px 3px 2px #f928bf; box-shadow: 1px 1px 3px 2px #f928bf;">
Div content here</div>
This div box has shadow with color #f928bf
Comments
No comments written yet.
Please login to write comment.