COLOR #F590FB

HEX: #F590FB RGB: (245,144,251)

Color info

#F590FB contains mainly red and blue colors. Web safe color of #F590FB is #FF99FF (or #F9F).

RGB color model

#F590FB color RGB value is (245,144,251).

RGB: (245,144,251) (96%, 56%, 98%)

RGB channels and saturation

R 245 of 255 = 96%
G 144 of 255 = 56%
B 251 of 255 = 98%

245
144
251

R + G + B ~ 83%. #F590FB is quite light color.

Portions of RGB colors in percentages

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'%

%38.28
%22.5
%39.22

CMYK color model

#F590FB color CMYK value is (2,43,0,2).

  • cyan value is 2.39%
  • magenta value is 42.63%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (2,43,0,2)
C2M43Y0K2 (2%, 43%, 0%, 2%)
(0.02 / 0.43 / 0.00 / 0.02)

CMYK percentages

%2.39
%42.63
%0
%1.57

Codes

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 and tints

Shades of #F590FB

#F590FB
(245,144,251)
#DF83E5
(223,131,229)
#C976CF
(201,118,207)
#B369B9
(179,105,185)
#9D5CA3
(157,92,163)
#874F8D
(135,79,141)
#714277
(113,66,119)
#5B3561
(91,53,97)
#45284B
(69,40,75)
#2F1B35
(47,27,53)
#190E1F
(25,14,31)
#000000
(0,0,0)

Tints of #F590FB

#F590FB
(245,144,251)
#F59AFB
(245,154,251)
#F5A4FB
(245,164,251)
#F5AEFB
(245,174,251)
#F5B8FB
(245,184,251)
#F5C2FB
(245,194,251)
#F5CCFB
(245,204,251)
#F5D6FB
(245,214,251)
#F5E0FB
(245,224,251)
#F5EAFB
(245,234,251)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F590FB color. Also use rgb(245,144,251) instead hex code.

Text Font Color

.myTextColor { color: #F590FB; }

<p style="color:#F590FB">This sample text font color is #F590FB.</p>

This text font color is #F590FB.

Background Color

.myBgColor { background-color: #F590FB; }

<div style="background-color:#F590FB">Inner text</div>

This div background color is #F590FB.

Border color

.myBorderColor { border: 1px solid #F590FB; }

<div style="border:3px solid #F590FB">Div</div>

This div border color is #F590FB.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #F590FB.

Preview

Color preview on black background

This text has color #F590FB on black background.


Color preview on white background

This text has color #F590FB on white background.


Black color preview on #F590FB background

This text has black color on #F590FB background.


White color preview on #F590FB background

This text has white color on #F590FB background.


Related colors

Complementary color

Complementary color for #hex is #0A6F04.


I love getcolorcode.com

Triadic colors

1 #FBF590 and #90FBF5 with #F590FB are triadic colors.

2 #FB90F5 and #90F5FB with #F590FB are triadic colors.