#FF6E7A

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

Shades of Brink Pink #FF6E7A

Tints of Brink Pink #FF6E7A

Color information

#FF6E7A (or 0xFF6E7A) is unknown color: approx Brink Pink. HEX triplet: FF, 6E and 7A. RGB value is (255,110,122). Sum of RGB (Red+Green+Blue) = 255+110+122=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6E7A is #009185. Grayscale: #9A9A9A. Windows color (decimal): -37254 or 8023807. OLE color: 8023807.

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

Color convert

RGB255110122-
CMYK00.570.520
HSL355.03º100%71.57%-
HSV(B)355.03º56.86%100%-
XYZ50.3333.8222.29-
YUV154.72109.54199.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.36%
GREEN value IS 110 (43.36% from 255) = 22.59%
BLUE value IS 122 (48.05% from 255) = 25.05%
R=52.36%
G=22.59%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511012200.570.520355.0310071.57
HexFF6E7A0393401636448
Octal377156172071640543144110
Binary11111111110111011110100111001110100010110001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6E7A; }

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

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

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

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

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

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

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

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