Color spaces of #f304bf
RGB | 243 | 4 | 191 |
---|---|---|---|
HSL | 0.87 | 0.97 | 0.48 |
HSV | 313° | 98° | 95° |
CMYK | 0.00 | 0.98 | 0.21 0.05 |
XYZ | 46.4095 | 22.9031 | 51.2649 |
Yxy | 22.9031 | 0.3849 | 0.1899 |
Hunter Lab | 47.8572 | 89.3503 | -30.0118 |
CIE-Lab | 54.9724 | 87.8094 | -33.2244 |
#f304bf color RGB value is (243,4,191).
#f304bf hex color red value is 243, green value is 4 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f304bf hue: 0.87 , saturation: 0.97 and the lightness value of f304bf is 0.48.
The process color (four color CMYK) of #f304bf color hex is 0.00, 0.98, 0.21, 0.05. Web safe color of #f304bf is #ff00cc. Color #f304bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 00000100 | 10111111 |
Octal | 363 | 4 | 277 |
Decimal | 243 | 4 | 191 |
Hex | F3 | 4 | BF |
Shades of #f304bf
Tints of #f304bf
RGB Percentages of Color #f304bf
CMYK Percentages of Color #f304bf
Complementary Color
#f304bf | #04f338 |
#f304bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f304bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f304bf Color CSS Codes
.mybgcolor {background-color:#f304bf; } .myforecolor {color:#f304bf; } .mybordercolor {border:3px solid #f304bf; }
#f304bf Text Font Color
<p style="color:#f304bf">Text here</p>
This sample text font color is #f304bf
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.
#f304bf Background Color
<div style="background-color:#f304bf">
Div content here</div>
This div background color is #f304bf
#f304bf Border Color
<div style="border:3px solid #f304bf">
Div here</div>
This div border color is #f304bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,4,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f304bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f304bf; -webkit-box-shadow: 1px 1px 3px 2px #f304bf; box-shadow: 1px 1px 3px 2px #f304bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,4,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 #f304bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f304bf; -webkit-box-shadow: 1px 1px 3px 2px #f304bf; box-shadow: 1px 1px 3px 2px #f304bf;">
Div content here</div>
This div box has shadow with color #f304bf
Comments
No comments written yet.
Please login to write comment.