COLOR #FA0758

HEX: #FA0758
RGB: (250,7,88)

Color info

#FA0758 contains mainly red color. Web safe color of #FA0758 is #FF0066 (or #F06).

RGB color model

#FA0758 color RGB value is (250,7,88).

  • red value is 250;
  • green value is 7;
  • blue value is 88.
RGB:
(250,7,88)
(98%,3%,35%)

RGB channels and saturation

R 250 of 255 = 98%
G 7 of 255 = 3%
B 88 of 255 = 35%

250
7
88

R + G + B ~ 45%. #FA0758 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
250 + 7 + 88 = 345 (100%)
R 250 of 345 ~ 72.46%
G 7 of 345 ~ 2.03%
B 88 of 345 ~ 25.51%

%72.46
%25.51

CMYK color model

#FA0758 color CMYK value is (0,97,65,2).

  • cyan value is 0.00%
  • magenta value is 97.20%
  • yellow value is 64.80%
  • key color value is 1.96%
CMYK:
(0,97,65,2)
C0M97Y65K2 
(0%,97%,65%,2%)
(0.00/0.97/0.65/0.02)	

CMYK percentages

%0
%97.2
%64.8
%1.96

Codes

Color #FA0758 in popluar color models

FA0758
RGB250788
HSL340°96.05%50.39%
HSB/HSV340°97.20%98.04%
CMYK0.00%97.20%64.80%
1.96%

Color #FA0758 in popluar number systems.

HEXFA0758
Decimal250788
Binary111110101111011000
Octal3727130

Shades and tints

Shades of #FA0758

#FA0758
(250,7,88)
#E40750
(228,7,80)
#CE0748
(206,7,72)
#B80740
(184,7,64)
#A20738
(162,7,56)
#8C0730
(140,7,48)
#760728
(118,7,40)
#600720
(96,7,32)
#4A0718
(74,7,24)
#340710
(52,7,16)
#1E0708
(30,7,8)
#000000
(0,0,0)

Tints of #FA0758

#FA0758
(250,7,88)
#FA1D67
(250,29,103)
#FA3376
(250,51,118)
#FA4985
(250,73,133)
#FA5F94
(250,95,148)
#FA75A3
(250,117,163)
#FA8BB2
(250,139,178)
#FAA1C1
(250,161,193)
#FAB7D0
(250,183,208)
#FACDDF
(250,205,223)
#FAE3EE
(250,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA0758 color. Also use rgb(250,7,88) instead hex code.

Text Font Color

.myTextColor { color: #FA0758; }

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

This text font color is #FA0758.


Background Color

.myBgColor { background-color: #FA0758; }

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

This div background color is #FA0758.


Border color

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

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

This div border color is #FA0758.


Opacity

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

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

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

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

This text has shadow with #FA0758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA0758 on black background.


Color preview on white background

This text has color #FA0758 on white background.



Black color preview on #FA0758 background

This text has black color on #FA0758 background.


White color preview on #FA0758 background

This text has white color on #FA0758 background.