#FA7683

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

Shades of Brink Pink #FA7683

Tints of Brink Pink #FA7683

Color information

#FA7683 (or 0xFA7683) is unknown color: approx Brink Pink. HEX triplet: FA, 76 and 83. RGB value is (250,118,131). Sum of RGB (Red+Green+Blue) = 250+118+131=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7683 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7683 is #05897C. Grayscale: #9F9F9F. Windows color (decimal): -362877 or 8615674. OLE color: 8615674.

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

Color convert

RGB250118131-
CMYK00.530.480.02
HSL354.09º92.96%72.16%-
HSV(B)354.09º52.8%98.04%-
XYZ5034.9225.58-
YUV158.95112.23192.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.10%
GREEN value IS 118 (46.48% from 255) = 23.65%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=50.10%
G=23.65%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011813100.530.480.02354.0992.9672.16
HexFA76830353021625d48
Octal372166203065602542135110
Binary1111101011101101000001101101011100001010110001010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7683; }

 p { color: rgb(250,118,131); }

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

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

 a { background-color: rgb(250,118,131); }

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

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

 span { border-color: rgb(250,118,131); }

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