#F56D7C

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

Shades of Brink Pink #F56D7C

Tints of Brink Pink #F56D7C

Color information

#F56D7C (or 0xF56D7C) is unknown color: approx Brink Pink. HEX triplet: F5, 6D and 7C. RGB value is (245,109,124). Sum of RGB (Red+Green+Blue) = 245+109+124=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F56D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56D7C is #0A9283. Grayscale: #979797. Windows color (decimal): -692868 or 8154613. OLE color: 8154613.

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

Color convert

RGB245109124-
CMYK00.560.490.04
HSL353.38º87.18%69.41%-
HSV(B)353.38º55.51%96.08%-
XYZ46.7631.822.74-
YUV151.37112.56194.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.26%
GREEN value IS 109 (42.97% from 255) = 22.80%
BLUE value IS 124 (48.83% from 255) = 25.94%
R=51.26%
G=22.80%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510912400.560.490.04353.3887.1869.41
HexF56D7C0383141615745
Octal365155174070614541127105
Binary1111010111011011111100011100011000110010110000110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56D7C; }

 p { color: rgb(245,109,124); }

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

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

 a { background-color: rgb(245,109,124); }

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

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

 span { border-color: rgb(245,109,124); }

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