#ff788c

Color #FF788C Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #FF788C

Tints of Brink Pink #FF788C

Color information

#FF788C (or 0xFF788C) is unknown color: approx Brink Pink. HEX triplet: FF, 78 and 8C. RGB value is (255,120,140). Sum of RGB (Red+Green+Blue) = 255+120+140=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF788C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF788C is #008773. Grayscale: #A2A2A2. Windows color (decimal): -34676 or 9206015. OLE color: 9206015.

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

Color convert

RGB255120140-
CMYK00.530.450
HSL351.11º100%73.53%-
HSV(B)351.11º52.94%100%-
XYZ52.6936.5929.1-
YUV162.65115.23193.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.51%
GREEN value IS 120 (47.27% from 255) = 23.30%
BLUE value IS 140 (55.08% from 255) = 27.18%
R=49.51%
G=23.30%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512014000.530.450351.1110073.53
HexFF788C0352D015f644a
Octal377170214065550537144112
Binary111111111111000100011000110101101101010101111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff788c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff788c; }

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

 H1.HeaderClassName
 {
   color: #ff788c;
 }
 .AnyTagClassName
 {
   color: #ff788c;
 }
</style>
background-color css

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

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

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

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

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

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