#FF7982

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

Shades of Brink Pink #FF7982

Tints of Brink Pink #FF7982

Color information

#FF7982 (or 0xFF7982) is unknown color: approx Brink Pink. HEX triplet: FF, 79 and 82. RGB value is (255,121,130). Sum of RGB (Red+Green+Blue) = 255+121+130=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7982 is #00867D. Grayscale: #A2A2A2. Windows color (decimal): -34430 or 8550911. OLE color: 8550911.

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

Color convert

RGB255121130-
CMYK00.530.490
HSL355.97º100%73.73%-
HSV(B)355.97º52.55%100%-
XYZ52.1136.5525.43-
YUV162.09109.89194.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.40%
GREEN value IS 121 (47.66% from 255) = 23.91%
BLUE value IS 130 (51.17% from 255) = 25.69%
R=50.40%
G=23.91%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512113000.530.490355.9710073.73
HexFF7982035310164644a
Octal377171202065610544144112
Binary111111111111001100000100110101110001010110010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7982; }

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

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

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

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

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

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

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

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