#FF6E7B

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

Shades of Brink Pink #FF6E7B

Tints of Brink Pink #FF6E7B

Color information

#FF6E7B (or 0xFF6E7B) is unknown color: approx Brink Pink. HEX triplet: FF, 6E and 7B. RGB value is (255,110,123). Sum of RGB (Red+Green+Blue) = 255+110+123=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6E7B is #009184. Grayscale: #9A9A9A. Windows color (decimal): -37253 or 8089343. OLE color: 8089343.

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

Color convert

RGB255110123-
CMYK00.570.520
HSL354.62º100%71.57%-
HSV(B)354.62º56.86%100%-
XYZ50.3933.8422.62-
YUV154.84110.04199.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.25%
GREEN value IS 110 (43.36% from 255) = 22.54%
BLUE value IS 123 (48.44% from 255) = 25.20%
R=52.25%
G=22.54%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511012300.570.520354.6210071.57
HexFF6E7B0393401636448
Octal377156173071640543144110
Binary11111111110111011110110111001110100010110001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6E7B; }

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

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

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

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

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

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

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

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