Html Css Color HEX #FF7980 Brink Pink

📋 copy color: '#FF7980'

red 255 ◦ green 121 ◦ blue 128

#FF7980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #FF7980

Tints of Brink Pink #FF7980

RGB

 RED value IS 255 (100% from 255) = 50.6%

 GREEN value IS 121 (47.66% from 255) = 24.01%

 BLUE value IS 128 (50.39% from 255) = 25.4%

R = 50.6%
G = 24.01%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF7980 (or 0xFF7980) is known color: 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

RGB 255 121 128 -
CMYK 0 0.53 0.50 0
HSL 356.87º 1% 0.74% -
HSV(B) 356.87º 0.53% 1% -
XYZ 51.97 36.49 24.73 -
YUV 161.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 255 121 128 0 0.53 0.50 0 356.87 1 0.74
Hex FF 79 80 0 35 32 0 165 64 4A
Octal 377 171 200 0 65 62 0 545 144 112
Binary 11111111 1111001 10000000 0 110101 110010 0 101100101 1100100 1001010

Color Harmonies of #FF7980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7980

Black with #FF7980

Text Example


Text Example

White with #FF7980

Text Example


Text Example

HTML Codes & Css Web 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>