#FA6790

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

Shades of Brink Pink #FA6790

Tints of Brink Pink #FA6790

Color information

#FA6790 (or 0xFA6790) is unknown color: approx Brink Pink. HEX triplet: FA, 67 and 90. RGB value is (250,103,144). Sum of RGB (Red+Green+Blue) = 250+103+144=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6790 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6790 is #05986F. Grayscale: #979797. Windows color (decimal): -366704 or 9463802. OLE color: 9463802.

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

Color convert

RGB250103144-
CMYK00.590.420.02
HSL343.27º93.63%69.22%-
HSV(B)343.27º58.8%98.04%-
XYZ49.3132.0429.97-
YUV151.63123.7198.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.30%
GREEN value IS 103 (40.62% from 255) = 20.72%
BLUE value IS 144 (56.64% from 255) = 28.97%
R=50.30%
G=20.72%
B=28.97%

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
Decimal25010314400.590.420.02343.2793.6369.22
HexFA679003B2A21575e45
Octal372147220073522527136105
Binary1111101011001111001000001110111010101010101011110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6790; }

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

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

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

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

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

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

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

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