#FF6A89

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

Shades of Brink Pink #FF6A89

Tints of Brink Pink #FF6A89

Color information

#FF6A89 (or 0xFF6A89) is unknown color: approx Brink Pink. HEX triplet: FF, 6A and 89. RGB value is (255,106,137). Sum of RGB (Red+Green+Blue) = 255+106+137=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6A89 is #009576. Grayscale: #9A9A9A. Windows color (decimal): -38263 or 9005823. OLE color: 9005823.

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

Color convert

RGB255106137-
CMYK00.580.460
HSL347.52º100%70.78%-
HSV(B)347.52º58.43%100%-
XYZ50.9133.3727.43-
YUV154.08118.36199.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 106 (41.80% from 255) = 21.29%
BLUE value IS 137 (53.91% from 255) = 27.51%
R=51.20%
G=21.29%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510613700.580.460347.5210070.78
HexFF6A8903A2E015c6447
Octal377152211072560534144107
Binary111111111101010100010010111010101110010101110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6A89; }

 p { color: rgb(255,106,137); }

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

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

 a { background-color: rgb(255,106,137); }

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

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

 span { border-color: rgb(255,106,137); }

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