COLOR #FF75F4

HEX: #FF75F4
RGB: (255,117,244)

Color info

#FF75F4 contains mainly red and blue colors. Web safe color of #FF75F4 is #FF66FF (or #F6F).

RGB color model

#FF75F4 color RGB value is (255,117,244).

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

RGB channels and saturation

R 255 of 255 = 100%
G 117 of 255 = 46%
B 244 of 255 = 96%

255
117
244

R + G + B ~ 81%. #FF75F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 117 + 244 = 616 (100%)
R 255 of 616 ~ 41.4%
G 117 of 616 ~ 18.99%
B 244 of 616 ~ 39.61%

%41.4
%18.99
%39.61

CMYK color model

#FF75F4 color CMYK value is (0,54,4,0).

  • cyan value is 0.00%
  • magenta value is 54.12%
  • yellow value is 4.31%
  • key color value is 0.00%
CMYK:
(0,54,4,0)
C0M54Y4K0 
(0%,54%,4%,0%)
(0.00/0.54/0.04/0.00)	

CMYK percentages

%0
%54.12
%4.31
%0

Codes

Color #FF75F4 in popluar color models

FF75F4
RGB255117244
HSL305°100.00%72.94%
HSB/HSV305°54.12%100.00%
CMYK0.00%54.12%4.31%
0.00%

Color #FF75F4 in popluar number systems.

HEXFF75F4
Decimal255117244
Binary11111111111010111110100
Octal377165364

Shades and tints

Shades of #FF75F4

#FF75F4
(255,117,244)
#E86BDE
(232,107,222)
#D161C8
(209,97,200)
#BA57B2
(186,87,178)
#A34D9C
(163,77,156)
#8C4386
(140,67,134)
#753970
(117,57,112)
#5E2F5A
(94,47,90)
#472544
(71,37,68)
#301B2E
(48,27,46)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #FF75F4

#FF75F4
(255,117,244)
#FF81F5
(255,129,245)
#FF8DF6
(255,141,246)
#FF99F7
(255,153,247)
#FFA5F8
(255,165,248)
#FFB1F9
(255,177,249)
#FFBDFA
(255,189,250)
#FFC9FB
(255,201,251)
#FFD5FC
(255,213,252)
#FFE1FD
(255,225,253)
#FFEDFE
(255,237,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF75F4; }

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

This text font color is #FF75F4.


Background Color

.myBgColor { background-color: #FF75F4; }

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

This div background color is #FF75F4.


Border color

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

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

This div border color is #FF75F4.


Opacity

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

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

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

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

This text has shadow with #FF75F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF75F4 on black background.


Color preview on white background

This text has color #FF75F4 on white background.



Black color preview on #FF75F4 background

This text has black color on #FF75F4 background.


White color preview on #FF75F4 background

This text has white color on #FF75F4 background.