#FA6784

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

Shades of Brink Pink #FA6784

Tints of Brink Pink #FA6784

Color information

#FA6784 (or 0xFA6784) is unknown color: approx Brink Pink. HEX triplet: FA, 67 and 84. RGB value is (250,103,132). Sum of RGB (Red+Green+Blue) = 250+103+132=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6784 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6784 is #05987B. Grayscale: #969696. Windows color (decimal): -366716 or 8677370. OLE color: 8677370.

HSL color Cylindrical-coordinate representation of color #FA6784: hue angle of 348.16º 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 #FA6784 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB250103132-
CMYK00.590.470.02
HSL348.16º93.63%69.22%-
HSV(B)348.16º58.8%98.04%-
XYZ48.4431.6925.39-
YUV150.26117.7199.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.55%
GREEN value IS 103 (40.62% from 255) = 21.24%
BLUE value IS 132 (51.95% from 255) = 27.22%
R=51.55%
G=21.24%
B=27.22%

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
Decimal25010313200.590.470.02348.1693.6369.22
HexFA678403B2F215c5e45
Octal372147204073572534136105
Binary1111101011001111000010001110111011111010101110010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6784; }

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

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

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

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

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

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

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

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