COLOR #F75AE1

HEX: #F75AE1
RGB: (247,90,225)

Color info

#F75AE1 contains mainly red and blue colors. Web safe color of #F75AE1 is #FF66CC (or #F6C).

RGB color model

#F75AE1 color RGB value is (247,90,225).

  • red value is 247;
  • green value is 90;
  • blue value is 225.
RGB:
(247,90,225)
(97%,35%,88%)

RGB channels and saturation

R 247 of 255 = 97%
G 90 of 255 = 35%
B 225 of 255 = 88%

247
90
225

R + G + B ~ 73%. #F75AE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 90 + 225 = 562 (100%)
R 247 of 562 ~ 43.95%
G 90 of 562 ~ 16.01%
B 225 of 562 ~ 40.04%

%43.95
%16.01
%40.04

CMYK color model

#F75AE1 color CMYK value is (0,64,9,3).

  • cyan value is 0.00%
  • magenta value is 63.56%
  • yellow value is 8.91%
  • key color value is 3.14%
CMYK:
(0,64,9,3)
C0M64Y9K3 
(0%,64%,9%,3%)
(0.00/0.64/0.09/0.03)	

CMYK percentages

%0
%63.56
%8.91
%3.14

Codes

Color #F75AE1 in popluar color models

F75AE1
RGB24790225
HSL308°90.75%66.08%
HSB/HSV308°63.56%96.86%
CMYK0.00%63.56%8.91%
3.14%

Color #F75AE1 in popluar number systems.

HEXF75AE1
Decimal24790225
Binary11110111101101011100001
Octal367132341

Shades and tints

Shades of #F75AE1

#F75AE1
(247,90,225)
#E152CD
(225,82,205)
#CB4AB9
(203,74,185)
#B542A5
(181,66,165)
#9F3A91
(159,58,145)
#89327D
(137,50,125)
#732A69
(115,42,105)
#5D2255
(93,34,85)
#471A41
(71,26,65)
#31122D
(49,18,45)
#1B0A19
(27,10,25)
#000000
(0,0,0)

Tints of #F75AE1

#F75AE1
(247,90,225)
#F769E3
(247,105,227)
#F778E5
(247,120,229)
#F787E7
(247,135,231)
#F796E9
(247,150,233)
#F7A5EB
(247,165,235)
#F7B4ED
(247,180,237)
#F7C3EF
(247,195,239)
#F7D2F1
(247,210,241)
#F7E1F3
(247,225,243)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F75AE1 color. Also use rgb(247,90,225) instead hex code.

Text Font Color

.myTextColor { color: #F75AE1; }

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

This text font color is #F75AE1.


Background Color

.myBgColor { background-color: #F75AE1; }

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

This div background color is #F75AE1.


Border color

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

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

This div border color is #F75AE1.


Opacity

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

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

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

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

This text has shadow with #F75AE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F75AE1 on black background.


Color preview on white background

This text has color #F75AE1 on white background.



Black color preview on #F75AE1 background

This text has black color on #F75AE1 background.


White color preview on #F75AE1 background

This text has white color on #F75AE1 background.