COLOR #F3FF95

HEX: #F3FF95 RGB: (243,255,149)

Color info

#F3FF95 contains mainly red and green colors. Web safe color of #F3FF95 is #FFFF99 (or #FF9).

RGB color model

#F3FF95 color RGB value is (243,255,149).

RGB: (243,255,149) (95%, 100%, 58%)

RGB channels and saturation

R 243 of 255 = 95%
G 255 of 255 = 100%
B 149 of 255 = 58%

243
255
149

R + G + B ~ 84%. #F3FF95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 255 + 149 = 647 (100%)
R 243 of 647 ~ 37.56%
G 255 of 647 ~ 39.41%
B 149 of 647 ~ 23.03'%

%37.56
%39.41
%23.03

CMYK color model

#F3FF95 color CMYK value is (5,0,42,0).

  • cyan value is 4.71%
  • magenta value is 0.00%
  • yellow value is 41.57%
  • key color value is 0.00%

CMYK: (5,0,42,0)
C5M0Y42K0 (5%, 0%, 42%, 0%)
(0.05 / 0.00 / 0.42 / 0.00)

CMYK percentages

%4.71
%0
%41.57
%0

Codes

Color #F3FF95 in popluar color models

F3 FF 95
RGB 243 255 149
HSL 67° 100.00% 79.22%
HSB/HSV 67° 41.57% 100.00%
CMYK 4.71% 0.00% 41.57%
0.00%

Color #F3FF95 in popluar number systems.

HEX F3 FF 95
Decimal 243 255 149
Binary 11110011 11111111 10010101
Octal 363 377 225

Shades and tints

Shades of #F3FF95

#F3FF95
(243,255,149)
#DDE888
(221,232,136)
#C7D17B
(199,209,123)
#B1BA6E
(177,186,110)
#9BA361
(155,163,97)
#858C54
(133,140,84)
#6F7547
(111,117,71)
#595E3A
(89,94,58)
#43472D
(67,71,45)
#2D3020
(45,48,32)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #F3FF95

#F3FF95
(243,255,149)
#F4FF9E
(244,255,158)
#F5FFA7
(245,255,167)
#F6FFB0
(246,255,176)
#F7FFB9
(247,255,185)
#F8FFC2
(248,255,194)
#F9FFCB
(249,255,203)
#FAFFD4
(250,255,212)
#FBFFDD
(251,255,221)
#FCFFE6
(252,255,230)
#FDFFEF
(253,255,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3FF95 color. Also use rgb(243,255,149) instead hex code.

Text Font Color

.myTextColor { color: #F3FF95; }

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

This text font color is #F3FF95.

Background Color

.myBgColor { background-color: #F3FF95; }

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

This div background color is #F3FF95.

Border color

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

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

This div border color is #F3FF95.

Opacity

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

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

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

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

This text has shadow with #F3FF95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3FF95.

Preview

Color preview on black background

This text has color #F3FF95 on black background.


Color preview on white background

This text has color #F3FF95 on white background.


Black color preview on #F3FF95 background

This text has black color on #F3FF95 background.


White color preview on #F3FF95 background

This text has white color on #F3FF95 background.


Related colors

Complementary color

Complementary color for #hex is #0C006A.


I love getcolorcode.com

Triadic colors

1 #95F3FF and #FF95F3 with #F3FF95 are triadic colors.

2 #95FFF3 and #FFF395 with #F3FF95 are triadic colors.