#FA6583

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

Shades of Brink Pink #FA6583

Tints of Brink Pink #FA6583

Color information

#FA6583 (or 0xFA6583) is unknown color: approx Brink Pink. HEX triplet: FA, 65 and 83. RGB value is (250,101,131). Sum of RGB (Red+Green+Blue) = 250+101+131=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6583 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6583 is #059A7C. Grayscale: #959595. Windows color (decimal): -367229 or 8611322. OLE color: 8611322.

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

Color convert

RGB250101131-
CMYK00.600.480.02
HSL347.92º93.71%68.82%-
HSV(B)347.92º59.6%98.04%-
XYZ48.1731.2724.97-
YUV148.97117.86200.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.87%
GREEN value IS 101 (39.84% from 255) = 20.95%
BLUE value IS 131 (51.56% from 255) = 27.18%
R=51.87%
G=20.95%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010113100.600.480.02347.9293.7168.82
HexFA658303C30215c5e45
Octal372145203074602534136105
Binary1111101011001011000001101111001100001010101110010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6583; }

 p { color: rgb(250,101,131); }

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

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

 a { background-color: rgb(250,101,131); }

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

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

 span { border-color: rgb(250,101,131); }

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