#F56E85

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

Shades of Brink Pink #F56E85

Tints of Brink Pink #F56E85

Color information

#F56E85 (or 0xF56E85) is unknown color: approx Brink Pink. HEX triplet: F5, 6E and 85. RGB value is (245,110,133). Sum of RGB (Red+Green+Blue) = 245+110+133=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F56E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56E85 is #0A917A. Grayscale: #999999. Windows color (decimal): -692603 or 8744693. OLE color: 8744693.

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

Color convert

RGB245110133-
CMYK00.550.460.04
HSL349.78º87.1%69.61%-
HSV(B)349.78º55.1%96.08%-
XYZ47.4732.2625.91-
YUV152.99116.73193.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.20%
GREEN value IS 110 (43.36% from 255) = 22.54%
BLUE value IS 133 (52.34% from 255) = 27.25%
R=50.20%
G=22.54%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511013300.550.460.04349.7887.169.61
HexF56E850372E415e5746
Octal365156205067564536127106
Binary11110101110111010000101011011110111010010101111010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56E85; }

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

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

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

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

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

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

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

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