COLOR #F599FF

HEX: #F599FF RGB: (245,153,255)

Color info

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

RGB color model

#F599FF color RGB value is (245,153,255).

RGB: (245,153,255) (96%, 60%, 100%)

RGB channels and saturation

R 245 of 255 = 96%
G 153 of 255 = 60%
B 255 of 255 = 100%

245
153
255

R + G + B ~ 85%. #F599FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 153 + 255 = 653 (100%)
R 245 of 653 ~ 37.52%
G 153 of 653 ~ 23.43%
B 255 of 653 ~ 39.05'%

%37.52
%23.43
%39.05

CMYK color model

#F599FF color CMYK value is (4,40,0,0).

  • cyan value is 3.92%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (4,40,0,0)
C4M40Y0K0 (4%, 40%, 0%, 0%)
(0.04 / 0.40 / 0.00 / 0.00)

CMYK percentages

%3.92
%40
%0
%0

Codes

Color #F599FF in popluar color models

F5 99 FF
RGB 245 153 255
HSL 294° 100.00% 80.00%
HSB/HSV 294° 40.00% 100.00%
CMYK 3.92% 40.00% 0.00%
0.00%

Color #F599FF in popluar number systems.

HEX F5 99 FF
Decimal 245 153 255
Binary 11110101 10011001 11111111
Octal 365 231 377

Shades and tints

Shades of #F599FF

#F599FF
(245,153,255)
#DF8CE8
(223,140,232)
#C97FD1
(201,127,209)
#B372BA
(179,114,186)
#9D65A3
(157,101,163)
#87588C
(135,88,140)
#714B75
(113,75,117)
#5B3E5E
(91,62,94)
#453147
(69,49,71)
#2F2430
(47,36,48)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #F599FF

#F599FF
(245,153,255)
#F5A2FF
(245,162,255)
#F5ABFF
(245,171,255)
#F5B4FF
(245,180,255)
#F5BDFF
(245,189,255)
#F5C6FF
(245,198,255)
#F5CFFF
(245,207,255)
#F5D8FF
(245,216,255)
#F5E1FF
(245,225,255)
#F5EAFF
(245,234,255)
#F5F3FF
(245,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F599FF color. Also use rgb(245,153,255) instead hex code.

Text Font Color

.myTextColor { color: #F599FF; }

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

This text font color is #F599FF.

Background Color

.myBgColor { background-color: #F599FF; }

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

This div background color is #F599FF.

Border color

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

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

This div border color is #F599FF.

Opacity

.myOpacity80 { color: #F599FF; opacity: 0.8; }

<p style="color:#F599FF;opacity:0.8;">80%</p>

Text with #F599FF 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 #F599FF;}

<p style="text-shadow: 3px 3px 1px #F599FF">Text here.</p>

This text has shadow with #F599FF color.


.textShadow {text-shadow: 3px 3px 1px #F599FF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F599FF, 5px 5px 20px red">Text here.</p>

This text has shadow with #F599FF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F599FF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F599FF, Direction=45, Strength=4)">Text</p>

This text has shadow with #F599FF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F599FF;
-webkit-box-shadow: 1px 1px 3px 2px #F599FF;
box-shadow: 1px 1px 3px 2px #F599FF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F599FF; -webkit-box-shadow: 1px 1px 3px 2px #F599FF; box-shadow:1px 1px 3px 2px #F599FF;">
Div content here
</div>

This div box has shadow with color #F599FF.

Preview

Color preview on black background

This text has color #F599FF on black background.


Color preview on white background

This text has color #F599FF on white background.


Black color preview on #F599FF background

This text has black color on #F599FF background.


White color preview on #F599FF background

This text has white color on #F599FF background.


Related colors

Complementary color

Complementary color for #hex is #0A6600.


I love getcolorcode.com

Triadic colors

1 #FFF599 and #99FFF5 with #F599FF are triadic colors.

2 #FF99F5 and #99F5FF with #F599FF are triadic colors.