COLOR #F511FA

HEX: #F511FA
RGB: (245,17,250)

Color info

#F511FA contains mainly red and blue colors. Web safe color of #F511FA is #FF00FF (or #F0F).

RGB color model

#F511FA color RGB value is (245,17,250).

  • red value is 245;
  • green value is 17;
  • blue value is 250.
RGB:
(245,17,250)
(96%,7%,98%)

RGB channels and saturation

R 245 of 255 = 96%
G 17 of 255 = 7%
B 250 of 255 = 98%

245
17
250

R + G + B ~ 67%. #F511FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 17 + 250 = 512 (100%)
R 245 of 512 ~ 47.85%
G 17 of 512 ~ 3.32%
B 250 of 512 ~ 48.83%

%47.85
%48.83

CMYK color model

#F511FA color CMYK value is (2,93,0,2).

  • cyan value is 2.00%
  • magenta value is 93.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(2,93,0,2)
C2M93Y0K2 
(2%,93%,0%,2%)
(0.02/0.93/0.00/0.02)	

CMYK percentages

%2
%93.2
%0
%1.96

Codes

Color #F511FA in popluar color models

F511FA
RGB24517250
HSL299°95.88%52.35%
HSB/HSV299°93.20%98.04%
CMYK2.00%93.20%0.00%
1.96%

Color #F511FA in popluar number systems.

HEXF511FA
Decimal24517250
Binary111101011000111111010
Octal36521372

Shades and tints

Shades of #F511FA

#F511FA
(245,17,250)
#DF10E4
(223,16,228)
#C90FCE
(201,15,206)
#B30EB8
(179,14,184)
#9D0DA2
(157,13,162)
#870C8C
(135,12,140)
#710B76
(113,11,118)
#5B0A60
(91,10,96)
#45094A
(69,9,74)
#2F0834
(47,8,52)
#19071E
(25,7,30)
#000000
(0,0,0)

Tints of #F511FA

#F511FA
(245,17,250)
#F526FA
(245,38,250)
#F53BFA
(245,59,250)
#F550FA
(245,80,250)
#F565FA
(245,101,250)
#F57AFA
(245,122,250)
#F58FFA
(245,143,250)
#F5A4FA
(245,164,250)
#F5B9FA
(245,185,250)
#F5CEFA
(245,206,250)
#F5E3FA
(245,227,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F511FA color. Also use rgb(245,17,250) instead hex code.

Text Font Color

.myTextColor { color: #F511FA; }

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

This text font color is #F511FA.


Background Color

.myBgColor { background-color: #F511FA; }

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

This div background color is #F511FA.


Border color

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

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

This div border color is #F511FA.


Opacity

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

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

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

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

This text has shadow with #F511FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F511FA on black background.


Color preview on white background

This text has color #F511FA on white background.



Black color preview on #F511FA background

This text has black color on #F511FA background.


White color preview on #F511FA background

This text has white color on #F511FA background.