Html Css Color HEX #FA6980 Brink Pink

📋 copy color: '#FA6980'

red 250 ◦ green 105 ◦ blue 128

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

Shades of Brink Pink #FA6980

Tints of Brink Pink #FA6980

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.74%

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

R = 51.76%
G = 21.74%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA6980 (or 0xFA6980) is known color: Brink Pink. HEX triplet: FA, 69 and 80. RGB value is (250,105,128). Sum of RGB (Red+Green+Blue) = 250+105+128=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6980 is #05967F. Grayscale: #979797. Windows color (decimal): -366208 or 8415738. OLE color: 8415738.

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

Color convert

RGB 250 105 128 -
CMYK 0 0.58 0.49 0.02
HSL 350.48º 0.94% 0.7% -
HSV(B) 350.48º 0.58% 0.98% -
XYZ 48.37 31.99 24.05 -
YUV 150.98 115.04 198.63 -
System Red Green Blue C M Y K H S L
Decimal 250 105 128 0 0.58 0.49 0.02 350.48 0.94 0.7
Hex FA 69 80 0 3A 31 2 15E 5E 46
Octal 372 151 200 0 72 61 2 536 136 106
Binary 11111010 1101001 10000000 0 111010 110001 10 101011110 1011110 1000110

Color Harmonies of #FA6980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6980

Black with #FA6980

Text Example


Text Example

White with #FA6980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6980; }

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

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

background-color css

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

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

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

border-color css

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

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

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