COLOR #F254B0

HEX: #F254B0 RGB: (242,84,176)

Color info

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

RGB color model

#F254B0 color RGB value is (242,84,176).

RGB: (242,84,176) (95%, 33%, 69%)

RGB channels and saturation

R 242 of 255 = 95%
G 84 of 255 = 33%
B 176 of 255 = 69%

242
84
176

R + G + B ~ 66%. #F254B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 84 + 176 = 502 (100%)
R 242 of 502 ~ 48.21%
G 84 of 502 ~ 16.73%
B 176 of 502 ~ 35.06'%

%48.21
%16.73
%35.06

CMYK color model

#F254B0 color CMYK value is (0,65,27,5).

  • cyan value is 0.00%
  • magenta value is 65.29%
  • yellow value is 27.27%
  • key color value is 5.10%

CMYK: (0,65,27,5)
C0M65Y27K5 (0%, 65%, 27%, 5%)
(0.00 / 0.65 / 0.27 / 0.05)

CMYK percentages

%0
%65.29
%27.27
%5.1

Codes

Color #F254B0 in popluar color models

F2 54 B0
RGB 242 84 176
HSL 325° 85.87% 63.92%
HSB/HSV 325° 65.29% 94.90%
CMYK 0.00% 65.29% 27.27%
5.10%

Color #F254B0 in popluar number systems.

HEX F2 54 B0
Decimal 242 84 176
Binary 11110010 1010100 10110000
Octal 362 124 260

Shades and tints

Shades of #F254B0

#F254B0
(242,84,176)
#DC4DA0
(220,77,160)
#C64690
(198,70,144)
#B03F80
(176,63,128)
#9A3870
(154,56,112)
#843160
(132,49,96)
#6E2A50
(110,42,80)
#582340
(88,35,64)
#421C30
(66,28,48)
#2C1520
(44,21,32)
#160E10
(22,14,16)
#000000
(0,0,0)

Tints of #F254B0

#F254B0
(242,84,176)
#F363B7
(243,99,183)
#F472BE
(244,114,190)
#F581C5
(245,129,197)
#F690CC
(246,144,204)
#F79FD3
(247,159,211)
#F8AEDA
(248,174,218)
#F9BDE1
(249,189,225)
#FACCE8
(250,204,232)
#FBDBEF
(251,219,239)
#FCEAF6
(252,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F254B0 color. Also use rgb(242,84,176) instead hex code.

Text Font Color

.myTextColor { color: #F254B0; }

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

This text font color is #F254B0.

Background Color

.myBgColor { background-color: #F254B0; }

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

This div background color is #F254B0.

Border color

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

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

This div border color is #F254B0.

Opacity

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

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

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

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

This text has shadow with #F254B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F254B0.

Preview

Color preview on black background

This text has color #F254B0 on black background.


Color preview on white background

This text has color #F254B0 on white background.


Black color preview on #F254B0 background

This text has black color on #F254B0 background.


White color preview on #F254B0 background

This text has white color on #F254B0 background.


Related colors

Complementary color

Complementary color for #hex is #0DAB4F.


I love getcolorcode.com

Triadic colors

1 #B0F254 and #54B0F2 with #F254B0 are triadic colors.

2 #B054F2 and #54F2B0 with #F254B0 are triadic colors.