Color spaces of #fc333f
RGB | 252 | 51 | 63 |
---|---|---|---|
HSL | 0.99 | 0.97 | 0.59 |
HSV | 356° | 80° | 99° |
CMYK | 0.00 | 0.80 | 0.75 0.01 |
XYZ | 42.2259 | 23.4220 | 6.9980 |
Yxy | 23.4220 | 0.5813 | 0.3224 |
Hunter Lab | 48.3963 | 71.0483 | 25.3042 |
CIE-Lab | 55.5044 | 73.3110 | 43.1707 |
#fc333f color RGB value is (252,51,63).
#fc333f hex color red value is 252, green value is 51 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fc333f hue: 0.99 , saturation: 0.97 and the lightness value of fc333f is 0.59.
The process color (four color CMYK) of #fc333f color hex is 0.00, 0.80, 0.75, 0.01. Web safe color of #fc333f is #ff3333. Color #fc333f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00110011 | 00111111 |
Octal | 374 | 63 | 77 |
Decimal | 252 | 51 | 63 |
Hex | FC | 33 | 3F |
Shades of #fc333f
Tints of #fc333f
RGB Percentages of Color #fc333f
CMYK Percentages of Color #fc333f
Complementary Color
#fc333f | #33fcf0 |
#fc333f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc333f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc333f Color CSS Codes
.mybgcolor {background-color:#fc333f; } .myforecolor {color:#fc333f; } .mybordercolor {border:3px solid #fc333f; }
#fc333f Text Font Color
<p style="color:#fc333f">Text here</p>
This sample text font color is #fc333f
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.
#fc333f Background Color
<div style="background-color:#fc333f">
Div content here</div>
This div background color is #fc333f
#fc333f Border Color
<div style="border:3px solid #fc333f">
Div here</div>
This div border color is #fc333f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,51,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc333f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc333f; -webkit-box-shadow: 1px 1px 3px 2px #fc333f; box-shadow: 1px 1px 3px 2px #fc333f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,51,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc333f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc333f; -webkit-box-shadow: 1px 1px 3px 2px #fc333f; box-shadow: 1px 1px 3px 2px #fc333f;">
Div content here</div>
This div box has shadow with color #fc333f
Comments
No comments written yet.
Please login to write comment.