Color spaces of #f25afb
RGB | 242 | 90 | 251 |
---|---|---|---|
HSL | 0.82 | 0.95 | 0.67 |
HSV | 297° | 64° | 98° |
CMYK | 0.04 | 0.64 | 0.00 0.02 |
XYZ | 57.6867 | 33.1546 | 94.6258 |
Yxy | 33.1546 | 0.3110 | 0.1788 |
Hunter Lab | 57.5800 | 78.0656 | -57.1299 |
CIE-Lab | 64.2859 | 77.2734 | -52.4353 |
#f25afb color RGB value is (242,90,251).
#f25afb hex color red value is 242, green value is 90 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f25afb hue: 0.82 , saturation: 0.95 and the lightness value of f25afb is 0.67.
The process color (four color CMYK) of #f25afb color hex is 0.04, 0.64, 0.00, 0.02. Web safe color of #f25afb is #ff66ff. Color #f25afb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 01011010 | 11111011 |
Octal | 362 | 132 | 373 |
Decimal | 242 | 90 | 251 |
Hex | F2 | 5A | FB |
Shades of #f25afb
Tints of #f25afb
RGB Percentages of Color #f25afb
CMYK Percentages of Color #f25afb
Complementary Color
#f25afb | #63fb5a |
#f25afb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f25afb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f25afb Color CSS Codes
.mybgcolor {background-color:#f25afb; } .myforecolor {color:#f25afb; } .mybordercolor {border:3px solid #f25afb; }
#f25afb Text Font Color
<p style="color:#f25afb">Text here</p>
This sample text font color is #f25afb
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.
#f25afb Background Color
<div style="background-color:#f25afb">
Div content here</div>
This div background color is #f25afb
#f25afb Border Color
<div style="border:3px solid #f25afb">
Div here</div>
This div border color is #f25afb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,90,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f25afb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f25afb; -webkit-box-shadow: 1px 1px 3px 2px #f25afb; box-shadow: 1px 1px 3px 2px #f25afb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,90,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f25afb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f25afb; -webkit-box-shadow: 1px 1px 3px 2px #f25afb; box-shadow: 1px 1px 3px 2px #f25afb;">
Div content here</div>
This div box has shadow with color #f25afb
Comments
No comments written yet.
Please login to write comment.