#FF6680

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

Shades of Brink Pink #FF6680

Tints of Brink Pink #FF6680

Color information

#FF6680 (or 0xFF6680) is unknown color: approx 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

RGB255102128-
CMYK00.60.500
HSL349.8º100%70%-
HSV(B)349.8º60%100%-
XYZ49.8932.3224.03-
YUV150.71115.19202.39-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510212800.60.500349.810070
HexFF668003C32015e6446
Octal377146200074620536144106
Binary111111111100110100000000111100110010010101111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>