#FF7091

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

Shades of Brink Pink #FF7091

Tints of Brink Pink #FF7091

Color information

#FF7091 (or 0xFF7091) is unknown color: approx Brink Pink. HEX triplet: FF, 70 and 91. RGB value is (255,112,145). Sum of RGB (Red+Green+Blue) = 255+112+145=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7091 is #008F6E. Grayscale: #9E9E9E. Windows color (decimal): -36719 or 9531647. OLE color: 9531647.

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

Color convert

RGB255112145-
CMYK00.560.430
HSL346.15º100%71.96%-
HSV(B)346.15º56.08%100%-
XYZ52.1534.8930.77-
YUV158.52120.38196.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.80%
GREEN value IS 112 (44.14% from 255) = 21.88%
BLUE value IS 145 (57.03% from 255) = 28.32%
R=49.80%
G=21.88%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511214500.560.430346.1510071.96
HexFF70910382B015a6448
Octal377160221070530532144110
Binary111111111110000100100010111000101011010101101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7091; }

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

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

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

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

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

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

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

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