#FA6785

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

Shades of Brink Pink #FA6785

Tints of Brink Pink #FA6785

Color information

#FA6785 (or 0xFA6785) is unknown color: approx Brink Pink. HEX triplet: FA, 67 and 85. RGB value is (250,103,133). Sum of RGB (Red+Green+Blue) = 250+103+133=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6785 is #05987A. Grayscale: #969696. Windows color (decimal): -366715 or 8742906. OLE color: 8742906.

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

Color convert

RGB250103133-
CMYK00.590.470.02
HSL347.76º93.63%69.22%-
HSV(B)347.76º58.8%98.04%-
XYZ48.5131.7225.76-
YUV150.37118.2199.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.44%
GREEN value IS 103 (40.62% from 255) = 21.19%
BLUE value IS 133 (52.34% from 255) = 27.37%
R=51.44%
G=21.19%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010313300.590.470.02347.7693.6369.22
HexFA678503B2F215c5e45
Octal372147205073572534136105
Binary1111101011001111000010101110111011111010101110010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6785; }

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

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

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

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

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

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

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

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