#FF7A89

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

Shades of Brink Pink #FF7A89

Tints of Brink Pink #FF7A89

Color information

#FF7A89 (or 0xFF7A89) is unknown color: approx Brink Pink. HEX triplet: FF, 7A and 89. RGB value is (255,122,137). Sum of RGB (Red+Green+Blue) = 255+122+137=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7A89 is #008576. Grayscale: #A3A3A3. Windows color (decimal): -34167 or 9009919. OLE color: 9009919.

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

Color convert

RGB255122137-
CMYK00.520.460
HSL353.23º100%73.92%-
HSV(B)353.23º52.16%100%-
XYZ52.7136.9928.03-
YUV163.48113.06193.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.61%
GREEN value IS 122 (48.05% from 255) = 23.74%
BLUE value IS 137 (53.91% from 255) = 26.65%
R=49.61%
G=23.74%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512213700.520.460353.2310073.92
HexFF7A890342E0161644a
Octal377172211064560541144112
Binary111111111111010100010010110100101110010110000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7A89; }

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

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

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

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

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

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

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

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