#fa5880

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

Shades of Brink Pink #FA5880

Tints of Brink Pink #FA5880

Color information

#FA5880 (or 0xFA5880) is unknown color: approx Brink Pink. HEX triplet: FA, 58 and 80. RGB value is (250,88,128). Sum of RGB (Red+Green+Blue) = 250+88+128=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5880 is #05A77F. Grayscale: #8D8D8D. Windows color (decimal): -370560 or 8411386. OLE color: 8411386.

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

Color convert

RGB25088128-
CMYK00.650.490.02
HSL345.19º94.19%66.27%-
HSV(B)345.19º64.8%98.04%-
XYZ46.8128.8623.53-
YUV141120.67205.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.65%
GREEN value IS 88 (34.77% from 255) = 18.88%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=53.65%
G=18.88%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508812800.650.490.02345.1994.1966.27
HexFA58800413121595e42
Octal3721302000101612531136102
Binary11111010101100010000000010000011100011010101100110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa5880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa5880; }

 p { color: rgb(250,88,128); }

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

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

 a { background-color: rgb(250,88,128); }

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

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

 span { border-color: rgb(250,88,128); }

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