#FA6B78

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

Shades of Brink Pink #FA6B78

Tints of Brink Pink #FA6B78

Color information

#FA6B78 (or 0xFA6B78) is unknown color: approx Brink Pink. HEX triplet: FA, 6B and 78. RGB value is (250,107,120). Sum of RGB (Red+Green+Blue) = 250+107+120=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6B78 is #059487. Grayscale: #979797. Windows color (decimal): -365704 or 7891962. OLE color: 7891962.

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

Color convert

RGB250107120-
CMYK00.570.520.02
HSL354.55º93.46%70%-
HSV(B)354.55º57.2%98.04%-
XYZ48.0732.221.45-
YUV151.24110.38198.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.41%
GREEN value IS 107 (42.19% from 255) = 22.43%
BLUE value IS 120 (47.27% from 255) = 25.16%
R=52.41%
G=22.43%
B=25.16%

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
Decimal25010712000.570.520.02354.5593.4670
HexFA6B780393421635d46
Octal372153170071642543135106
Binary111110101101011111100001110011101001010110001110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6B78; }

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

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

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

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

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

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

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

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