#FA6D8B

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

Shades of Brink Pink #FA6D8B

Tints of Brink Pink #FA6D8B

Color information

#FA6D8B (or 0xFA6D8B) is unknown color: approx Brink Pink. HEX triplet: FA, 6D and 8B. RGB value is (250,109,139). Sum of RGB (Red+Green+Blue) = 250+109+139=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6D8B is #059274. Grayscale: #9A9A9A. Windows color (decimal): -365173 or 9137658. OLE color: 9137658.

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

Color convert

RGB250109139-
CMYK00.560.440.02
HSL347.23º93.38%70.39%-
HSV(B)347.23º56.4%98.04%-
XYZ49.5533.1328.21-
YUV154.58119.21196.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.20%
GREEN value IS 109 (42.97% from 255) = 21.89%
BLUE value IS 139 (54.69% from 255) = 27.91%
R=50.20%
G=21.89%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010913900.560.440.02347.2393.3870.39
HexFA6D8B0382C215b5d46
Octal372155213070542533135106
Binary1111101011011011000101101110001011001010101101110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6D8B; }

 p { color: rgb(250,109,139); }

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

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

 a { background-color: rgb(250,109,139); }

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

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

 span { border-color: rgb(250,109,139); }

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