#FA6986

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

Shades of Brink Pink #FA6986

Tints of Brink Pink #FA6986

Color information

#FA6986 (or 0xFA6986) is unknown color: approx Brink Pink. HEX triplet: FA, 69 and 86. RGB value is (250,105,134). Sum of RGB (Red+Green+Blue) = 250+105+134=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6986 is #059679. Grayscale: #979797. Windows color (decimal): -366202 or 8808954. OLE color: 8808954.

HSL color Cylindrical-coordinate representation of color #FA6986: hue angle of 348º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA6986 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250105134-
CMYK00.580.460.02
HSL348º93.55%69.61%-
HSV(B)348º58%98.04%-
XYZ48.7832.1526.19-
YUV151.66118.04198.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.12%
GREEN value IS 105 (41.41% from 255) = 21.47%
BLUE value IS 134 (52.73% from 255) = 27.40%
R=51.12%
G=21.47%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010513400.580.460.0234893.5569.61
HexFA698603A2E215c5e46
Octal372151206072562534136106
Binary1111101011010011000011001110101011101010101110010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6986; }

 p { color: rgb(250,105,134); }

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

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

 a { background-color: rgb(250,105,134); }

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

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

 span { border-color: rgb(250,105,134); }

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