#FF7086

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

Shades of Brink Pink #FF7086

Tints of Brink Pink #FF7086

Color information

#FF7086 (or 0xFF7086) is unknown color: approx Brink Pink. HEX triplet: FF, 70 and 86. RGB value is (255,112,134). Sum of RGB (Red+Green+Blue) = 255+112+134=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7086 is #008F79. Grayscale: #9D9D9D. Windows color (decimal): -36730 or 8810751. OLE color: 8810751.

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

Color convert

RGB255112134-
CMYK00.560.470
HSL350.77º100%71.96%-
HSV(B)350.77º56.08%100%-
XYZ51.3434.5726.52-
YUV157.26114.88197.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.90%
GREEN value IS 112 (44.14% from 255) = 22.36%
BLUE value IS 134 (52.73% from 255) = 26.75%
R=50.90%
G=22.36%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511213400.560.470350.7710071.96
HexFF70860382F015f6448
Octal377160206070570537144110
Binary111111111110000100001100111000101111010101111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7086; }

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

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

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

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

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

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

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

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