COLOR #F253A3

HEX: #F253A3 RGB: (242,83,163)

Color info

#F253A3 contains mainly red color. Web safe color of #F253A3 is #FF6699 (or #F69).

RGB color model

#F253A3 color RGB value is (242,83,163).

RGB: (242,83,163) (95%, 33%, 64%)

RGB channels and saturation

R 242 of 255 = 95%
G 83 of 255 = 33%
B 163 of 255 = 64%

242
83
163

R + G + B ~ 64%. #F253A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 83 + 163 = 488 (100%)
R 242 of 488 ~ 49.59%
G 83 of 488 ~ 17.01%
B 163 of 488 ~ 33.4'%

%49.59
%17.01
%33.4

CMYK color model

#F253A3 color CMYK value is (0,66,33,5).

  • cyan value is 0.00%
  • magenta value is 65.70%
  • yellow value is 32.64%
  • key color value is 5.10%

CMYK: (0,66,33,5)
C0M66Y33K5 (0%, 66%, 33%, 5%)
(0.00 / 0.66 / 0.33 / 0.05)

CMYK percentages

%0
%65.7
%32.64
%5.1

Codes

Color #F253A3 in popluar color models

F2 53 A3
RGB 242 83 163
HSL 330° 85.95% 63.73%
HSB/HSV 330° 65.70% 94.90%
CMYK 0.00% 65.70% 32.64%
5.10%

Color #F253A3 in popluar number systems.

HEX F2 53 A3
Decimal 242 83 163
Binary 11110010 1010011 10100011
Octal 362 123 243

Shades and tints

Shades of #F253A3

#F253A3
(242,83,163)
#DC4C95
(220,76,149)
#C64587
(198,69,135)
#B03E79
(176,62,121)
#9A376B
(154,55,107)
#84305D
(132,48,93)
#6E294F
(110,41,79)
#582241
(88,34,65)
#421B33
(66,27,51)
#2C1425
(44,20,37)
#160D17
(22,13,23)
#000000
(0,0,0)

Tints of #F253A3

#F253A3
(242,83,163)
#F362AB
(243,98,171)
#F471B3
(244,113,179)
#F580BB
(245,128,187)
#F68FC3
(246,143,195)
#F79ECB
(247,158,203)
#F8ADD3
(248,173,211)
#F9BCDB
(249,188,219)
#FACBE3
(250,203,227)
#FBDAEB
(251,218,235)
#FCE9F3
(252,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F253A3 color. Also use rgb(242,83,163) instead hex code.

Text Font Color

.myTextColor { color: #F253A3; }

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

This text font color is #F253A3.

Background Color

.myBgColor { background-color: #F253A3; }

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

This div background color is #F253A3.

Border color

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

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

This div border color is #F253A3.

Opacity

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

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

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

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

This text has shadow with #F253A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F253A3.

Preview

Color preview on black background

This text has color #F253A3 on black background.


Color preview on white background

This text has color #F253A3 on white background.


Black color preview on #F253A3 background

This text has black color on #F253A3 background.


White color preview on #F253A3 background

This text has white color on #F253A3 background.


Related colors

Complementary color

Complementary color for #hex is #0DAC5C.


I love getcolorcode.com

Triadic colors

1 #A3F253 and #53A3F2 with #F253A3 are triadic colors.

2 #A353F2 and #53F2A3 with #F253A3 are triadic colors.