Html Css Color HEX #FA6780 Brink Pink

📋 copy color: '#FA6780'

red 250 ◦ green 103 ◦ blue 128

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

Shades of Brink Pink #FA6780

Tints of Brink Pink #FA6780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.41%

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

R = 51.98%
G = 21.41%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA6780 (or 0xFA6780) is known color: Brink Pink. HEX triplet: FA, 67 and 80. RGB value is (250,103,128). Sum of RGB (Red+Green+Blue) = 250+103+128=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6780 is #05987F. Grayscale: #959595. Windows color (decimal): -366720 or 8415226. OLE color: 8415226.

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

Color convert

RGB 250 103 128 -
CMYK 0 0.59 0.49 0.02
HSL 349.8º 0.94% 0.69% -
HSV(B) 349.8º 0.59% 0.98% -
XYZ 48.17 31.58 23.98 -
YUV 149.8 115.7 199.47 -
System Red Green Blue C M Y K H S L
Decimal 250 103 128 0 0.59 0.49 0.02 349.8 0.94 0.69
Hex FA 67 80 0 3B 31 2 15E 5E 45
Octal 372 147 200 0 73 61 2 536 136 105
Binary 11111010 1100111 10000000 0 111011 110001 10 101011110 1011110 1000101

Color Harmonies of #FA6780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6780

Black with #FA6780

Text Example


Text Example

White with #FA6780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6780; }

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

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

background-color css

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

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

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

border-color css

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

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

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