HEX: #F590FB
RGB: (245,144,251)
#F590FB contains mainly red and blue colors. Web safe color of #F590FB is #FF99FF (or #F9F).
#F590FB color RGB value is (245,144,251).
RGB: (245,144,251)
(96%, 56%, 98%)
R 245 of 255 = 96%
G 144 of 255 = 56%
B 251 of 255 = 98%
R + G + B ~ 83%. #F590FB is quite light color.
R + G + B = 245 + 144 + 251 = 640 (100%)
R 245 of 640 ~ 38.28%
G 144 of 640 ~ 22.5%
B 251 of 640 ~ 39.22'%
#F590FB color CMYK value is (2,43,0,2).
CMYK: (2,43,0,2)
C2M43Y0K2 (2%, 43%, 0%, 2%)
(0.02 / 0.43 / 0.00 / 0.02)
Color #F590FB in popluar color models
F5 | 90 | FB | |
---|---|---|---|
RGB | 245 | 144 | 251 |
HSL | 297° | 93.04% | 77.45% |
HSB/HSV | 297° | 42.63% | 98.43% |
CMYK | 2.39% | 42.63% | 0.00% |
1.57% |
Color #F590FB in popluar number systems.
HEX | F5 | 90 | FB |
Decimal | 245 | 144 | 251 |
Binary | 11110101 | 10010000 | 11111011 |
Octal | 365 | 220 | 373 |
Shades of #F590FB
Tints of #F590FB
Examples of css and html codes for elements with #F590FB color. Also use rgb(245,144,251) instead hex code.
.myTextColor { color: #F590FB; }
<p style="color:#F590FB">This sample text font color is #F590FB.</p>
This text font color is #F590FB.
.myBgColor { background-color: #F590FB; }
<div style="background-color:#F590FB">Inner text</div>
This div background color is #F590FB.
.myBorderColor { border: 1px solid #F590FB; }
<div style="border:3px solid #F590FB">Div</div>
This div border color is #F590FB.
.myOpacity80 { color: #F590FB; opacity: 0.8; }
<p style="color:#F590FB;opacity:0.8;">80%</p>
Text with #F590FB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F590FB;}
<p style="text-shadow: 3px 3px 1px #F590FB">Text here.</p>
This text has shadow with #F590FB color.
.textShadow {text-shadow: 3px 3px 1px #F590FB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F590FB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F590FB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F590FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F590FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F590FB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F590FB;
-webkit-box-shadow: 1px 1px 3px 2px #F590FB;
box-shadow: 1px 1px 3px 2px #F590FB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F590FB; -webkit-box-shadow: 1px 1px 3px 2px #F590FB; box-shadow:1px 1px 3px 2px #F590FB;">
Div content here
</div>
This text has color #F590FB on black background.
This text has color #F590FB on white background.
This text has black color on #F590FB background.
This text has white color on #F590FB background.
Complementary color for #hex is #0A6F04.