Html Css Color HEX #FF768A Brink Pink

📋 copy color: '#FF768A'

red 255 ◦ green 118 ◦ blue 138

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

Shades of Brink Pink #FF768A

Tints of Brink Pink #FF768A

RGB

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

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

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

R = 49.9%
G = 23.09%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF768A (or 0xFF768A) is known color: Brink Pink. HEX triplet: FF, 76 and 8A. RGB value is (255,118,138). Sum of RGB (Red+Green+Blue) = 255+118+138=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF768A is #008975. Grayscale: #A1A1A1. Windows color (decimal): -35190 or 9074431. OLE color: 9074431.

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

Color convert

RGB 255 118 138 -
CMYK 0 0.54 0.46 0
HSL 351.24º 1% 0.73% -
HSV(B) 351.24º 0.54% 1% -
XYZ 52.31 36.05 28.25 -
YUV 161.24 114.89 194.87 -
System Red Green Blue C M Y K H S L
Decimal 255 118 138 0 0.54 0.46 0 351.24 1 0.73
Hex FF 76 8A 0 36 2E 0 15F 64 49
Octal 377 166 212 0 66 56 0 537 144 111
Binary 11111111 1110110 10001010 0 110110 101110 0 101011111 1100100 1001001

Color Harmonies of #FF768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF768A

Black with #FF768A

Text Example


Text Example

White with #FF768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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