#FF7980

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

Shades of Brink Pink #FF7980

Tints of Brink Pink #FF7980

Color information

#FF7980 (or 0xFF7980) is unknown color: approx Brink Pink. HEX triplet: FF, 79 and 80. RGB value is (255,121,128). Sum of RGB (Red+Green+Blue) = 255+121+128=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7980 is #00867F. Grayscale: #A1A1A1. Windows color (decimal): -34432 or 8419839. OLE color: 8419839.

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

Color convert

RGB255121128-
CMYK00.530.500
HSL356.87º100%73.73%-
HSV(B)356.87º52.55%100%-
XYZ51.9736.4924.73-
YUV161.86108.89194.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.60%
GREEN value IS 121 (47.66% from 255) = 24.01%
BLUE value IS 128 (50.39% from 255) = 25.40%
R=50.60%
G=24.01%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512112800.530.500356.8710073.73
HexFF7980035320165644a
Octal377171200065620545144112
Binary111111111111001100000000110101110010010110010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7980; }

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

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

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

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

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

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

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

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