COLOR #F285CF

HEX: #F285CF
RGB: (242,133,207)

Color info

#F285CF contains mainly red and blue colors. Web safe color of #F285CF is #FF99CC (or #F9C).

RGB color model

#F285CF color RGB value is (242,133,207).

  • red value is 242;
  • green value is 133;
  • blue value is 207.
RGB:
(242,133,207)
(95%,52%,81%)

RGB channels and saturation

R 242 of 255 = 95%
G 133 of 255 = 52%
B 207 of 255 = 81%

242
133
207

R + G + B ~ 76%. #F285CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 133 + 207 = 582 (100%)
R 242 of 582 ~ 41.58%
G 133 of 582 ~ 22.85%
B 207 of 582 ~ 35.57%

%41.58
%22.85
%35.57

CMYK color model

#F285CF color CMYK value is (0,45,14,5).

  • cyan value is 0.00%
  • magenta value is 45.04%
  • yellow value is 14.46%
  • key color value is 5.10%
CMYK:
(0,45,14,5)
C0M45Y14K5 
(0%,45%,14%,5%)
(0.00/0.45/0.14/0.05)	

CMYK percentages

%0
%45.04
%14.46
%5.1

Codes

Color #F285CF in popluar color models

F285CF
RGB242133207
HSL319°80.74%73.53%
HSB/HSV319°45.04%94.90%
CMYK0.00%45.04%14.46%
5.10%

Color #F285CF in popluar number systems.

HEXF285CF
Decimal242133207
Binary111100101000010111001111
Octal362205317

Shades and tints

Shades of #F285CF

#F285CF
(242,133,207)
#DC79BD
(220,121,189)
#C66DAB
(198,109,171)
#B06199
(176,97,153)
#9A5587
(154,85,135)
#844975
(132,73,117)
#6E3D63
(110,61,99)
#583151
(88,49,81)
#42253F
(66,37,63)
#2C192D
(44,25,45)
#160D1B
(22,13,27)
#000000
(0,0,0)

Tints of #F285CF

#F285CF
(242,133,207)
#F390D3
(243,144,211)
#F49BD7
(244,155,215)
#F5A6DB
(245,166,219)
#F6B1DF
(246,177,223)
#F7BCE3
(247,188,227)
#F8C7E7
(248,199,231)
#F9D2EB
(249,210,235)
#FADDEF
(250,221,239)
#FBE8F3
(251,232,243)
#FCF3F7
(252,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F285CF color. Also use rgb(242,133,207) instead hex code.

Text Font Color

.myTextColor { color: #F285CF; }

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

This text font color is #F285CF.


Background Color

.myBgColor { background-color: #F285CF; }

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

This div background color is #F285CF.


Border color

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

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

This div border color is #F285CF.


Opacity

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

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

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

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

This text has shadow with #F285CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F285CF on black background.


Color preview on white background

This text has color #F285CF on white background.



Black color preview on #F285CF background

This text has black color on #F285CF background.


White color preview on #F285CF background

This text has white color on #F285CF background.