#FA5E89

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

Shades of Brink Pink #FA5E89

Tints of Brink Pink #FA5E89

Color information

#FA5E89 (or 0xFA5E89) is unknown color: approx Brink Pink. HEX triplet: FA, 5E and 89. RGB value is (250,94,137). Sum of RGB (Red+Green+Blue) = 250+94+137=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5E89 is #05A176. Grayscale: #919191. Windows color (decimal): -369015 or 9002746. OLE color: 9002746.

HSL color Cylindrical-coordinate representation of color #FA5E89: hue angle of 343.46º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5E89 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB25094137-
CMYK00.620.450.02
HSL343.46º93.98%67.45%-
HSV(B)343.46º62.4%98.04%-
XYZ47.9430.1426.96-
YUV145.55123.18202.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.98%
GREEN value IS 94 (37.11% from 255) = 19.54%
BLUE value IS 137 (53.91% from 255) = 28.48%
R=51.98%
G=19.54%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509413700.620.450.02343.4693.9867.45
HexFA5E8903E2D21575e43
Octal372136211076552527136103
Binary1111101010111101000100101111101011011010101011110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5E89; }

 p { color: rgb(250,94,137); }

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

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

 a { background-color: rgb(250,94,137); }

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

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

 span { border-color: rgb(250,94,137); }

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