Html Css Color HEX #FA5980 Brink Pink

📋 copy color: '#FA5980'

red 250 ◦ green 89 ◦ blue 128

#FA5980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #FA5980

Tints of Brink Pink #FA5980

RGB

 RED value IS 250 (98.05% from 255) = 53.53%

 GREEN value IS 89 (35.16% from 255) = 19.06%

 BLUE value IS 128 (50.39% from 255) = 27.41%

R = 53.53%
G = 19.06%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA5980 (or 0xFA5980) is known color: Brink Pink. HEX triplet: FA, 59 and 80. RGB value is (250,89,128). Sum of RGB (Red+Green+Blue) = 250+89+128=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5980 is #05A67F. Grayscale: #8D8D8D. Windows color (decimal): -370304 or 8411642. OLE color: 8411642.

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

Color convert

RGB 250 89 128 -
CMYK 0 0.64 0.49 0.02
HSL 345.47º 0.94% 0.66% -
HSV(B) 345.47º 0.64% 0.98% -
XYZ 46.89 29.03 23.55 -
YUV 141.59 120.34 205.33 -
System Red Green Blue C M Y K H S L
Decimal 250 89 128 0 0.64 0.49 0.02 345.47 0.94 0.66
Hex FA 59 80 0 40 31 2 159 5E 42
Octal 372 131 200 0 100 61 2 531 136 102
Binary 11111010 1011001 10000000 0 1000000 110001 10 101011001 1011110 1000010

Color Harmonies of #FA5980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5980

Black with #FA5980

Text Example


Text Example

White with #FA5980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5980; }

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

 H1.HeaderClassName
 {
   color: #FA5980;
 }
 .AnyTagClassName
 {
   color: #FA5980;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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