Html Css Color HEX #FF6E86 Brink Pink

📋 copy color: '#FF6E86'

red 255 ◦ green 110 ◦ blue 134

#FF6E86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #FF6E86

Tints of Brink Pink #FF6E86

RGB

 RED value IS 255 (100% from 255) = 51.1%

 GREEN value IS 110 (43.36% from 255) = 22.04%

 BLUE value IS 134 (52.73% from 255) = 26.85%

R = 51.1%
G = 22.04%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF6E86 (or 0xFF6E86) is known color: Brink Pink. HEX triplet: FF, 6E and 86. RGB value is (255,110,134). Sum of RGB (Red+Green+Blue) = 255+110+134=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6E86 is #009179. Grayscale: #9C9C9C. Windows color (decimal): -37242 or 8810239. OLE color: 8810239.

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

Color convert

RGB 255 110 134 -
CMYK 0 0.57 0.47 0
HSL 350.07º 1% 0.72% -
HSV(B) 350.07º 0.57% 1% -
XYZ 51.12 34.13 26.45 -
YUV 156.09 115.54 198.55 -
System Red Green Blue C M Y K H S L
Decimal 255 110 134 0 0.57 0.47 0 350.07 1 0.72
Hex FF 6E 86 0 39 2F 0 15E 64 48
Octal 377 156 206 0 71 57 0 536 144 110
Binary 11111111 1101110 10000110 0 111001 101111 0 101011110 1100100 1001000

Color Harmonies of #FF6E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6E86

Black with #FF6E86

Text Example


Text Example

White with #FF6E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6E86; }

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

 H1.HeaderClassName
 {
   color: #FF6E86;
 }
 .AnyTagClassName
 {
   color: #FF6E86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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