#F56E80

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

Shades of Brink Pink #F56E80

Tints of Brink Pink #F56E80

Color information

#F56E80 (or 0xF56E80) is unknown color: approx Brink Pink. HEX triplet: F5, 6E and 80. RGB value is (245,110,128). Sum of RGB (Red+Green+Blue) = 245+110+128=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F56E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56E80 is #0A917F. Grayscale: #989898. Windows color (decimal): -692608 or 8417013. OLE color: 8417013.

HSL color Cylindrical-coordinate representation of color #F56E80: hue angle of 352º 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 #F56E80 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB245110128-
CMYK00.550.480.04
HSL352º87.1%69.61%-
HSV(B)352º55.1%96.08%-
XYZ47.1332.1224.14-
YUV152.42114.23194.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.72%
GREEN value IS 110 (43.36% from 255) = 22.77%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=50.72%
G=22.77%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511012800.550.480.0435287.169.61
HexF56E800373041605746
Octal365156200067604540127106
Binary11110101110111010000000011011111000010010110000010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56E80; }

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

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

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

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

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

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

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

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