Html Css Color HEX #FF6D80 Brink Pink

📋 copy color: '#FF6D80'

red 255 ◦ green 109 ◦ blue 128

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

Shades of Brink Pink #FF6D80

Tints of Brink Pink #FF6D80

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.15%

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

R = 51.83%
G = 22.15%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF6D80 (or 0xFF6D80) is known color: Brink Pink. HEX triplet: FF, 6D and 80. RGB value is (255,109,128). Sum of RGB (Red+Green+Blue) = 255+109+128=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6D80 is #00927F. Grayscale: #9A9A9A. Windows color (decimal): -37504 or 8416767. OLE color: 8416767.

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

Color convert

RGB 255 109 128 -
CMYK 0 0.57 0.50 0
HSL 352.19º 1% 0.71% -
HSV(B) 352.19º 0.57% 1% -
XYZ 50.6 33.76 24.27 -
YUV 154.82 112.87 199.46 -
System Red Green Blue C M Y K H S L
Decimal 255 109 128 0 0.57 0.50 0 352.19 1 0.71
Hex FF 6D 80 0 39 32 0 160 64 47
Octal 377 155 200 0 71 62 0 540 144 107
Binary 11111111 1101101 10000000 0 111001 110010 0 101100000 1100100 1000111

Color Harmonies of #FF6D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6D80

Black with #FF6D80

Text Example


Text Example

White with #FF6D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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