COLOR #F675AF

HEX: #F675AF
RGB: (246,117,175)

Color info

#F675AF contains mainly red color. Web safe color of #F675AF is #FF6699 (or #F69).

RGB color model

#F675AF color RGB value is (246,117,175).

  • red value is 246;
  • green value is 117;
  • blue value is 175.
RGB:
(246,117,175)
(96%,46%,69%)

RGB channels and saturation

R 246 of 255 = 96%
G 117 of 255 = 46%
B 175 of 255 = 69%

246
117
175

R + G + B ~ 70%. #F675AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 117 + 175 = 538 (100%)
R 246 of 538 ~ 45.72%
G 117 of 538 ~ 21.75%
B 175 of 538 ~ 32.53%

%45.72
%21.75
%32.53

CMYK color model

#F675AF color CMYK value is (0,52,29,4).

  • cyan value is 0.00%
  • magenta value is 52.44%
  • yellow value is 28.86%
  • key color value is 3.53%
CMYK:
(0,52,29,4)
C0M52Y29K4 
(0%,52%,29%,4%)
(0.00/0.52/0.29/0.04)	

CMYK percentages

%0
%52.44
%28.86
%3.53

Codes

Color #F675AF in popluar color models

F675AF
RGB246117175
HSL333°87.76%71.18%
HSB/HSV333°52.44%96.47%
CMYK0.00%52.44%28.86%
3.53%

Color #F675AF in popluar number systems.

HEXF675AF
Decimal246117175
Binary11110110111010110101111
Octal366165257

Shades and tints

Shades of #F675AF

#F675AF
(246,117,175)
#E06BA0
(224,107,160)
#CA6191
(202,97,145)
#B45782
(180,87,130)
#9E4D73
(158,77,115)
#884364
(136,67,100)
#723955
(114,57,85)
#5C2F46
(92,47,70)
#462537
(70,37,55)
#301B28
(48,27,40)
#1A1119
(26,17,25)
#000000
(0,0,0)

Tints of #F675AF

#F675AF
(246,117,175)
#F681B6
(246,129,182)
#F68DBD
(246,141,189)
#F699C4
(246,153,196)
#F6A5CB
(246,165,203)
#F6B1D2
(246,177,210)
#F6BDD9
(246,189,217)
#F6C9E0
(246,201,224)
#F6D5E7
(246,213,231)
#F6E1EE
(246,225,238)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F675AF color. Also use rgb(246,117,175) instead hex code.

Text Font Color

.myTextColor { color: #F675AF; }

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

This text font color is #F675AF.


Background Color

.myBgColor { background-color: #F675AF; }

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

This div background color is #F675AF.


Border color

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

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

This div border color is #F675AF.


Opacity

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

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

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

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

This text has shadow with #F675AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F675AF on black background.


Color preview on white background

This text has color #F675AF on white background.



Black color preview on #F675AF background

This text has black color on #F675AF background.


White color preview on #F675AF background

This text has white color on #F675AF background.