Color spaces of #f219fe
RGB | 242 | 25 | 254 |
---|---|---|---|
HSL | 0.82 | 0.99 | 0.55 |
HSV | 297° | 90° | 100° |
CMYK | 0.05 | 0.90 | 0.00 0.00 |
XYZ | 54.8550 | 26.7283 | 96.0338 |
Yxy | 26.7283 | 0.3088 | 0.1505 |
Hunter Lab | 51.6994 | 98.9211 | -73.9440 |
CIE-Lab | 58.7220 | 94.2124 | -62.9702 |
#f219fe color RGB value is (242,25,254).
#f219fe hex color red value is 242, green value is 25 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f219fe hue: 0.82 , saturation: 0.99 and the lightness value of f219fe is 0.55.
The process color (four color CMYK) of #f219fe color hex is 0.05, 0.90, 0.00, 0.00. Web safe color of #f219fe is #ff00ff. Color #f219fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 00011001 | 11111110 |
Octal | 362 | 31 | 376 |
Decimal | 242 | 25 | 254 |
Hex | F2 | 19 | FE |
Shades of #f219fe
Tints of #f219fe
RGB Percentages of Color #f219fe
CMYK Percentages of Color #f219fe
Complementary Color
#f219fe | #25fe19 |
#f219fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f219fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#f219fe Color CSS Codes
.mybgcolor {background-color:#f219fe; } .myforecolor {color:#f219fe; } .mybordercolor {border:3px solid #f219fe; }
#f219fe Text Font Color
<p style="color:#f219fe">Text here</p>
This sample text font color is #f219fe
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.
#f219fe Background Color
<div style="background-color:#f219fe">
Div content here</div>
This div background color is #f219fe
#f219fe Border Color
<div style="border:3px solid #f219fe">
Div here</div>
This div border color is #f219fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,25,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f219fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f219fe; -webkit-box-shadow: 1px 1px 3px 2px #f219fe; box-shadow: 1px 1px 3px 2px #f219fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,25,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f219fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f219fe; -webkit-box-shadow: 1px 1px 3px 2px #f219fe; box-shadow: 1px 1px 3px 2px #f219fe;">
Div content here</div>
This div box has shadow with color #f219fe
Comments
No comments written yet.
Please login to write comment.