Html Css Color HEX #FF6980 Brink Pink

📋 copy color: '#FF6980'

red 255 ◦ green 105 ◦ blue 128

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

Shades of Brink Pink #FF6980

Tints of Brink Pink #FF6980

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.52%

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

R = 52.25%
G = 21.52%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF6980 (or 0xFF6980) is known color: Brink Pink. HEX triplet: FF, 69 and 80. RGB value is (255,105,128). Sum of RGB (Red+Green+Blue) = 255+105+128=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6980 is #00967F. Grayscale: #989898. Windows color (decimal): -38528 or 8415743. OLE color: 8415743.

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

Color convert

RGB 255 105 128 -
CMYK 0 0.59 0.50 0
HSL 350.8º 1% 0.71% -
HSV(B) 350.8º 0.59% 1% -
XYZ 50.19 32.92 24.13 -
YUV 152.47 114.2 201.13 -
System Red Green Blue C M Y K H S L
Decimal 255 105 128 0 0.59 0.50 0 350.8 1 0.71
Hex FF 69 80 0 3B 32 0 15F 64 47
Octal 377 151 200 0 73 62 0 537 144 107
Binary 11111111 1101001 10000000 0 111011 110010 0 101011111 1100100 1000111

Color Harmonies of #FF6980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6980

Black with #FF6980

Text Example


Text Example

White with #FF6980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6980; }

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

 H1.HeaderClassName
 {
   color: #FF6980;
 }
 .AnyTagClassName
 {
   color: #FF6980;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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