#FF7682

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

Shades of Brink Pink #FF7682

Tints of Brink Pink #FF7682

Color information

#FF7682 (or 0xFF7682) is unknown color: approx Brink Pink. HEX triplet: FF, 76 and 82. RGB value is (255,118,130). Sum of RGB (Red+Green+Blue) = 255+118+130=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7682 is #00897D. Grayscale: #A0A0A0. Windows color (decimal): -35198 or 8550143. OLE color: 8550143.

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

Color convert

RGB255118130-
CMYK00.540.490
HSL354.74º100%73.14%-
HSV(B)354.74º53.73%100%-
XYZ51.7535.8325.31-
YUV160.33110.89195.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.70%
GREEN value IS 118 (46.48% from 255) = 23.46%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=50.70%
G=23.46%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511813000.540.490354.7410073.14
HexFF76820363101636449
Octal377166202066610543144111
Binary111111111110110100000100110110110001010110001111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7682; }

 p { color: rgb(255,118,130); }

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

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

 a { background-color: rgb(255,118,130); }

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

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

 span { border-color: rgb(255,118,130); }

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