Html Css Color HEX #FF6C80 Brink Pink

📋 copy color: '#FF6C80'

red 255 ◦ green 108 ◦ blue 128

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

Shades of Brink Pink #FF6C80

Tints of Brink Pink #FF6C80

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22%

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

R = 51.93%
G = 22%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF6C80 (or 0xFF6C80) is known color: Brink Pink. HEX triplet: FF, 6C and 80. RGB value is (255,108,128). Sum of RGB (Red+Green+Blue) = 255+108+128=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6C80 is #00937F. Grayscale: #9A9A9A. Windows color (decimal): -37760 or 8416511. OLE color: 8416511.

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

Color convert

RGB 255 108 128 -
CMYK 0 0.58 0.50 0
HSL 351.84º 1% 0.71% -
HSV(B) 351.84º 0.58% 1% -
XYZ 50.5 33.54 24.24 -
YUV 154.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 255 108 128 0 0.58 0.50 0 351.84 1 0.71
Hex FF 6C 80 0 3A 32 0 160 64 47
Octal 377 154 200 0 72 62 0 540 144 107
Binary 11111111 1101100 10000000 0 111010 110010 0 101100000 1100100 1000111

Color Harmonies of #FF6C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6C80

Black with #FF6C80

Text Example


Text Example

White with #FF6C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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