Color spaces of #f472da
RGB | 244 | 114 | 218 |
---|---|---|---|
HSL | 0.87 | 0.86 | 0.70 |
HSV | 312° | 53° | 96° |
CMYK | 0.00 | 0.53 | 0.11 0.04 |
XYZ | 55.9804 | 36.3297 | 70.3915 |
Yxy | 36.3297 | 0.3441 | 0.2233 |
Hunter Lab | 60.2741 | 60.3045 | -27.0503 |
CIE-Lab | 66.7711 | 62.3457 | -30.2264 |
#f472da color RGB value is (244,114,218).
#f472da hex color red value is 244, green value is 114 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f472da hue: 0.87 , saturation: 0.86 and the lightness value of f472da is 0.70.
The process color (four color CMYK) of #f472da color hex is 0.00, 0.53, 0.11, 0.04. Web safe color of #f472da is #ff66cc. Color #f472da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 01110010 | 11011010 |
Octal | 364 | 162 | 332 |
Decimal | 244 | 114 | 218 |
Hex | F4 | 72 | DA |
Shades of #f472da
Tints of #f472da
RGB Percentages of Color #f472da
CMYK Percentages of Color #f472da
Complementary Color
#f472da | #72f48c |
#f472da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f472da Color Preview on White Background
Lorem ipsum dolor sit amet.
#f472da Color CSS Codes
.mybgcolor {background-color:#f472da; } .myforecolor {color:#f472da; } .mybordercolor {border:3px solid #f472da; }
#f472da Text Font Color
<p style="color:#f472da">Text here</p>
This sample text font color is #f472da
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.
#f472da Background Color
<div style="background-color:#f472da">
Div content here</div>
This div background color is #f472da
#f472da Border Color
<div style="border:3px solid #f472da">
Div here</div>
This div border color is #f472da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,114,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f472da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f472da; -webkit-box-shadow: 1px 1px 3px 2px #f472da; box-shadow: 1px 1px 3px 2px #f472da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,114,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f472da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f472da; -webkit-box-shadow: 1px 1px 3px 2px #f472da; box-shadow: 1px 1px 3px 2px #f472da;">
Div content here</div>
This div box has shadow with color #f472da
Comments
No comments written yet.
Please login to write comment.