Html Css Color HEX #FF6680 Brink Pink

📋 copy color: '#FF6680'

red 255 ◦ green 102 ◦ blue 128

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

Shades of Brink Pink #FF6680

Tints of Brink Pink #FF6680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.39%

R = 52.58%
G = 21.03%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF6680 (or 0xFF6680) is known color: Brink Pink. HEX triplet: FF, 66 and 80. RGB value is (255,102,128). Sum of RGB (Red+Green+Blue) = 255+102+128=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6680 is #00997F. Grayscale: #969696. Windows color (decimal): -39296 or 8414975. OLE color: 8414975.

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

Color convert

RGB 255 102 128 -
CMYK 0 0.6 0.50 0
HSL 349.8º 1% 0.7% -
HSV(B) 349.8º 0.6% 1% -
XYZ 49.89 32.32 24.03 -
YUV 150.71 115.19 202.39 -
System Red Green Blue C M Y K H S L
Decimal 255 102 128 0 0.6 0.50 0 349.8 1 0.7
Hex FF 66 80 0 3C 32 0 15E 64 46
Octal 377 146 200 0 74 62 0 536 144 106
Binary 11111111 1100110 10000000 0 111100 110010 0 101011110 1100100 1000110

Color Harmonies of #FF6680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6680

Black with #FF6680

Text Example


Text Example

White with #FF6680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6680; }

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

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

background-color css

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

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

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

border-color css

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

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

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