#FA6791

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

Shades of Brink Pink #FA6791

Tints of Brink Pink #FA6791

Color information

#FA6791 (or 0xFA6791) is unknown color: approx Brink Pink. HEX triplet: FA, 67 and 91. RGB value is (250,103,145). Sum of RGB (Red+Green+Blue) = 250+103+145=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6791 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6791 is #05986E. Grayscale: #979797. Windows color (decimal): -366703 or 9529338. OLE color: 9529338.

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

Color convert

RGB250103145-
CMYK00.590.420.02
HSL342.86º93.63%69.22%-
HSV(B)342.86º58.8%98.04%-
XYZ49.3932.0730.38-
YUV151.74124.2198.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.20%
GREEN value IS 103 (40.62% from 255) = 20.68%
BLUE value IS 145 (57.03% from 255) = 29.12%
R=50.20%
G=20.68%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010314500.590.420.02342.8693.6369.22
HexFA679103B2A21575e45
Octal372147221073522527136105
Binary1111101011001111001000101110111010101010101011110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6791; }

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

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

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

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

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

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

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

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