#FF7476

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

Shades of Brink Pink #FF7476

Tints of Brink Pink #FF7476

Color information

#FF7476 (or 0xFF7476) is unknown color: approx Brink Pink. HEX triplet: FF, 74 and 76. RGB value is (255,116,118). Sum of RGB (Red+Green+Blue) = 255+116+118=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7476 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7476 is #008B89. Grayscale: #9D9D9D. Windows color (decimal): -35722 or 7763199. OLE color: 7763199.

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

Color convert

RGB255116118-
CMYK00.550.540
HSL359.14º100%72.75%-
HSV(B)359.14º54.51%100%-
XYZ50.7635.0621.23-
YUV157.79105.55197.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.15%
GREEN value IS 116 (45.70% from 255) = 23.72%
BLUE value IS 118 (46.48% from 255) = 24.13%
R=52.15%
G=23.72%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511611800.550.540359.1410072.75
HexFF74760373601676449
Octal377164166067660547144111
Binary11111111111010011101100110111110110010110011111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7476; }

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

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

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

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

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

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

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

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