COLOR #F905DD

HEX: #F905DD
RGB: (249,5,221)

Color info

#F905DD contains mainly red and blue colors. Web safe color of #F905DD is #FF00CC (or #F0C).

RGB color model

#F905DD color RGB value is (249,5,221).

  • red value is 249;
  • green value is 5;
  • blue value is 221.
RGB:
(249,5,221)
(98%,2%,87%)

RGB channels and saturation

R 249 of 255 = 98%
G 5 of 255 = 2%
B 221 of 255 = 87%

249
5
221

R + G + B ~ 62%. #F905DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 5 + 221 = 475 (100%)
R 249 of 475 ~ 52.42%
G 5 of 475 ~ 1.05%
B 221 of 475 ~ 46.53%

%52.42
%46.53

CMYK color model

#F905DD color CMYK value is (0,98,11,2).

  • cyan value is 0.00%
  • magenta value is 97.99%
  • yellow value is 11.24%
  • key color value is 2.35%
CMYK:
(0,98,11,2)
C0M98Y11K2 
(0%,98%,11%,2%)
(0.00/0.98/0.11/0.02)	

CMYK percentages

%0
%97.99
%11.24
%2.35

Codes

Color #F905DD in popluar color models

F905DD
RGB2495221
HSL307°96.06%49.80%
HSB/HSV307°97.99%97.65%
CMYK0.00%97.99%11.24%
2.35%

Color #F905DD in popluar number systems.

HEXF905DD
Decimal2495221
Binary1111100110111011101
Octal3715335

Shades and tints

Shades of #F905DD

#F905DD
(249,5,221)
#E305C9
(227,5,201)
#CD05B5
(205,5,181)
#B705A1
(183,5,161)
#A1058D
(161,5,141)
#8B0579
(139,5,121)
#750565
(117,5,101)
#5F0551
(95,5,81)
#49053D
(73,5,61)
#330529
(51,5,41)
#1D0515
(29,5,21)
#000000
(0,0,0)

Tints of #F905DD

#F905DD
(249,5,221)
#F91BE0
(249,27,224)
#F931E3
(249,49,227)
#F947E6
(249,71,230)
#F95DE9
(249,93,233)
#F973EC
(249,115,236)
#F989EF
(249,137,239)
#F99FF2
(249,159,242)
#F9B5F5
(249,181,245)
#F9CBF8
(249,203,248)
#F9E1FB
(249,225,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F905DD color. Also use rgb(249,5,221) instead hex code.

Text Font Color

.myTextColor { color: #F905DD; }

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

This text font color is #F905DD.


Background Color

.myBgColor { background-color: #F905DD; }

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

This div background color is #F905DD.


Border color

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

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

This div border color is #F905DD.


Opacity

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

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

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

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

This text has shadow with #F905DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F905DD on black background.


Color preview on white background

This text has color #F905DD on white background.



Black color preview on #F905DD background

This text has black color on #F905DD background.


White color preview on #F905DD background

This text has white color on #F905DD background.