#FA6A90

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

Shades of Brink Pink #FA6A90

Tints of Brink Pink #FA6A90

Color information

#FA6A90 (or 0xFA6A90) is unknown color: approx Brink Pink. HEX triplet: FA, 6A and 90. RGB value is (250,106,144). Sum of RGB (Red+Green+Blue) = 250+106+144=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6A90 is #05956F. Grayscale: #999999. Windows color (decimal): -365936 or 9464570. OLE color: 9464570.

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

Color convert

RGB250106144-
CMYK00.580.420.02
HSL344.17º93.51%69.8%-
HSV(B)344.17º57.6%98.04%-
XYZ49.6132.6530.07-
YUV153.39122.71196.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50%
GREEN value IS 106 (41.80% from 255) = 21.2%
BLUE value IS 144 (56.64% from 255) = 28.8%
R=50%
G=21.2%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010614400.580.420.02344.1793.5169.8
HexFA6A9003A2A21585e46
Octal372152220072522530136106
Binary1111101011010101001000001110101010101010101100010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6A90; }

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

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

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

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

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

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

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

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