Color spaces of #fa368d
RGB | 250 | 54 | 141 |
---|---|---|---|
HSL | 0.93 | 0.95 | 0.60 |
HSV | 333° | 78° | 98° |
CMYK | 0.00 | 0.78 | 0.44 0.02 |
XYZ | 45.5512 | 24.8854 | 27.6019 |
Yxy | 24.8854 | 0.4646 | 0.2538 |
Hunter Lab | 49.8853 | 75.6926 | 2.1141 |
CIE-Lab | 56.9636 | 76.7843 | -0.7781 |
#fa368d color RGB value is (250,54,141).
#fa368d hex color red value is 250, green value is 54 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fa368d hue: 0.93 , saturation: 0.95 and the lightness value of fa368d is 0.60.
The process color (four color CMYK) of #fa368d color hex is 0.00, 0.78, 0.44, 0.02. Web safe color of #fa368d is #ff3399. Color #fa368d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 00110110 | 10001101 |
Octal | 372 | 66 | 215 |
Decimal | 250 | 54 | 141 |
Hex | FA | 36 | 8D |
Shades of #fa368d
Tints of #fa368d
RGB Percentages of Color #fa368d
CMYK Percentages of Color #fa368d
Complementary Color
#fa368d | #36faa3 |
#fa368d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa368d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa368d Color CSS Codes
.mybgcolor {background-color:#fa368d; } .myforecolor {color:#fa368d; } .mybordercolor {border:3px solid #fa368d; }
#fa368d Text Font Color
<p style="color:#fa368d">Text here</p>
This sample text font color is #fa368d
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.
#fa368d Background Color
<div style="background-color:#fa368d">
Div content here</div>
This div background color is #fa368d
#fa368d Border Color
<div style="border:3px solid #fa368d">
Div here</div>
This div border color is #fa368d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,54,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa368d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa368d; -webkit-box-shadow: 1px 1px 3px 2px #fa368d; box-shadow: 1px 1px 3px 2px #fa368d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,54,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa368d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa368d; -webkit-box-shadow: 1px 1px 3px 2px #fa368d; box-shadow: 1px 1px 3px 2px #fa368d;">
Div content here</div>
This div box has shadow with color #fa368d
Comments
No comments written yet.
Please login to write comment.