#FA6B79

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

Shades of Brink Pink #FA6B79

Tints of Brink Pink #FA6B79

Color information

#FA6B79 (or 0xFA6B79) is unknown color: approx Brink Pink. HEX triplet: FA, 6B and 79. RGB value is (250,107,121). Sum of RGB (Red+Green+Blue) = 250+107+121=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6B79 is #059486. Grayscale: #979797. Windows color (decimal): -365703 or 7957498. OLE color: 7957498.

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

Color convert

RGB250107121-
CMYK00.570.520.02
HSL354.13º93.46%70%-
HSV(B)354.13º57.2%98.04%-
XYZ48.1332.2221.77-
YUV151.35110.88198.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.30%
GREEN value IS 107 (42.19% from 255) = 22.38%
BLUE value IS 121 (47.66% from 255) = 25.31%
R=52.30%
G=22.38%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010712100.570.520.02354.1393.4670
HexFA6B790393421625d46
Octal372153171071642542135106
Binary111110101101011111100101110011101001010110001010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6B79; }

 p { color: rgb(250,107,121); }

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

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

 a { background-color: rgb(250,107,121); }

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

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

 span { border-color: rgb(250,107,121); }

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