#FF7077

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

Shades of Brink Pink #FF7077

Tints of Brink Pink #FF7077

Color information

#FF7077 (or 0xFF7077) is unknown color: approx Brink Pink. HEX triplet: FF, 70 and 77. RGB value is (255,112,119). Sum of RGB (Red+Green+Blue) = 255+112+119=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7077 is #008F88. Grayscale: #9B9B9B. Windows color (decimal): -36745 or 7827711. OLE color: 7827711.

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

Color convert

RGB255112119-
CMYK00.560.530
HSL357.06º100%71.96%-
HSV(B)357.06º56.08%100%-
XYZ50.3634.1821.4-
YUV155.55107.38198.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.47%
GREEN value IS 112 (44.14% from 255) = 23.05%
BLUE value IS 119 (46.88% from 255) = 24.49%
R=52.47%
G=23.05%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511211900.560.530357.0610071.96
HexFF70770383501656448
Octal377160167070650545144110
Binary11111111111000011101110111000110101010110010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7077; }

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

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

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

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

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

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

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

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