#FF7C86

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

Shades of Brink Pink #FF7C86

Tints of Brink Pink #FF7C86

Color information

#FF7C86 (or 0xFF7C86) is unknown color: approx Brink Pink. HEX triplet: FF, 7C and 86. RGB value is (255,124,134). Sum of RGB (Red+Green+Blue) = 255+124+134=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7C86 is #008379. Grayscale: #A4A4A4. Windows color (decimal): -33658 or 8813823. OLE color: 8813823.

HSL color Cylindrical-coordinate representation of color #FF7C86: hue angle of 355.42º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7C86 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB255124134-
CMYK00.510.470
HSL355.42º100%74.31%-
HSV(B)355.42º51.37%100%-
XYZ52.7537.426.99-
YUV164.31110.9192.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 124 (48.83% from 255) = 24.17%
BLUE value IS 134 (52.73% from 255) = 26.12%
R=49.71%
G=24.17%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512413400.510.470355.4210074.31
HexFF7C860332F0163644a
Octal377174206063570543144112
Binary111111111111100100001100110011101111010110001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7C86; }

 p { color: rgb(255,124,134); }

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

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

 a { background-color: rgb(255,124,134); }

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

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

 span { border-color: rgb(255,124,134); }

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