Html Css Color HEX #FF778B Brink Pink

📋 copy color: '#FF778B'

red 255 ◦ green 119 ◦ blue 139

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

Shades of Brink Pink #FF778B

Tints of Brink Pink #FF778B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.1%

R = 49.71%
G = 23.2%
B = 27.1%

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

#FF778B (or 0xFF778B) is known color: Brink Pink. HEX triplet: FF, 77 and 8B. RGB value is (255,119,139). Sum of RGB (Red+Green+Blue) = 255+119+139=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF778B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF778B is #008874. Grayscale: #A1A1A1. Windows color (decimal): -34933 or 9140223. OLE color: 9140223.

HSL color Cylindrical-coordinate representation of color #FF778B: hue angle of 351.18º 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 #FF778B is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 255 119 139 -
CMYK 0 0.53 0.45 0
HSL 351.18º 1% 0.73% -
HSV(B) 351.18º 0.53% 1% -
XYZ 52.5 36.32 28.67 -
YUV 161.94 115.06 194.37 -
System Red Green Blue C M Y K H S L
Decimal 255 119 139 0 0.53 0.45 0 351.18 1 0.73
Hex FF 77 8B 0 35 2D 0 15F 64 49
Octal 377 167 213 0 65 55 0 537 144 111
Binary 11111111 1110111 10001011 0 110101 101101 0 101011111 1100100 1001001

Color Harmonies of #FF778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF778B

Black with #FF778B

Text Example


Text Example

White with #FF778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF778B; }

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

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

background-color css

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

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

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

border-color css

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

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

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