COLOR #F583C3

HEX: #F583C3
RGB: (245,131,195)

Color info

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

RGB color model

#F583C3 color RGB value is (245,131,195).

  • red value is 245;
  • green value is 131;
  • blue value is 195.
RGB:
(245,131,195)
(96%,51%,76%)

RGB channels and saturation

R 245 of 255 = 96%
G 131 of 255 = 51%
B 195 of 255 = 76%

245
131
195

R + G + B ~ 74%. #F583C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 131 + 195 = 571 (100%)
R 245 of 571 ~ 42.91%
G 131 of 571 ~ 22.94%
B 195 of 571 ~ 34.15%

%42.91
%22.94
%34.15

CMYK color model

#F583C3 color CMYK value is (0,47,20,4).

  • cyan value is 0.00%
  • magenta value is 46.53%
  • yellow value is 20.41%
  • key color value is 3.92%
CMYK:
(0,47,20,4)
C0M47Y20K4 
(0%,47%,20%,4%)
(0.00/0.47/0.20/0.04)	

CMYK percentages

%0
%46.53
%20.41
%3.92

Codes

Color #F583C3 in popluar color models

F583C3
RGB245131195
HSL326°85.07%73.73%
HSB/HSV326°46.53%96.08%
CMYK0.00%46.53%20.41%
3.92%

Color #F583C3 in popluar number systems.

HEXF583C3
Decimal245131195
Binary111101011000001111000011
Octal365203303

Shades and tints

Shades of #F583C3

#F583C3
(245,131,195)
#DF78B2
(223,120,178)
#C96DA1
(201,109,161)
#B36290
(179,98,144)
#9D577F
(157,87,127)
#874C6E
(135,76,110)
#71415D
(113,65,93)
#5B364C
(91,54,76)
#452B3B
(69,43,59)
#2F202A
(47,32,42)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #F583C3

#F583C3
(245,131,195)
#F58EC8
(245,142,200)
#F599CD
(245,153,205)
#F5A4D2
(245,164,210)
#F5AFD7
(245,175,215)
#F5BADC
(245,186,220)
#F5C5E1
(245,197,225)
#F5D0E6
(245,208,230)
#F5DBEB
(245,219,235)
#F5E6F0
(245,230,240)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F583C3 color. Also use rgb(245,131,195) instead hex code.

Text Font Color

.myTextColor { color: #F583C3; }

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

This text font color is #F583C3.


Background Color

.myBgColor { background-color: #F583C3; }

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

This div background color is #F583C3.


Border color

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

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

This div border color is #F583C3.


Opacity

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

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

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

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

This text has shadow with #F583C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F583C3 on black background.


Color preview on white background

This text has color #F583C3 on white background.



Black color preview on #F583C3 background

This text has black color on #F583C3 background.


White color preview on #F583C3 background

This text has white color on #F583C3 background.