#FF7082

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

Shades of Brink Pink #FF7082

Tints of Brink Pink #FF7082

Color information

#FF7082 (or 0xFF7082) is unknown color: approx Brink Pink. HEX triplet: FF, 70 and 82. RGB value is (255,112,130). Sum of RGB (Red+Green+Blue) = 255+112+130=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7082 is #008F7D. Grayscale: #9C9C9C. Windows color (decimal): -36734 or 8548607. OLE color: 8548607.

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

Color convert

RGB255112130-
CMYK00.560.490
HSL352.45º100%71.96%-
HSV(B)352.45º56.08%100%-
XYZ51.0634.4625.08-
YUV156.81112.88198.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.31%
GREEN value IS 112 (44.14% from 255) = 22.54%
BLUE value IS 130 (51.17% from 255) = 26.16%
R=51.31%
G=22.54%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511213000.560.490352.4510071.96
HexFF70820383101606448
Octal377160202070610540144110
Binary111111111110000100000100111000110001010110000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7082; }

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

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

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

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

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

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

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

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