#FF6E89

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

Shades of Brink Pink #FF6E89

Tints of Brink Pink #FF6E89

Color information

#FF6E89 (or 0xFF6E89) is unknown color: approx Brink Pink. HEX triplet: FF, 6E and 89. RGB value is (255,110,137). Sum of RGB (Red+Green+Blue) = 255+110+137=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6E89 is #009176. Grayscale: #9C9C9C. Windows color (decimal): -37239 or 9006847. OLE color: 9006847.

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

Color convert

RGB255110137-
CMYK00.570.460
HSL348.83º100%71.57%-
HSV(B)348.83º56.86%100%-
XYZ51.3334.2227.57-
YUV156.43117.04198.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.80%
GREEN value IS 110 (43.36% from 255) = 21.91%
BLUE value IS 137 (53.91% from 255) = 27.29%
R=50.80%
G=21.91%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511013700.570.460348.8310071.57
HexFF6E890392E015d6448
Octal377156211071560535144110
Binary111111111101110100010010111001101110010101110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6E89; }

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

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

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

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

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

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

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

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