#FA6B77

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

Shades of Brink Pink #FA6B77

Tints of Brink Pink #FA6B77

Color information

#FA6B77 (or 0xFA6B77) is unknown color: approx Brink Pink. HEX triplet: FA, 6B and 77. RGB value is (250,107,119). Sum of RGB (Red+Green+Blue) = 250+107+119=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6B77 is #059488. Grayscale: #979797. Windows color (decimal): -365705 or 7826426. OLE color: 7826426.

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

Color convert

RGB250107119-
CMYK00.570.520.02
HSL354.97º93.46%70%-
HSV(B)354.97º57.2%98.04%-
XYZ48.0132.1721.13-
YUV151.12109.88198.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.52%
GREEN value IS 107 (42.19% from 255) = 22.48%
BLUE value IS 119 (46.88% from 255) = 25%
R=52.52%
G=22.48%
B=25%

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
Decimal25010711900.570.520.02354.9793.4670
HexFA6B770393421635d46
Octal372153167071642543135106
Binary111110101101011111011101110011101001010110001110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6B77; }

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

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

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

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

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

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

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

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