Html Css Color HEX #FF768C Brink Pink

📋 copy color: '#FF768C'

red 255 ◦ green 118 ◦ blue 140

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

Shades of Brink Pink #FF768C

Tints of Brink Pink #FF768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.29%

R = 49.71%
G = 23%
B = 27.29%

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

#FF768C (or 0xFF768C) is known color: Brink Pink. HEX triplet: FF, 76 and 8C. RGB value is (255,118,140). Sum of RGB (Red+Green+Blue) = 255+118+140=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF768C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF768C is #008973. Grayscale: #A1A1A1. Windows color (decimal): -35188 or 9205503. OLE color: 9205503.

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

Color convert

RGB 255 118 140 -
CMYK 0 0.54 0.45 0
HSL 350.37º 1% 0.73% -
HSV(B) 350.37º 0.54% 1% -
XYZ 52.45 36.11 29.02 -
YUV 161.47 115.89 194.71 -
System Red Green Blue C M Y K H S L
Decimal 255 118 140 0 0.54 0.45 0 350.37 1 0.73
Hex FF 76 8C 0 36 2D 0 15E 64 49
Octal 377 166 214 0 66 55 0 536 144 111
Binary 11111111 1110110 10001100 0 110110 101101 0 101011110 1100100 1001001

Color Harmonies of #FF768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF768C

Black with #FF768C

Text Example


Text Example

White with #FF768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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