#FA7986

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

Shades of Brink Pink #FA7986

Tints of Brink Pink #FA7986

Color information

#FA7986 (or 0xFA7986) is unknown color: approx Brink Pink. HEX triplet: FA, 79 and 86. RGB value is (250,121,134). Sum of RGB (Red+Green+Blue) = 250+121+134=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7986 is #058679. Grayscale: #A1A1A1. Windows color (decimal): -362106 or 8813050. OLE color: 8813050.

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

Color convert

RGB250121134-
CMYK00.520.460.02
HSL353.95º92.81%72.75%-
HSV(B)353.95º51.6%98.04%-
XYZ50.5635.7226.78-
YUV161.05112.74191.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.50%
GREEN value IS 121 (47.66% from 255) = 23.96%
BLUE value IS 134 (52.73% from 255) = 26.53%
R=49.50%
G=23.96%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012113400.520.460.02353.9592.8172.75
HexFA79860342E21625d49
Octal372171206064562542135111
Binary1111101011110011000011001101001011101010110001010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7986; }

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

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

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

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

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

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

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

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