#FF6E7E

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

Shades of Brink Pink #FF6E7E

Tints of Brink Pink #FF6E7E

Color information

#FF6E7E (or 0xFF6E7E) is unknown color: approx Brink Pink. HEX triplet: FF, 6E and 7E. RGB value is (255,110,126). Sum of RGB (Red+Green+Blue) = 255+110+126=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6E7E is #009181. Grayscale: #9B9B9B. Windows color (decimal): -37250 or 8285951. OLE color: 8285951.

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

Color convert

RGB255110126-
CMYK00.570.510
HSL353.38º100%71.57%-
HSV(B)353.38º56.86%100%-
XYZ50.5833.9223.62-
YUV155.18111.54199.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.93%
GREEN value IS 110 (43.36% from 255) = 22.40%
BLUE value IS 126 (49.61% from 255) = 25.66%
R=51.93%
G=22.40%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511012600.570.510353.3810071.57
HexFF6E7E0393301616448
Octal377156176071630541144110
Binary11111111110111011111100111001110011010110000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6E7E; }

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

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

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

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

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

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

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

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