Color spaces of #fb199a
RGB | 251 | 25 | 154 |
---|---|---|---|
HSL | 0.90 | 0.97 | 0.54 |
HSV | 326° | 90° | 98° |
CMYK | 0.00 | 0.90 | 0.39 0.02 |
XYZ | 45.9640 | 23.5376 | 32.6925 |
Yxy | 23.5376 | 0.4498 | 0.2303 |
Hunter Lab | 48.5156 | 84.2100 | -5.9920 |
CIE-Lab | 55.6218 | 83.7462 | -10.4384 |
#fb199a color RGB value is (251,25,154).
#fb199a hex color red value is 251, green value is 25 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fb199a hue: 0.90 , saturation: 0.97 and the lightness value of fb199a is 0.54.
The process color (four color CMYK) of #fb199a color hex is 0.00, 0.90, 0.39, 0.02. Web safe color of #fb199a is #ff0099. Color #fb199a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00011001 | 10011010 |
Octal | 373 | 31 | 232 |
Decimal | 251 | 25 | 154 |
Hex | FB | 19 | 9A |
Shades of #fb199a
Tints of #fb199a
RGB Percentages of Color #fb199a
CMYK Percentages of Color #fb199a
Complementary Color
#fb199a | #19fb7a |
#fb199a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb199a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb199a Color CSS Codes
.mybgcolor {background-color:#fb199a; } .myforecolor {color:#fb199a; } .mybordercolor {border:3px solid #fb199a; }
#fb199a Text Font Color
<p style="color:#fb199a">Text here</p>
This sample text font color is #fb199a
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.
#fb199a Background Color
<div style="background-color:#fb199a">
Div content here</div>
This div background color is #fb199a
#fb199a Border Color
<div style="border:3px solid #fb199a">
Div here</div>
This div border color is #fb199a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,25,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb199a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb199a; -webkit-box-shadow: 1px 1px 3px 2px #fb199a; box-shadow: 1px 1px 3px 2px #fb199a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,25,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb199a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb199a; -webkit-box-shadow: 1px 1px 3px 2px #fb199a; box-shadow: 1px 1px 3px 2px #fb199a;">
Div content here</div>
This div box has shadow with color #fb199a
Comments
No comments written yet.
Please login to write comment.