#FF6E80

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

Shades of Brink Pink #FF6E80

Tints of Brink Pink #FF6E80

Color information

#FF6E80 (or 0xFF6E80) is unknown color: approx Brink Pink. HEX triplet: FF, 6E and 80. RGB value is (255,110,128). Sum of RGB (Red+Green+Blue) = 255+110+128=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6E80 is #00917F. Grayscale: #9B9B9B. Windows color (decimal): -37248 or 8417023. OLE color: 8417023.

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

Color convert

RGB255110128-
CMYK00.570.500
HSL352.55º100%71.57%-
HSV(B)352.55º56.86%100%-
XYZ50.7133.9724.31-
YUV155.41112.54199.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 110 (43.36% from 255) = 22.31%
BLUE value IS 128 (50.39% from 255) = 25.96%
R=51.72%
G=22.31%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511012800.570.500352.5510071.57
HexFF6E800393201616448
Octal377156200071620541144110
Binary111111111101110100000000111001110010010110000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6E80; }

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

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

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

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

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

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

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

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