#FF7191

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

Shades of Brink Pink #FF7191

Tints of Brink Pink #FF7191

Color information

#FF7191 (or 0xFF7191) is unknown color: approx Brink Pink. HEX triplet: FF, 71 and 91. RGB value is (255,113,145). Sum of RGB (Red+Green+Blue) = 255+113+145=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7191 is #008E6E. Grayscale: #9F9F9F. Windows color (decimal): -36463 or 9531903. OLE color: 9531903.

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

Color convert

RGB255113145-
CMYK00.560.430
HSL346.48º100%72.16%-
HSV(B)346.48º55.69%100%-
XYZ52.2635.1130.81-
YUV159.11120.04196.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 113 (44.53% from 255) = 22.03%
BLUE value IS 145 (57.03% from 255) = 28.27%
R=49.71%
G=22.03%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511314500.560.430346.4810072.16
HexFF71910382B015a6448
Octal377161221070530532144110
Binary111111111110001100100010111000101011010101101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7191; }

 p { color: rgb(255,113,145); }

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

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

 a { background-color: rgb(255,113,145); }

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

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

 span { border-color: rgb(255,113,145); }

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