COLOR #FF75DA

HEX: #FF75DA
RGB: (255,117,218)

Color info

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

RGB color model

#FF75DA color RGB value is (255,117,218).

  • red value is 255;
  • green value is 117;
  • blue value is 218.
RGB:
(255,117,218)
(100%,46%,85%)

RGB channels and saturation

R 255 of 255 = 100%
G 117 of 255 = 46%
B 218 of 255 = 85%

255
117
218

R + G + B ~ 77%. #FF75DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 117 + 218 = 590 (100%)
R 255 of 590 ~ 43.22%
G 117 of 590 ~ 19.83%
B 218 of 590 ~ 36.95%

%43.22
%19.83
%36.95

CMYK color model

#FF75DA color CMYK value is (0,54,15,0).

  • cyan value is 0.00%
  • magenta value is 54.12%
  • yellow value is 14.51%
  • key color value is 0.00%
CMYK:
(0,54,15,0)
C0M54Y15K0 
(0%,54%,15%,0%)
(0.00/0.54/0.15/0.00)	

CMYK percentages

%0
%54.12
%14.51
%0

Codes

Color #FF75DA in popluar color models

FF75DA
RGB255117218
HSL316°100.00%72.94%
HSB/HSV316°54.12%100.00%
CMYK0.00%54.12%14.51%
0.00%

Color #FF75DA in popluar number systems.

HEXFF75DA
Decimal255117218
Binary11111111111010111011010
Octal377165332

Shades and tints

Shades of #FF75DA

#FF75DA
(255,117,218)
#E86BC7
(232,107,199)
#D161B4
(209,97,180)
#BA57A1
(186,87,161)
#A34D8E
(163,77,142)
#8C437B
(140,67,123)
#753968
(117,57,104)
#5E2F55
(94,47,85)
#472542
(71,37,66)
#301B2F
(48,27,47)
#19111C
(25,17,28)
#000000
(0,0,0)

Tints of #FF75DA

#FF75DA
(255,117,218)
#FF81DD
(255,129,221)
#FF8DE0
(255,141,224)
#FF99E3
(255,153,227)
#FFA5E6
(255,165,230)
#FFB1E9
(255,177,233)
#FFBDEC
(255,189,236)
#FFC9EF
(255,201,239)
#FFD5F2
(255,213,242)
#FFE1F5
(255,225,245)
#FFEDF8
(255,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF75DA color. Also use rgb(255,117,218) instead hex code.

Text Font Color

.myTextColor { color: #FF75DA; }

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

This text font color is #FF75DA.


Background Color

.myBgColor { background-color: #FF75DA; }

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

This div background color is #FF75DA.


Border color

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

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

This div border color is #FF75DA.


Opacity

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

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

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

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

This text has shadow with #FF75DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF75DA on black background.


Color preview on white background

This text has color #FF75DA on white background.



Black color preview on #FF75DA background

This text has black color on #FF75DA background.


White color preview on #FF75DA background

This text has white color on #FF75DA background.