#F56E87

Color #F56E87 Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #F56E87

Tints of Brink Pink #F56E87

Color information

#F56E87 (or 0xF56E87) is unknown color: approx Brink Pink. HEX triplet: F5, 6E and 87. RGB value is (245,110,135). Sum of RGB (Red+Green+Blue) = 245+110+135=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F56E87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56E87 is #0A9178. Grayscale: #999999. Windows color (decimal): -692601 or 8875765. OLE color: 8875765.

HSL color Cylindrical-coordinate representation of color #F56E87: hue angle of 348.89º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F56E87 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB245110135-
CMYK00.550.450.04
HSL348.89º87.1%69.61%-
HSV(B)348.89º55.1%96.08%-
XYZ47.6132.3126.65-
YUV153.21117.73193.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 50%
GREEN value IS 110 (43.36% from 255) = 22.45%
BLUE value IS 135 (53.12% from 255) = 27.55%
R=50%
G=22.45%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511013500.550.450.04348.8987.169.61
HexF56E870372D415d5746
Octal365156207067554535127106
Binary11110101110111010000111011011110110110010101110110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56E87; }

 p { color: rgb(245,110,135); }

 H1.HeaderClassName
 {
   color: #F56E87;
 }
 .AnyTagClassName
 {
   color: #F56E87;
 }
</style>
background-color css

<style>
 a { background-color: #F56E87; }

 a { background-color: rgb(245,110,135); }

 div.DivClassName
 {
   background-color: #F56E87;
 }
 .BgClassName
 {
   background-color: #F56E87;
 }
</style>
border-color css

<style>
 span { border-color: #F56E87; }

 span { border-color: rgb(245,110,135); }

 td.TdClassName
 {
   border-color: #F56E87;
 }
 .TagClassName
 {
   border-color: #F56E87;
 }
</style>