#FF7085

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

Shades of Brink Pink #FF7085

Tints of Brink Pink #FF7085

Color information

#FF7085 (or 0xFF7085) is unknown color: approx Brink Pink. HEX triplet: FF, 70 and 85. RGB value is (255,112,133). Sum of RGB (Red+Green+Blue) = 255+112+133=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7085 is #008F7A. Grayscale: #9D9D9D. Windows color (decimal): -36731 or 8745215. OLE color: 8745215.

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

Color convert

RGB255112133-
CMYK00.560.480
HSL351.19º100%71.96%-
HSV(B)351.19º56.08%100%-
XYZ51.2734.5426.16-
YUV157.15114.38197.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51%
GREEN value IS 112 (44.14% from 255) = 22.4%
BLUE value IS 133 (52.34% from 255) = 26.6%
R=51%
G=22.4%
B=26.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511213300.560.480351.1910071.96
HexFF708503830015f6448
Octal377160205070600537144110
Binary111111111110000100001010111000110000010101111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7085; }

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

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

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

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

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

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

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

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