Html Css Color HEX #FF6686 Brink Pink

📋 copy color: '#FF6686'

red 255 ◦ green 102 ◦ blue 134

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

Shades of Brink Pink #FF6686

Tints of Brink Pink #FF6686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.77%

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

R = 51.93%
G = 20.77%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF6686 (or 0xFF6686) is known color: Brink Pink. HEX triplet: FF, 66 and 86. RGB value is (255,102,134). Sum of RGB (Red+Green+Blue) = 255+102+134=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6686 is #009979. Grayscale: #979797. Windows color (decimal): -39290 or 8808191. OLE color: 8808191.

HSL color Cylindrical-coordinate representation of color #FF6686: hue angle of 347.45º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6686 is Cyan = 0, Magento = 0.6, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB 255 102 134 -
CMYK 0 0.6 0.47 0
HSL 347.45º 1% 0.7% -
HSV(B) 347.45º 0.6% 1% -
XYZ 50.29 32.48 26.17 -
YUV 151.4 118.19 201.9 -
System Red Green Blue C M Y K H S L
Decimal 255 102 134 0 0.6 0.47 0 347.45 1 0.7
Hex FF 66 86 0 3C 2F 0 15B 64 46
Octal 377 146 206 0 74 57 0 533 144 106
Binary 11111111 1100110 10000110 0 111100 101111 0 101011011 1100100 1000110

Color Harmonies of #FF6686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6686

Black with #FF6686

Text Example


Text Example

White with #FF6686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6686; }

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

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

background-color css

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

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

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

border-color css

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

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

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