#FA7085

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

Shades of Brink Pink #FA7085

Tints of Brink Pink #FA7085

Color information

#FA7085 (or 0xFA7085) is unknown color: approx Brink Pink. HEX triplet: FA, 70 and 85. RGB value is (250,112,133). Sum of RGB (Red+Green+Blue) = 250+112+133=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7085 is #058F7A. Grayscale: #9B9B9B. Windows color (decimal): -364411 or 8745210. OLE color: 8745210.

HSL color Cylindrical-coordinate representation of color #FA7085: hue angle of 350.87º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA7085 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB250112133-
CMYK00.550.470.02
HSL350.87º93.24%70.98%-
HSV(B)350.87º55.2%98.04%-
XYZ49.4533.6126.07-
YUV155.66115.22195.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.51%
GREEN value IS 112 (44.14% from 255) = 22.63%
BLUE value IS 133 (52.34% from 255) = 26.87%
R=50.51%
G=22.63%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011213300.550.470.02350.8793.2470.98
HexFA70850372F215f5d47
Octal372160205067572537135107
Binary1111101011100001000010101101111011111010101111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7085; }

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

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

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

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

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

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

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

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