#FA6987

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

Shades of Brink Pink #FA6987

Tints of Brink Pink #FA6987

Color information

#FA6987 (or 0xFA6987) is unknown color: approx Brink Pink. HEX triplet: FA, 69 and 87. RGB value is (250,105,135). Sum of RGB (Red+Green+Blue) = 250+105+135=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6987 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6987 is #059678. Grayscale: #979797. Windows color (decimal): -366201 or 8874490. OLE color: 8874490.

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

Color convert

RGB250105135-
CMYK00.580.460.02
HSL347.59º93.55%69.61%-
HSV(B)347.59º58%98.04%-
XYZ48.8532.1826.56-
YUV151.77118.54198.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.02%
GREEN value IS 105 (41.41% from 255) = 21.43%
BLUE value IS 135 (53.12% from 255) = 27.55%
R=51.02%
G=21.43%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010513500.580.460.02347.5993.5569.61
HexFA698703A2E215c5e46
Octal372151207072562534136106
Binary1111101011010011000011101110101011101010101110010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6987; }

 p { color: rgb(250,105,135); }

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

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

 a { background-color: rgb(250,105,135); }

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

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

 span { border-color: rgb(250,105,135); }

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