Html Css Color HEX #FF778A Brink Pink

📋 copy color: '#FF778A'

red 255 ◦ green 119 ◦ blue 138

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

Shades of Brink Pink #FF778A

Tints of Brink Pink #FF778A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.95%

R = 49.8%
G = 23.24%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF778A (or 0xFF778A) is known color: Brink Pink. HEX triplet: FF, 77 and 8A. RGB value is (255,119,138). Sum of RGB (Red+Green+Blue) = 255+119+138=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF778A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF778A is #008875. Grayscale: #A1A1A1. Windows color (decimal): -34934 or 9074687. OLE color: 9074687.

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

Color convert

RGB 255 119 138 -
CMYK 0 0.53 0.46 0
HSL 351.62º 1% 0.73% -
HSV(B) 351.62º 0.53% 1% -
XYZ 52.42 36.29 28.29 -
YUV 161.83 114.56 194.46 -
System Red Green Blue C M Y K H S L
Decimal 255 119 138 0 0.53 0.46 0 351.62 1 0.73
Hex FF 77 8A 0 35 2E 0 160 64 49
Octal 377 167 212 0 65 56 0 540 144 111
Binary 11111111 1110111 10001010 0 110101 101110 0 101100000 1100100 1001001

Color Harmonies of #FF778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF778A

Black with #FF778A

Text Example


Text Example

White with #FF778A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF778A; }

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

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

background-color css

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

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

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

border-color css

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

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

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