COLOR #F95AB6

HEX: #F95AB6 RGB: (249,90,182)

Color info

#F95AB6 contains mainly red color. Web safe color of #F95AB6 is #FF66CC (or #F6C).

RGB color model

#F95AB6 color RGB value is (249,90,182).

RGB: (249,90,182) (98%, 35%, 71%)

RGB channels and saturation

R 249 of 255 = 98%
G 90 of 255 = 35%
B 182 of 255 = 71%

249
90
182

R + G + B ~ 68%. #F95AB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 90 + 182 = 521 (100%)
R 249 of 521 ~ 47.79%
G 90 of 521 ~ 17.27%
B 182 of 521 ~ 34.93'%

%47.79
%17.27
%34.93

CMYK color model

#F95AB6 color CMYK value is (0,64,27,2).

  • cyan value is 0.00%
  • magenta value is 63.86%
  • yellow value is 26.91%
  • key color value is 2.35%

CMYK: (0,64,27,2)
C0M64Y27K2 (0%, 64%, 27%, 2%)
(0.00 / 0.64 / 0.27 / 0.02)

CMYK percentages

%0
%63.86
%26.91
%2.35

Codes

Color #F95AB6 in popluar color models

F9 5A B6
RGB 249 90 182
HSL 325° 92.98% 66.47%
HSB/HSV 325° 63.86% 97.65%
CMYK 0.00% 63.86% 26.91%
2.35%

Color #F95AB6 in popluar number systems.

HEX F9 5A B6
Decimal 249 90 182
Binary 11111001 1011010 10110110
Octal 371 132 266

Shades and tints

Shades of #F95AB6

#F95AB6
(249,90,182)
#E352A6
(227,82,166)
#CD4A96
(205,74,150)
#B74286
(183,66,134)
#A13A76
(161,58,118)
#8B3266
(139,50,102)
#752A56
(117,42,86)
#5F2246
(95,34,70)
#491A36
(73,26,54)
#331226
(51,18,38)
#1D0A16
(29,10,22)
#000000
(0,0,0)

Tints of #F95AB6

#F95AB6
(249,90,182)
#F969BC
(249,105,188)
#F978C2
(249,120,194)
#F987C8
(249,135,200)
#F996CE
(249,150,206)
#F9A5D4
(249,165,212)
#F9B4DA
(249,180,218)
#F9C3E0
(249,195,224)
#F9D2E6
(249,210,230)
#F9E1EC
(249,225,236)
#F9F0F2
(249,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F95AB6 color. Also use rgb(249,90,182) instead hex code.

Text Font Color

.myTextColor { color: #F95AB6; }

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

This text font color is #F95AB6.

Background Color

.myBgColor { background-color: #F95AB6; }

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

This div background color is #F95AB6.

Border color

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

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

This div border color is #F95AB6.

Opacity

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

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

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

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

This text has shadow with #F95AB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F95AB6.

Preview

Color preview on black background

This text has color #F95AB6 on black background.


Color preview on white background

This text has color #F95AB6 on white background.


Black color preview on #F95AB6 background

This text has black color on #F95AB6 background.


White color preview on #F95AB6 background

This text has white color on #F95AB6 background.


Related colors

Complementary color

Complementary color for #hex is #06A549.


I love getcolorcode.com

Triadic colors

1 #B6F95A and #5AB6F9 with #F95AB6 are triadic colors.

2 #B65AF9 and #5AF9B6 with #F95AB6 are triadic colors.