#FF7A86

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

Shades of Brink Pink #FF7A86

Tints of Brink Pink #FF7A86

Color information

#FF7A86 (or 0xFF7A86) is unknown color: approx Brink Pink. HEX triplet: FF, 7A and 86. RGB value is (255,122,134). Sum of RGB (Red+Green+Blue) = 255+122+134=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7A86 is #008579. Grayscale: #A3A3A3. Windows color (decimal): -34170 or 8813311. OLE color: 8813311.

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

Color convert

RGB255122134-
CMYK00.520.470
HSL354.59º100%73.92%-
HSV(B)354.59º52.16%100%-
XYZ52.536.926.91-
YUV163.14111.56193.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.90%
GREEN value IS 122 (48.05% from 255) = 23.87%
BLUE value IS 134 (52.73% from 255) = 26.22%
R=49.90%
G=23.87%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512213400.520.470354.5910073.92
HexFF7A860342F0163644a
Octal377172206064570543144112
Binary111111111111010100001100110100101111010110001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7A86; }

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

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

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

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

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

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

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

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