COLOR #F195CE

HEX: #F195CE RGB: (241,149,206)

Color info

#F195CE contains mainly red and blue colors. Web safe color of #F195CE is #FF99CC (or #F9C).

RGB color model

#F195CE color RGB value is (241,149,206).

RGB: (241,149,206) (95%, 58%, 81%)

RGB channels and saturation

R 241 of 255 = 95%
G 149 of 255 = 58%
B 206 of 255 = 81%

241
149
206

R + G + B ~ 78%. #F195CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 149 + 206 = 596 (100%)
R 241 of 596 ~ 40.44%
G 149 of 596 ~ 25%
B 206 of 596 ~ 34.56'%

%40.44
%25
%34.56

CMYK color model

#F195CE color CMYK value is (0,38,15,5).

  • cyan value is 0.00%
  • magenta value is 38.17%
  • yellow value is 14.52%
  • key color value is 5.49%
CMYK: (0,38,15,5) C0M38Y15K5 (0%,38%,15%,5%) (0.00/0.38/0.15/0.05) 

CMYK percentages

%0
%38.17
%14.52
%5.49

Codes

Color #F195CE in popluar color models

F1 95 CE
RGB 241 149 206
HSL 323° 76.67% 76.47%
HSB/HSV 323° 38.17% 94.51%
CMYK 0.00% 38.17% 14.52%
5.49%

Color #F195CE in popluar number systems.

HEX F1 95 CE
Decimal 241 149 206
Binary 11110001 10010101 11001110
Octal 361 225 316

Shades and tints

Shades of #F195CE

#F195CE
(241,149,206)
#DC88BC
(220,136,188)
#C77BAA
(199,123,170)
#B26E98
(178,110,152)
#9D6186
(157,97,134)
#885474
(136,84,116)
#734762
(115,71,98)
#5E3A50
(94,58,80)
#492D3E
(73,45,62)
#34202C
(52,32,44)
#1F131A
(31,19,26)
#000000
(0,0,0)

Tints of #F195CE

#F195CE
(241,149,206)
#F29ED2
(242,158,210)
#F3A7D6
(243,167,214)
#F4B0DA
(244,176,218)
#F5B9DE
(245,185,222)
#F6C2E2
(246,194,226)
#F7CBE6
(247,203,230)
#F8D4EA
(248,212,234)
#F9DDEE
(249,221,238)
#FAE6F2
(250,230,242)
#FBEFF6
(251,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F195CE color. Also use rgb(241,149,206) instead hex code.

Text Font Color

.myTextColor { color: #F195CE; }

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

This text font color is #F195CE.

Background Color

.myBgColor { background-color: #F195CE; }

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

This div background color is #F195CE.

Border color

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

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

This div border color is #F195CE.

Opacity

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

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

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

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

This text has shadow with #F195CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F195CE.

Preview

Color preview on black background

This text has color #F195CE on black background.


Color preview on white background

This text has color #F195CE on white background.


Black color preview on #F195CE background

This text has black color on #F195CE background.


White color preview on #F195CE background

This text has white color on #F195CE background.


Related colors

Complementary color

Complementary color for #hex is #0E6A31.


I love getcolorcode.com

Triadic colors

1 #CEF195 and #95CEF1 with #F195CE are triadic colors.

2 #CE95F1 and #95F1CE with #F195CE are triadic colors.