Html Css Color HEX #FF768D Brink Pink

📋 copy color: '#FF768D'

red 255 ◦ green 118 ◦ blue 141

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

Shades of Brink Pink #FF768D

Tints of Brink Pink #FF768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.96%

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

R = 49.61%
G = 22.96%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF768D (or 0xFF768D) is known color: Brink Pink. HEX triplet: FF, 76 and 8D. RGB value is (255,118,141). Sum of RGB (Red+Green+Blue) = 255+118+141=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF768D is #008972. Grayscale: #A1A1A1. Windows color (decimal): -35187 or 9271039. OLE color: 9271039.

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

Color convert

RGB 255 118 141 -
CMYK 0 0.54 0.45 0
HSL 349.93º 1% 0.73% -
HSV(B) 349.93º 0.54% 1% -
XYZ 52.53 36.14 29.41 -
YUV 161.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 255 118 141 0 0.54 0.45 0 349.93 1 0.73
Hex FF 76 8D 0 36 2D 0 15E 64 49
Octal 377 166 215 0 66 55 0 536 144 111
Binary 11111111 1110110 10001101 0 110110 101101 0 101011110 1100100 1001001

Color Harmonies of #FF768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF768D

Black with #FF768D

Text Example


Text Example

White with #FF768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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