#FF6E81

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

Shades of Brink Pink #FF6E81

Tints of Brink Pink #FF6E81

Color information

#FF6E81 (or 0xFF6E81) is unknown color: approx Brink Pink. HEX triplet: FF, 6E and 81. RGB value is (255,110,129). Sum of RGB (Red+Green+Blue) = 255+110+129=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6E81 is #00917E. Grayscale: #9B9B9B. Windows color (decimal): -37247 or 8482559. OLE color: 8482559.

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

Color convert

RGB255110129-
CMYK00.570.490
HSL352.14º100%71.57%-
HSV(B)352.14º56.86%100%-
XYZ50.783424.65-
YUV155.52113.04198.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.62%
GREEN value IS 110 (43.36% from 255) = 22.27%
BLUE value IS 129 (50.78% from 255) = 26.11%
R=51.62%
G=22.27%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511012900.570.490352.1410071.57
HexFF6E810393101606448
Octal377156201071610540144110
Binary111111111101110100000010111001110001010110000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6E81; }

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

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

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

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

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

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

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

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