#FF6E8A

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

Shades of Brink Pink #FF6E8A

Tints of Brink Pink #FF6E8A

Color information

#FF6E8A (or 0xFF6E8A) is unknown color: approx Brink Pink. HEX triplet: FF, 6E and 8A. RGB value is (255,110,138). Sum of RGB (Red+Green+Blue) = 255+110+138=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6E8A is #009175. Grayscale: #9C9C9C. Windows color (decimal): -37238 or 9072383. OLE color: 9072383.

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

Color convert

RGB255110138-
CMYK00.570.460
HSL348.41º100%71.57%-
HSV(B)348.41º56.86%100%-
XYZ51.434.2527.95-
YUV156.55117.54198.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.70%
GREEN value IS 110 (43.36% from 255) = 21.87%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=50.70%
G=21.87%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511013800.570.460348.4110071.57
HexFF6E8A0392E015c6448
Octal377156212071560534144110
Binary111111111101110100010100111001101110010101110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6E8A; }

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

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

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

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

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

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

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

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