Html Css Color HEX #FF778D Brink Pink

📋 copy color: '#FF778D'

red 255 ◦ green 119 ◦ blue 141

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

Shades of Brink Pink #FF778D

Tints of Brink Pink #FF778D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.11%

 BLUE value IS 141 (55.47% from 255) = 27.38%

R = 49.51%
G = 23.11%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF778D (or 0xFF778D) is known color: Brink Pink. HEX triplet: FF, 77 and 8D. RGB value is (255,119,141). Sum of RGB (Red+Green+Blue) = 255+119+141=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF778D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF778D is #008872. Grayscale: #A2A2A2. Windows color (decimal): -34931 or 9271295. OLE color: 9271295.

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

Color convert

RGB 255 119 141 -
CMYK 0 0.53 0.45 0
HSL 350.29º 1% 0.73% -
HSV(B) 350.29º 0.53% 1% -
XYZ 52.64 36.38 29.45 -
YUV 162.17 116.06 194.21 -
System Red Green Blue C M Y K H S L
Decimal 255 119 141 0 0.53 0.45 0 350.29 1 0.73
Hex FF 77 8D 0 35 2D 0 15E 64 49
Octal 377 167 215 0 65 55 0 536 144 111
Binary 11111111 1110111 10001101 0 110101 101101 0 101011110 1100100 1001001

Color Harmonies of #FF778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF778D

Black with #FF778D

Text Example


Text Example

White with #FF778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF778D; }

 p { color: rgb(255,119,141); }

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

background-color css

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

 a { background-color: rgb(255,119,141); }

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

border-color css

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

 span { border-color: rgb(255,119,141); }

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