#FF7289

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

Shades of Brink Pink #FF7289

Tints of Brink Pink #FF7289

Color information

#FF7289 (or 0xFF7289) is unknown color: approx Brink Pink. HEX triplet: FF, 72 and 89. RGB value is (255,114,137). Sum of RGB (Red+Green+Blue) = 255+114+137=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7289 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7289 is #008D76. Grayscale: #9E9E9E. Windows color (decimal): -36215 or 9007871. OLE color: 9007871.

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

Color convert

RGB255114137-
CMYK00.550.460
HSL350.21º100%72.35%-
HSV(B)350.21º55.29%100%-
XYZ51.7735.127.71-
YUV158.78115.71196.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.40%
GREEN value IS 114 (44.92% from 255) = 22.53%
BLUE value IS 137 (53.91% from 255) = 27.08%
R=50.40%
G=22.53%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511413700.550.460350.2110072.35
HexFF72890372E015e6448
Octal377162211067560536144110
Binary111111111110010100010010110111101110010101111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7289; }

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

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

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

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

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

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

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

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